-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Being able to pass docker_extra_opts to nodes #42
Comments
Also add tests Issue kubernetes#42
You should now be able to specify InsecureRegistry, by editing your instance groups. We can probably make this easier still, but hopefully this is a good start. |
Also add tests Issue kubernetes#42
hey @justinsb, only insecure-registry is supported right now ? Is there a way of change the default --bip created by docker (docker0 bridge). trying to use this internally but the default 172.17.0.0 is already in use for something else in our case. Thanks |
Hi @justinsb |
I also have not figured out how to add this option correctly:
However the docker portion does not save. I can edit the other values like max size and instance type and the files save correctly. I am guessing I am missing the correct path. |
@anandkumarpatel you need to put in the clusterSpec.
|
@lsjostro after doing this kops is giving this message: A copy of your changes has been stored to "/tmp/kops-edit-2gdnyyaml" Edit cancelled, no valid changes were saved. |
Would it be easier just to allow definition of required flags as docker_opts? |
It didn't work that
|
You have to update and do a rolling update for changes to occurr. |
for the record, when editing using docker:
insecureRegistry: 100.64.0.0/10
logDriver: "" |
…codecompliance to develop * commit 'd1a3c41721cb552921216b6a776f9e575c6af424': Add java doc and code compliance
That IP which you are passing is kubedns ClusterIP right?Does it allow docker to pull images within the cluster? |
For being able to pass --insecure-registry for example
The text was updated successfully, but these errors were encountered: