AWS Cloud Provider

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 15 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 15 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 13 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 13 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 13 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 13 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 15 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 15 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 13 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 13 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 12 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 10 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 12 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 13 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 10 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 10 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 8 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 7 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy aws-cloud-provider
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • 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