Connectivity
Added
Changed
- Move nodeselector
label:value to values.yaml to allow customizing it for CAPZ - Add toleration for
node-role.kubernetes.io/control-plane to masters instance
Added
- Deployment: Align to upstream (#214).
- Add extraVolumes and extraVolumeMounts from values.
- Add environment variables from values.
- Add secretConfiguration for injecting secrets to deployment.
Changed
- ServiceAccount: Align to upstream (#207).
- Helper: Add upstream helpers.
- ServiceAccount: Add annotations from values.
- RBAC: Align to upstream (#209)
- Split rbac.yaml into clusterrole.yaml and clusterrolebinding.yaml.
- Compose role rules based on values.
- Rename ClusterRoleBinding.
- Enable RBAC creation based on values.
- Deployment: Align to upstream (#210 #211).
- Add annotations from values.
- Add labels in pods from values.
- Add annotations in pods from values.
- Add deployment specs.
Added
- Possibility to set scale down
stabilizationWindowSeconds behaviour
Added
- CAPA provider for service account
irsa annotation
Added
- Support for running behind a proxy.
HTTP_PROXY,HTTPS_PROXY and NO_PROXY are set as environment variables in the deployment if defined in values.yaml.
- Support for using
cluster-apps-operator specific cluster.proxy values.
Changed
- Allow using AWS Route53 from any provider #200
Added
- Added
CiliumNetworkPolicy for the CRD install job.
Changed
- The helm job that installs CRDs is not removed if the job fails.
Added
- Add support for GCP workload identity for authentication.