Fleet Management
Added
- Functions for generating NetworkPools CRs
Added
- Add support for using a custom release branch when templating clusters or node pools.
Changed
- Change the default Azure VM size to
Standard_D4s_v3
Fixed
- Store all Azure resources in the organization-specific namespace.
- Use correct K8s API version for Cluster API Machine Pools.
Added
- Add support for templating clusters and node pools on Azure.
- Add support for templating NetworkPools.
Removed
- Removed CRDs related to Azure managed AKS clusters.
Added
Changed
- Marked nullable fields in ETCDBackup types.
Added
- Added constants for oidc annotation names.
Changed
- Replace
sigs.k8s.io/cluster-api with our fork. - Replace
sigs.k8s.io/cluster-api-provider-azure with our fork.
Added
- Add
InUse to the ReleaseStatus. - Add
KVMOperatorVersion label. - Added constants for node pools autoscaling annotation names.
Added
- Add the
--version flag for printing the current version. Run kgs --version to check which version you’re running.
Changed
- Disabled templating clusters with legacy or deprecated release versions.
- Allow specifying the
--release flag for templating clusters and node pools with leading v.
Added
- Added labels for configuring scraping of services by Prometheus
(
Monitoring, MonitoringPath, MonitoringPort) to pkg/label. - Add managed-by label.
- Add version labels for app-operator and chart-operator.