Fleet Management
Changed
- Adjust columns for
kubectl gs get releases.
Fixed
- Fixed duplicate entry in
ServiceMonitor resources.
Fixed
- Fixed unique user tracking
- Remove debug logging regarding telemetry
Added
- Basic usage tracking data is now collected for every command execution. This should help us maintain and develop the tool. Set the
KUBECTL_GS_TELEMETRY_OPTOUT environment variable to an arbitrary value to disable this. Data is submitted to TelemetryDeck in the EU. More details are available in our docs.
Changed
- BREAKING When templating cluster manifests for CAPV clusters with
kubectl gs template cluster command, now we set the workload cluster release version via the --release flag, instead setting cluster-vsphere version via --cluster-version.
Changed
- Update
karpenter-capa-taint-remover to allow scheduling on all taints.
Changed
- Allow all taints in the daemonset
Changed
- Moved
.serviceMonitor Helm values under .metrics to conform upstream chart.- Additionally, now
.metrics.enabled and .metrics.serviceMonitor.enabled must both be set to true to
deploy the ServiceMonitor to conform upstream.
- Bump default
zot image tag to v2.1.1.
Removed
- Removed
.serviceMonitor.namespace as it was not used and upstream does not use it either.