k8s-worker

Kubernetes Worker

  • Canonical Kubernetes
Channel Revision Published Runs on
latest/edge 874 23 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 873 23 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 872 23 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 871 23 May 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 453 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 455 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 456 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 458 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 454 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/stable 457 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 855 22 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 857 22 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 858 22 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 854 22 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 853 22 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 856 22 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 858 19 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 857 19 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 856 19 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 855 19 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 854 19 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 853 19 May 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.33/candidate 776 28 Apr 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/candidate 777 28 Apr 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/candidate 778 28 Apr 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/candidate 775 28 Apr 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 822 09 May 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 821 09 May 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 820 09 May 2025
Ubuntu 24.04 Ubuntu 22.04
1.33/beta 819 09 May 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