-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
update exist cluster #1402
Comments
Second, after I restart my laptop, I found the kind kubernetes cluster doesn't start up automatically. Now there is no way I can start them again.
any hints? |
This is a fairly complicated feature that we currently have no intention of developing. It's not necessary for most testing purposes. For rebooting there is an existing issue in the tracker that I am again working on. |
Hello, I have a slightly different question: I have a KIND cluster and now I developed a new service. This service uses a node port, but this node port is not yet mapped to a host port in the configuration file, because the service has just been developed. If so, I would like to know, because destroying a cluster and them starting a new one with all the deployments involved is very expensive in terms of time. Thanks, |
Hi, it is possible, though not via kind itself or the config, but best discussed in another issue. See e.g. #702 (comment) Also, if you're on linux you can skip port mapping entirely, but on mac see the discussion there, and the notes in https://kind.sigs.k8s.io/docs/user/loadbalancer/ This particular issue though is one of the reason we don't support reconfiguring, as docker just doesn't support adding port mapping to a container dynamically, you have to re-create anyhow. If you'd like to discuss further, please file a new support issue, that way we can keep track of it better (e.g. most people are not tracking old closed issues) and help make it more searchable for the next person, thanks! |
What would you like to be added:
after I create a cluster by
kind
, I'd like to add one more worker node or master node. but I can't find the option/command to update exist cluster.change from
to
If I run create command, I will get error
So how to update exist cluster, such as adding new worker node, change node images/kubernetes version, etc.
Why is this needed:
after I create a cluster by
kind
, I'd like to add one more worker node or master node. but I can't find the option/command to update exist cluster.Currently I have to delete and create a new cluster with new configuration
So if we can have an new command
update
orapply
to deal with this requestThe text was updated successfully, but these errors were encountered: