Skip to content
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

Decouple Infrastructure resource from machine controller #2125

Closed
enxebre opened this issue Nov 26, 2020 · 1 comment · Fixed by #2124
Closed

Decouple Infrastructure resource from machine controller #2125

enxebre opened this issue Nov 26, 2020 · 1 comment · Fixed by #2124
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@enxebre
Copy link
Member

enxebre commented Nov 26, 2020

/kind feature

Describe the solution you'd like
As a CAPI consumer I'd like to plug-in my own ControlPlane and Infrastructure resources [1] while still still reusing the existing machine controller implementation.

Today this is not possible because the machine controller is tightly coupled with the regular AWScluster and the EKS kinds.

A scenario where this is handy is one where there's a common vision for a controlPlane across providers e.g cluster-api-provider-nested and the infrastructure management can differ arbitrarily from the core implementations.

[1] https://github.com/kubernetes-sigs/cluster-api/blob/master/api/v1alpha4/cluster_types.go#L50-L58

Anything else you would like to add:
This can be overcame with something like #2124

Environment:

  • Cluster-api-provider-aws version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants