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

Implement ControlPlane controller for Azure provider #19

Closed
rfranzke opened this issue Apr 16, 2019 · 1 comment · Fixed by gardener-attic/gardener-extensions#95 or gardener-attic/gardener-extensions#102

Comments

@rfranzke
Copy link
Member

Similar to how we have implemented the ControlPlane extension resource controller for the AWS provider let's please now do it for Azure.

Based on the current implementation the ControlPlaneConfig should look like this:

apiVersion: azure.provider.extensions.gardener.cloud/v1alpha1
kind: ControlPlaneConfig
cloudControllerManager:
  featureGates:
    CustomResourceValidation: true

No ControlPlaneStatus needs to be implemented right now (not needed yet).

@rfranzke
Copy link
Member Author

FYI: I'm re-opening this one as it is not yet completely finished (what has been done in gardener-attic/gardener-extensions#94 needs to be implemented for Azure as well). cc @mkoynov

PS: I know that the issue only speaks about the controller and the missing piece is about webhooks, however, I don't want to create to separate ones for tracking the progress with Azure.

@rfranzke rfranzke transferred this issue from gardener-attic/gardener-extensions Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant