-
Notifications
You must be signed in to change notification settings - Fork 237
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
Migrate to external cloud controller managers for providers with in-tree implementation #616
Comments
The upstream will start building Kubernetes without in-tree CCMs for testing purposes as of 1.16. More details can be found in the following KEP kubernetes/enhancements#1179 |
#615 is going to migrate OpenStack to the external implementation. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
This comment has been minimized.
This comment has been minimized.
/reopen |
Kubernetes has announced the removal of in-tree cloud controller managers (CCMs) from the code base and migrating to the external CCMs for all providers.
More details can be found in the following KEP kubernetes/enhancements#669
It's unclear when the in-tree implementations will be removed and replaced with external, but we can assume not before 1.17.
Decision/research items:
Once we decide to switch to external CCMs, we need to:
InTreeCloudProvider()
function that we use to find out should components be configured to work with the in-tree provider, external provider, or no provider.The text was updated successfully, but these errors were encountered: