Kubernetes Core

  • Canonical Kubernetes | bundle
  • Cloud
Channel Revision Published
latest/stable 1855 26 Feb 2025
latest/candidate 1847 13 Dec 2024
latest/beta 1854 26 Feb 2025
latest/edge 1857 27 Feb 2025
1.33/edge 1858 27 Feb 2025
1.32/stable 1856 26 Feb 2025
1.32/beta 1853 26 Feb 2025
1.32/edge 1846 10 Sep 2024
1.31/stable 1844 04 Sep 2024
1.31/candidate 1848 13 Dec 2024
1.31/beta 1842 12 Aug 2024
1.31/edge 1840 02 Aug 2024
1.30/stable 1834 11 Jul 2024
1.30/beta 1831 18 Apr 2024
1.30/edge 1839 26 Jul 2024
1.29/stable 1823 12 Feb 2024
1.29/candidate 1827 16 Apr 2024
1.29/beta 1822 12 Feb 2024
1.29/edge 1818 13 Dec 2023
1.28/stable 1817 21 Aug 2023
1.28/candidate 1809 07 Jun 2023
1.28/beta 1816 21 Aug 2023
1.28/edge 1811 07 Aug 2023
1.27/stable 1805 21 Apr 2023
1.27/candidate 1807 17 May 2023
1.27/beta 1802 09 Apr 2023
1.27/edge 1799 23 Feb 2023
1.26/stable 1794 15 Dec 2022
1.26/candidate 1796 13 Jan 2023
1.26/beta 1801 08 Apr 2023
1.26/edge 1786 22 Nov 2022
1.25/stable 1779 01 Sep 2022
1.25/candidate 1780 09 Sep 2022
1.25/beta 1788 01 Dec 2022
1.25/edge 1775 17 Aug 2022
1.24/stable 1748 04 Aug 2022
1.24/candidate 1742 02 Aug 2022
1.24/beta 1605 06 May 2022
1.24/edge 1772 15 Aug 2022
1.23/edge 1542 16 Mar 2022
juju deploy kubernetes-core
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.

  • election_timeout | int

    Default: 1000

    How long a follower node will go without hearing a heartbeat before attempting to become leader itself. By default, etcd uses a 1000ms election timeout.

  • heartbeat_interval | int

    Default: 100

    The frequency with which the leader will notify followers that it is still the leader. By default, etcd uses a 100ms heartbeat interval.

  • 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

  • snapshot_count | string

    Default: auto

    Creating snapshots with the V2 backend can be expensive, so snapshots are only created after a given number of changes to etcd. The value could be an integer number or auto. if auto, the channel version is checked. Any channel grather than 3.2, use 100000 as value otherwhise 10000 is set If etcd’s memory usage and disk usage are too high, try lowering the snapshot threshold.

  • 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