-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using 'docker_* tasks' conflicts with minikube environment from chapter 2. #92
Comments
Here's what I've found |
After downgrading kubernetes and openshift python packages and restarting minikube I still see the same issue.
|
Sorry, I should have read the error more. What version of python are you using? |
Sorry for the delay, Python 3.9.2 |
I think what's happening is that you have the incorrect python compatibility with docker, or at least that is a part of it Given this ticket, which I'm surprised you didn't get this error Uninstall docker-py, and run pip3 install docker |
ansible-for-kubernetes/ansible-containers/main.yml
Line 11 in 555e16d
If using the same shell env from chapter 2 where we ran:
Then I get errors with 'docker_image' and 'docker_container' like this:
To get around this I have to either use a new shell or run the following:
The text was updated successfully, but these errors were encountered: