Fleet Management
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.
Changed
- Make optional fields not required for
Chart CRD to avoid
needing to enter empty strings. - Make optional fields
omitempty for Chart CRD.
Added
- Implemented support for the
get cluster(s) <id> command. - Improved error printing formatting.
Changed
- Running the
template command without any arguments how displays the command help output.