Fleet Management
Added
- Find
Cluster
resources on AWS based on the giantswarm.io/cluster
label if the cluster.x-k8s.io/cluster-name
label does not yield results. - Add
cluster.x-k8s.io/cluster-name
label to all CRs created by AWS Cluster and Nodepol templating.
Changed
- Usa CAPI templates for all releases from
v20.0.0-alpha1
onwards, to include alpha and beta releases. - Move AWS Cluster templating from
apiextensions
- Move AWS Node Pool templating from
apiextensions
Changed
- Adds a toleration to CSI daemonsets to ignore all NoSchedule taints.
- Increases the operator’s log level to aid debugging.
Added
- Provide access to the customer automation SA for managing flux resources.
- Provide access to the customer automation SA for managing cluster-specific resources.
- Provide access to the customer automation SA for managing node pool-specific resources.
Fixed
- Use
Status()
client to patch Organization
’s status with a namespace.
Changed
- Remove
PodSecurityPolicy
from the enabled api-server admission plugins.
Changed
- Don’t return an error in case creation of legacy organization fails.
Added
- Add support for updating
App
CRs.
Added
- Add support for creating workload cluster client certificates using the
login
command.