Fleet Management
Added
- Add IRSA annotation automatically based on Account ID and Cluster ID.
Changed
- Disable PDB for recommender and updater since we only run 1 replica of those pods.
Added
- Add cilium network policies.
Fixed
kubectl gs template cluster
now by default creates a node pool with the name nodepool0
, instead of machine-pool0
, as the latter is no longer valid according to the cluster-aws schema as of v0.24.0.
Added
- Added the use of the runtime default seccomp profile.
Added
cluster template
supports a generic way to template CAPI
based clusters where all the input parameters are given as values.yaml
from the corresponding cluster
and default-apps
chart.- CAPZ: removed unmaintained
CAPZ
implementation and switched to the generic templating implementation.
Changed
kubectl gs template cluster
for Cluster API provider AWS has been adapted to work with the values schema of cluster-aws v0.28.0.
Added
- Added the use of the runtime/default seccomp profile.
Fixed
- Prevented deletion of Organization CR until the organization namespace is deleted successfully
Changed
- Sync with upstream update concerning image.registry
Added
- Added the use of the runtime/default seccomp profile.
- Added reconciliation of static resources like e.g. ClusterRoles, ClusterRoleBindings, ServiceAccounts in the default namespace, etc.