Canonical Kubernetes
- Canonical Kubernetes | bundle
Channel | Revision | Published |
---|---|---|
latest/edge | 13 | 09 Dec 2024 |
1.32/candidate | 17 | 19 Dec 2024 |
1.32/beta | 15 | 19 Dec 2024 |
1.32/edge | 16 | 19 Dec 2024 |
1.31/edge | 12 | 22 Nov 2024 |
1.30/beta | 9 | 07 May 2024 |
juju deploy canonical-kubernetes --channel edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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