-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support upgrading/pivoting cluster to multi-master #31
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
This sounds like the ask is to be able to scale a one-node control plane to multi-node. Is that accurate? |
I think this might be safe to close given that #30 has been fixed. |
Sold. /close |
@ncdc: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Implement main.go
* Add the APIStatus field in the Cluster ProviderStatus field * Adds a new field "APIStatus" in the ProviderStatus for Cluster type * Adds logic in the cluster controller to keep the APIStatus up to date Resolves kubernetes-sigs#62 * Address review comments Also switch the APIStatus from an int to string based enum for better readability aspect. * govmomi based provider implementation This patch add a full govmomi based implementation at parity with the current terraform based implementation Resolves kubernetes-sigs#5 Resolves kubernetes-sigs#31 Resolves kubernetes-sigs#32 * Address review comments by Alvaro Aleman (@alvaroaleman)
* Makefile fix * poc-docs fixes * add runtimev1alpha1 to .golanci.yml * poc/test/rte-implementation-v1alpha1/main.go fix import naming * make linter happy
From @rsdcastro on January 29, 2018 22:57
Copied from original issue: kubernetes-retired/kube-deploy#540
The text was updated successfully, but these errors were encountered: