Fleet Management
Changed
- Reconcile
rolebinding subject group changes properly. - Fix bug with binding role to the
view-all read role instead of tenant-admin write role.
Added
- Add code generation directive (
+kubebuilder:storageversion) to set CRD
storage version when multiple versions for given type are present.
Changed
- Allow user to create cluster with cluster ID containing
[a-z0-9]
Added
- Add kube-proxy configuration to AWSCluster.
Changed
- Load StorageConfig from VFS as expected.
- AzureClusterConfig allow empty labels for guest cluster worker nodes.
- Fix mixed namespace/cluster namespaces usage in App CR
- Allow user to specify Cluster ID
Changed
- All CRDs are now available as both
v1.CustomResourcDefinition and v1beta1.CustomResourceDefinition through
crd.LoadV1 and crd.LoadV1Beta1. Type-specific New*CRD() functions are unchanged. - Graduated Azure CRDs to
v1.