Charmed Kubernetes

  • Canonical Kubernetes | bundle
  • Cloud
Channel Revision Published
latest/stable 1267 04 Sep 2024
latest/candidate 1245 16 Apr 2024
latest/beta 1265 15 Aug 2024
latest/edge 1263 02 Aug 2024
1.32/edge 1268 10 Sep 2024
1.31/stable 1266 04 Sep 2024
1.31/beta 1264 12 Aug 2024
1.31/edge 1262 02 Aug 2024
1.30/stable 1256 11 Jul 2024
1.30/beta 1251 18 Apr 2024
1.30/edge 1261 26 Jul 2024
1.29/stable 1242 12 Feb 2024
1.29/candidate 1246 16 Apr 2024
1.29/beta 1241 12 Feb 2024
1.29/edge 1234 13 Dec 2023
1.28/stable 1232 21 Aug 2023
1.28/candidate 1224 07 Jun 2023
1.28/beta 1231 21 Aug 2023
1.28/edge 1226 07 Aug 2023
1.27/stable 1218 21 Apr 2023
1.27/candidate 1221 17 May 2023
1.27/beta 1220 21 Apr 2023
1.27/edge 1211 23 Feb 2023
1.26/stable 1206 15 Dec 2022
1.26/candidate 1208 13 Jan 2023
1.26/beta 1213 08 Apr 2023
1.26/edge 1198 22 Nov 2022
1.25/stable 1186 01 Sep 2022
1.25/candidate 1187 09 Sep 2022
1.25/beta 1200 01 Dec 2022
1.25/edge 1182 17 Aug 2022
1.24/stable 1155 04 Aug 2022
1.24/candidate 1149 02 Aug 2022
1.24/beta 1005 06 May 2022
1.24/edge 1179 15 Aug 2022
1.23/edge 942 16 Mar 2022
juju deploy charmed-kubernetes
Show information

Platform:

Ubuntu

Learn about configurations >

  • bind_to_all_interfaces | boolean

    Default: True

    The service binds to all network interfaces if true. The service binds only to the first found bind address of each relation if false

  • bind_with_insecure_http | boolean

    The service binds to localhost:4001 with http if true. This exposes an insecure endpoint for the service and is not recommended in production environments.

  • channel | string

    Default: auto

    The snap channel from which to install etcd (e.g. '3.3/stable'), or 'auto' to accept the charm default. Choosing 'auto' will install the latest supported version of etcd at deploy time, but will not automatically upgrade to a newer version thereafter.

  • management_port | int

    Default: 2380

    Port to run the ETCD Management service

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • port | int

    Default: 2379

    Port to run the public ETCD service on

  • snapd_refresh | string

    Default: max

    How often snapd handles updates for installed snaps. Set to an empty string to check 4x per day. Set to "max" (the default) to check once per month based on the charm deployment date. You may also set a custom string as described in the 'refresh.timer' section here: https://forum.snapcraft.io/t/system-options/87

  • tls_cipher_suites | string

    Applies to etcd 3.x+ only. A comma-separated list of cipher suites to use for communication between the client/server and peers. Ciphers are prioritized by the order provided. If empty, the cipher suites will be auto-populated based on Mozilla's "intermediate" cipher list: https://wiki.mozilla.org/Security/Server_Side_TLS