Fleet Management
Changed
- Add deletion prevention label also to templated cluster’s
App
and ConfigMap
if using the kubectl gs template --prevent-deletion
parameter
Changed
- Add
application.giantswarm.io/team
label to policies.
Changed
- Bump karpenter-app to
v0.14.0
.
Changed
- Use Phase instead of Status field for Clusters and Nodepools. Affected commands:
kubectl gs get clusters
kubectl gs get nodepools
Fixed
- Fix getting nodepools via
kubectl gs get nodepools
. - Remove node classes from vsphere template used in
kubectl gs template cluster
command.
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.