k8s-worker

Kubernetes Worker

  • Canonical Kubernetes
Channel Revision Published Runs on
latest/edge 680 02 Apr 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 679 02 Apr 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 678 02 Apr 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
latest/edge 677 02 Apr 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 453 20 Feb 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 455 20 Feb 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 454 20 Feb 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 457 20 Feb 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 456 20 Feb 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/candidate 458 20 Feb 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 648 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 647 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 646 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 645 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 644 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
1.32/beta 643 25 Mar 2025
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.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