You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract tags from ManagedClusters as labels. (#22)
These labels are then applied to the GeneratedClusters.
This functionality can be disabled by setting `spec.disableTags` on the
AutomatedClusterDiscovery to true.
Ownership deletion secret (#21)
Secrets are owned by GitopsClusters
This changes the ownership of Secrets to be owned by the referencing GitopsCluster.
This does two things, the Secret is owned by the Cluster which causes cascading removal. It also annotates the Cluster to indicate that the cluster-controller should not wait for the Secret to be removed.
Trigger reconciliation on change to the GitopsCluster.
Add status.Conditions - ready with count of reflected clusters (#17)
* Add status.Conditions - ready with count of reflected clusters
* Add default value for ObservedGeneration
---------
Co-authored-by: Simon <simon@weave.works>
Adds configMap RBAC (#15)
* Adds RBAC to read the azure cluster details configmap
- Gives permissions for controller SA to read the `extension-manager-configmap`
- Need just need to read a specific one in kube-system
* Scoping RBAC down to namespaces doesn't work great
- Gets stripped out at some point in the tooling