k8s-worker

Kubernetes Worker

Channel Revision Published Runs on
latest/edge 1434 29 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 1433 29 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 1432 29 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 1431 29 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 576 19 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 573 19 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 1377 09 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 1378 09 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 1379 09 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 1380 09 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 1376 09 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 1375 09 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 1380 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 1377 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 1375 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 1379 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 1376 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 1378 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 1444 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 1443 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 1442 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 1441 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 1439 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 1436 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.33/stable 1344 04 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/stable 1342 04 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/stable 1346 04 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/stable 1345 04 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/candidate 1383 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/candidate 1381 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/candidate 1384 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/candidate 1382 05 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 1440 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 1438 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 1437 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 1435 30 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
1.31/candidate 142 11 Dec 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.31/candidate 141 27 Nov 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.30/beta 65 23 May 2024
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
juju deploy k8s-worker --channel 1.32/stable
Show information

Platform:

Ubuntu
24.04 22.04 20.04

Learn about configurations >

  • bootstrap-node-taints | string

    Space-separated list of taints to apply to this node at registration time.

    This config is only used at bootstrap time when Kubelet first registers the node with Kubernetes. To change node taints after deploy time, use kubectl instead.

    For more information, see the upstream Kubernetes documentation about taints: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/

  • kube-proxy-extra-args | string

    Space separated list of flags and key=value pairs that will be passed as arguments to kube-proxy.

    Notes: Options may only be set on charm deployment

    For example a value like this: runtime-config=batch/v2alpha1=true profiling=true will result in kube-proxy being run with the following options: --runtime-config=batch/v2alpha1=true --profiling=true

  • kubelet-extra-args | string

    Space separated list of flags and key=value pairs that will be passed as arguments to kubelet.

    Notes: Options may only be set on charm deployment

    For example a value like this: runtime-config=batch/v2alpha1=true profiling=true will result in kubelet being run with the following options: --runtime-config=batch/v2alpha1=true --profiling=true

  • node-labels | string

    Labels can be used to organize and to select subsets of nodes in the cluster. Declare node labels in key=value format, separated by spaces.

    Note: Due to NodeRestriction, workers are limited to how they can label themselves https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction