-
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
[Digital Ocean] Support for multi master KOPS cluster #7442
Comments
/assign @srikiz |
Godo library updates was part of the PR - #7467 and is now merged. |
Common tags for volumes and droplets is part the PR - #7566 |
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. |
/remove-lifecycle stale |
There is one pending activity on adding a load balancer to balance across multiple masters. A PR should be raised soon. |
Multi-master HA support changes to add load balancer is merged. Closing this issue. |
1. Currently Digital Ocean supports a single master only. Update KOPS to support multi master nodes for Digital Ocean..
2. Update etcdManager repository to support multiple masters.
Implementation Note - Need to use common tags for volumes and droplets so each master droplet can be attached to the right volume.
Digital Ocean's godo library now has support to tag volumes and this feature can be utilized.
The text was updated successfully, but these errors were encountered: