AWS Cloud Provider
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 17 | 04 Sep 2024 | |
latest/candidate | 15 | 15 Apr 2024 | |
latest/beta | 17 | 14 Aug 2024 | |
latest/edge | 18 | 20 Nov 2024 | |
1.32/edge | 18 | 20 Nov 2024 | |
1.31/stable | 17 | 04 Sep 2024 | |
1.31/beta | 17 | 13 Aug 2024 | |
1.31/edge | 16 | 03 Aug 2024 | |
1.30/stable | 13 | 11 Jul 2024 | |
1.30/beta | 13 | 19 Apr 2024 | |
1.30/edge | 13 | 13 Mar 2024 | |
1.29/stable | 15 | 17 Apr 2024 | |
1.29/candidate | 15 | 15 Apr 2024 | |
1.29/beta | 13 | 17 Apr 2024 | |
1.29/edge | 13 | 21 Aug 2023 | |
1.28/stable | 12 | 22 Aug 2023 | |
1.28/candidate | 10 | 07 Jun 2023 | |
1.28/beta | 12 | 07 Aug 2023 | |
1.28/edge | 13 | 09 Aug 2023 | |
1.27/stable | 10 | 12 Jun 2023 | |
1.27/candidate | 10 | 12 Jun 2023 | |
1.27/beta | 8 | 17 Apr 2023 | |
1.27/edge | 7 | 17 Apr 2023 |
juju deploy aws-cloud-provider
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
control-node-selector | string
Specifies to which nodes this charm adds the aws-ccm daemonsets Declare node labels in key=value format, separated by spaces. It's also valid to not have a value, this is interpretted as an empty string.
Required if not related to kubernetes-control-plane:kube-control
e.g. node-role.kubernetes.io/control-plane=custom-value node-role.kubernetes.io/control-plane=
-
controller-extra-args | string
Space separated list of flags and key=value pairs that will be passed as arguments to aws-cloud-controller-manager. For example a value like this: cluster_cidr=192.160.0.0/16 v=3 will result in aws-cloud-controller-manager being run with the following options: --cluster_cidr=192.160.0.0/16 --v=3
-
provider-release | string
Specify the version of cloud-provider as defined by the
releases
directory of https://github.com/kubernetes/cloud-provider-aws/example) juju config aws-cloud-provider provider-release='v1.26.1'
A list of supported versions is available through the action: juju run-action aws-cloud-provider/0 list-releases --wait
To reset by to the latest supported by the charm use: juju config aws-cloud-provider --reset provider-release
The current release deployed is available by viewing juju status aws-cloud-provider