From f10f8455fcbdd40a84d4873907949432d7bd3956 Mon Sep 17 00:00:00 2001 From: kklinch0 Date: Wed, 4 Jun 2025 10:40:10 +0300 Subject: [PATCH] (k8s) configure containerd for client k8s cluster --- packages/apps/kubernetes/Chart.yaml | 2 +- packages/apps/kubernetes/README.md | 13 +- .../apps/kubernetes/templates/cluster.yaml | 13 + .../templates/copy-patch-containerd.yaml | 15 + packages/apps/kubernetes/values.schema.json | 5 + packages/apps/kubernetes/values.yaml | 2 + packages/apps/versions_map | 3 +- packages/core/platform/bundles/paas-full.yaml | 27 +- .../capi-providers-bootstrap/.helmignore | 1 + .../capi-providers-bootstrap/Chart.yaml | 3 + .../Makefile | 0 .../files/bootstrap-components.yaml | 8452 +++++++++ .../files/components.gz | Bin 0 -> 62615 bytes .../files/metadata.yaml | 41 + .../templates/configmaps.yaml | 12 + .../templates/providers.yaml | 11 + .../system/capi-providers-core/.helmignore | 1 + .../Chart.yaml | 2 +- packages/system/capi-providers-core/Makefile | 4 + .../capi-providers-core/files/components.gz | Bin 0 -> 88455 bytes .../files/core-components.yaml | 15730 ++++++++++++++++ .../capi-providers-core/files/metadata.yaml | 41 + .../templates/configmaps.yaml | 12 + .../templates/providers.yaml | 12 + .../capi-providers-cpprovider/.helmignore | 1 + .../capi-providers-cpprovider/Chart.yaml | 3 + .../system/capi-providers-cpprovider/Makefile | 4 + .../files/components.gz | Bin 0 -> 106128 bytes .../files/control-plane-components.yaml | 13658 ++++++++++++++ .../files/metadata.yaml | 52 + .../templates/configmaps.yaml | 12 + .../templates/providers.yaml | 21 + .../capi-providers-infraprovider/.helmignore | 1 + .../capi-providers-infraprovider/Chart.yaml | 3 + .../capi-providers-infraprovider/Makefile | 4 + .../files/components.gz | Bin 0 -> 71825 bytes .../files/infrastructure-components.yaml | 9938 ++++++++++ .../files/metadata.yaml | 11 + .../templates/configmaps.yaml | 12 + .../templates/providers.yaml | 11 + .../capi-providers/templates/providers.yaml | 42 - scripts/migrations/13 | 8 + 42 files changed, 48129 insertions(+), 54 deletions(-) create mode 100644 packages/apps/kubernetes/templates/copy-patch-containerd.yaml create mode 100644 packages/system/capi-providers-bootstrap/.helmignore create mode 100644 packages/system/capi-providers-bootstrap/Chart.yaml rename packages/system/{capi-providers => capi-providers-bootstrap}/Makefile (100%) create mode 100644 packages/system/capi-providers-bootstrap/files/bootstrap-components.yaml create mode 100644 packages/system/capi-providers-bootstrap/files/components.gz create mode 100644 packages/system/capi-providers-bootstrap/files/metadata.yaml create mode 100644 packages/system/capi-providers-bootstrap/templates/configmaps.yaml create mode 100644 packages/system/capi-providers-bootstrap/templates/providers.yaml create mode 100644 packages/system/capi-providers-core/.helmignore rename packages/system/{capi-providers => capi-providers-core}/Chart.yaml (78%) create mode 100644 packages/system/capi-providers-core/Makefile create mode 100644 packages/system/capi-providers-core/files/components.gz create mode 100644 packages/system/capi-providers-core/files/core-components.yaml create mode 100644 packages/system/capi-providers-core/files/metadata.yaml create mode 100644 packages/system/capi-providers-core/templates/configmaps.yaml create mode 100644 packages/system/capi-providers-core/templates/providers.yaml create mode 100644 packages/system/capi-providers-cpprovider/.helmignore create mode 100644 packages/system/capi-providers-cpprovider/Chart.yaml create mode 100644 packages/system/capi-providers-cpprovider/Makefile create mode 100644 packages/system/capi-providers-cpprovider/files/components.gz create mode 100644 packages/system/capi-providers-cpprovider/files/control-plane-components.yaml create mode 100644 packages/system/capi-providers-cpprovider/files/metadata.yaml create mode 100644 packages/system/capi-providers-cpprovider/templates/configmaps.yaml create mode 100644 packages/system/capi-providers-cpprovider/templates/providers.yaml create mode 100644 packages/system/capi-providers-infraprovider/.helmignore create mode 100644 packages/system/capi-providers-infraprovider/Chart.yaml create mode 100644 packages/system/capi-providers-infraprovider/Makefile create mode 100644 packages/system/capi-providers-infraprovider/files/components.gz create mode 100644 packages/system/capi-providers-infraprovider/files/infrastructure-components.yaml create mode 100644 packages/system/capi-providers-infraprovider/files/metadata.yaml create mode 100644 packages/system/capi-providers-infraprovider/templates/configmaps.yaml create mode 100644 packages/system/capi-providers-infraprovider/templates/providers.yaml delete mode 100644 packages/system/capi-providers/templates/providers.yaml create mode 100644 scripts/migrations/13 diff --git a/packages/apps/kubernetes/Chart.yaml b/packages/apps/kubernetes/Chart.yaml index b3fd3edc..0a6ebc9d 100644 --- a/packages/apps/kubernetes/Chart.yaml +++ b/packages/apps/kubernetes/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.21.0 +version: 0.23.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/apps/kubernetes/README.md b/packages/apps/kubernetes/README.md index 8cd62b25..9470ee38 100644 --- a/packages/apps/kubernetes/README.md +++ b/packages/apps/kubernetes/README.md @@ -81,12 +81,13 @@ See the reference for components utilized in this service: ### Common Parameters -| Name | Description | Value | -| ----------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------ | -| `host` | Hostname used to access the Kubernetes cluster externally. Defaults to `.` when empty. | `""` | -| `controlPlane.replicas` | Number of replicas for Kubernetes control-plane components. | `2` | -| `storageClass` | StorageClass used to store user data. | `replicated` | -| `nodeGroups` | nodeGroups configuration | `{}` | +| Name | Description | Value | +| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------ | +| `host` | Hostname used to access the Kubernetes cluster externally. Defaults to `.` when empty. | `""` | +| `controlPlane.replicas` | Number of replicas for Kubernetes control-plane components. | `2` | +| `storageClass` | StorageClass used to store user data. | `replicated` | +| `useCustomSecretForPatchContainerd` | if true, for patch containerd will be used secret: {{ .Release.Name }}-patch-containerd | `false` | +| `nodeGroups` | nodeGroups configuration | `{}` | ### Cluster Addons diff --git a/packages/apps/kubernetes/templates/cluster.yaml b/packages/apps/kubernetes/templates/cluster.yaml index 06429a2b..dccf6916 100644 --- a/packages/apps/kubernetes/templates/cluster.yaml +++ b/packages/apps/kubernetes/templates/cluster.yaml @@ -211,12 +211,25 @@ spec: - ["LABEL=ephemeral", "/ephemeral"] - ["/ephemeral/kubelet", "/var/lib/kubelet", "none", "bind,nofail"] - ["/ephemeral/containerd", "/var/lib/containerd", "none", "bind,nofail"] + {{- $sec := lookup "v1" "Secret" .Release.Namespace (printf "%s-patch-containerd" .Release.Name) }} + {{- if $sec }} + files: + {{- range $key, $_ := $sec.data }} + - path: /etc/containerd/certs.d/{{ trimSuffix ".toml" $key }}/hosts.toml + contentFrom: + secret: + name: {{ .Release.Name }}-patch-containerd + key: {{ $key }} + permissions: "0400" + {{- end }} + {{- end }} preKubeadmCommands: - sed -i 's|root:x:|root::|' /etc/passwd - systemctl stop containerd.service - mkdir -p /ephemeral/kubelet /ephemeral/containerd - mount -o bind /ephemeral/kubelet /var/lib/kubelet - mount -o bind /ephemeral/containerd /var/lib/containerd + - sudo sed -i '/\[plugins."io.containerd.grpc.v1.cri".registry\]/,/^\[/ s|^\(\s*config_path\s*=\s*\).*|\1"/etc/containerd/certs.d"|' /etc/containerd/config.toml - systemctl start containerd.service joinConfiguration: nodeRegistration: diff --git a/packages/apps/kubernetes/templates/copy-patch-containerd.yaml b/packages/apps/kubernetes/templates/copy-patch-containerd.yaml new file mode 100644 index 00000000..fb8b4365 --- /dev/null +++ b/packages/apps/kubernetes/templates/copy-patch-containerd.yaml @@ -0,0 +1,15 @@ +{{- if not .Values.useCustomSecretForPatchContainerd }} +{{- $sourceSecret := lookup "v1" "Secret" "cozy-system" "patch-containerd" }} +{{- if $sourceSecret }} +apiVersion: v1 +kind: Secret +metadata: + name: {{ .Release.Name }}-patch-containerd + namespace: {{ .Release.Namespace }} +type: {{ $sourceSecret.type }} +data: +{{- range $key, $value := $sourceSecret.data }} + {{ printf "%s: %s" $key ($value | quote) | indent 2 }} +{{- end }} +{{- end }} +{{- end }} diff --git a/packages/apps/kubernetes/values.schema.json b/packages/apps/kubernetes/values.schema.json index b96fadf0..90e34e67 100644 --- a/packages/apps/kubernetes/values.schema.json +++ b/packages/apps/kubernetes/values.schema.json @@ -127,6 +127,11 @@ "description": "StorageClass used to store user data.", "default": "replicated" }, + "useCustomSecretForPatchContainerd": { + "type": "boolean", + "description": "if true, for patch containerd will be used secret: {{ .Release.Name }}-patch-containerd", + "default": false + }, "addons": { "type": "object", "properties": { diff --git a/packages/apps/kubernetes/values.yaml b/packages/apps/kubernetes/values.yaml index d0d7f36d..6757f3c8 100644 --- a/packages/apps/kubernetes/values.yaml +++ b/packages/apps/kubernetes/values.yaml @@ -3,9 +3,11 @@ ## @param host Hostname used to access the Kubernetes cluster externally. Defaults to `.` when empty. ## @param controlPlane.replicas Number of replicas for Kubernetes control-plane components. ## @param storageClass StorageClass used to store user data. +## @param useCustomSecretForPatchContainerd if true, for patch containerd will be used secret: {{ .Release.Name }}-patch-containerd ## host: "" storageClass: replicated +useCustomSecretForPatchContainerd: false ## @param nodeGroups [object] nodeGroups configuration ## diff --git a/packages/apps/versions_map b/packages/apps/versions_map index c66475d3..59695246 100644 --- a/packages/apps/versions_map +++ b/packages/apps/versions_map @@ -66,7 +66,8 @@ kubernetes 0.18.0 721c12a7 kubernetes 0.19.0 93bdf411 kubernetes 0.20.0 609e7ede kubernetes 0.20.1 f9f8bb2f -kubernetes 0.21.0 HEAD +kubernetes 0.21.0 6130f43d +kubernetes 0.23.0 HEAD mysql 0.1.0 263e47be mysql 0.2.0 c24a103f mysql 0.3.0 53f2365e diff --git a/packages/core/platform/bundles/paas-full.yaml b/packages/core/platform/bundles/paas-full.yaml index 71191025..a9dd312a 100644 --- a/packages/core/platform/bundles/paas-full.yaml +++ b/packages/core/platform/bundles/paas-full.yaml @@ -284,9 +284,30 @@ releases: privileged: true dependsOn: [cilium,kubeovn,cert-manager] -- name: capi-providers - releaseName: capi-providers - chart: cozy-capi-providers +- name: capi-providers-bootstrap + releaseName: capi-providers-bootstrap + chart: cozy-capi-providers-bootstrap + namespace: cozy-cluster-api + privileged: true + dependsOn: [cilium,kubeovn,capi-operator] + +- name: capi-providers-core + releaseName: capi-providers-core + chart: cozy-capi-providers-core + namespace: cozy-cluster-api + privileged: true + dependsOn: [cilium,kubeovn,capi-operator] + +- name: capi-providers-cpprovider + releaseName: capi-providers-cpprovider + chart: cozy-capi-providers-cpprovider + namespace: cozy-cluster-api + privileged: true + dependsOn: [cilium,kubeovn,capi-operator] + +- name: capi-providers-infraprovider + releaseName: capi-providers-infraprovider + chart: cozy-capi-providers-infraprovider namespace: cozy-cluster-api privileged: true dependsOn: [cilium,kubeovn,capi-operator] diff --git a/packages/system/capi-providers-bootstrap/.helmignore b/packages/system/capi-providers-bootstrap/.helmignore new file mode 100644 index 00000000..7a69e7e1 --- /dev/null +++ b/packages/system/capi-providers-bootstrap/.helmignore @@ -0,0 +1 @@ +files/.*-components.yaml diff --git a/packages/system/capi-providers-bootstrap/Chart.yaml b/packages/system/capi-providers-bootstrap/Chart.yaml new file mode 100644 index 00000000..9784077b --- /dev/null +++ b/packages/system/capi-providers-bootstrap/Chart.yaml @@ -0,0 +1,3 @@ +apiVersion: v2 +name: cozy-capi-providers-bootstrap +version: 0.0.0 # Placeholder, the actual version will be automatically set during the build process diff --git a/packages/system/capi-providers/Makefile b/packages/system/capi-providers-bootstrap/Makefile similarity index 100% rename from packages/system/capi-providers/Makefile rename to packages/system/capi-providers-bootstrap/Makefile diff --git a/packages/system/capi-providers-bootstrap/files/bootstrap-components.yaml b/packages/system/capi-providers-bootstrap/files/bootstrap-components.yaml new file mode 100644 index 00000000..4bd71ccd --- /dev/null +++ b/packages/system/capi-providers-bootstrap/files/bootstrap-components.yaml @@ -0,0 +1,8452 @@ +apiVersion: v1 +kind: Namespace +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + control-plane: controller-manager + name: capi-kubeadm-bootstrap-system +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-kubeadm-bootstrap-system/capi-kubeadm-bootstrap-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + cluster.x-k8s.io/v1beta1: v1beta1 + name: kubeadmconfigs.bootstrap.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-kubeadm-bootstrap-webhook-service + namespace: capi-kubeadm-bootstrap-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: bootstrap.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: KubeadmConfig + listKind: KubeadmConfigList + plural: kubeadmconfigs + singular: kubeadmconfig + scope: Namespaced + versions: + - deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + KubeadmConfig is the Schema for the kubeadmconfigs API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of KubeadmConfig. + properties: + clusterConfiguration: + description: clusterConfiguration along with InitConfiguration are + the configurations necessary for the init command + properties: + apiServer: + description: APIServer contains extra settings for the API server + control plane component + properties: + certSANs: + description: CertSANs sets extra Subject Alternative Names + for the API Server signing cert. + items: + type: string + type: array + extraArgs: + additionalProperties: + type: string + description: ExtraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraVolumes: + description: ExtraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + HostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: MountPath is the path inside the pod where + hostPath will be mounted. + type: string + name: + description: Name of the volume inside the pod template. + type: string + pathType: + description: PathType is the type of the HostPath. + type: string + readOnly: + description: ReadOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + timeoutForControlPlane: + description: TimeoutForControlPlane controls the timeout that + we use for API server to appear + type: string + type: object + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + certificatesDir: + description: |- + CertificatesDir specifies where to store or look for all required certificates. + NB: if not provided, this will default to `/etc/kubernetes/pki` + type: string + clusterName: + description: The cluster name + type: string + controlPlaneEndpoint: + description: |- + ControlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it + can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. + In case the ControlPlaneEndpoint is not specified, the AdvertiseAddress + BindPort + are used; in case the ControlPlaneEndpoint is specified but without a TCP port, + the BindPort is used. + Possible usages are: + e.g. In a cluster with more than one control plane instances, this field should be + assigned the address of the external load balancer in front of the + control plane instances. + e.g. in environments with enforced node recycling, the ControlPlaneEndpoint + could be used for assigning a stable DNS to the control plane. + NB: This value defaults to the first value in the Cluster object status.apiEndpoints array. + type: string + controllerManager: + description: ControllerManager contains extra settings for the + controller manager control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: ExtraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraVolumes: + description: ExtraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + HostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: MountPath is the path inside the pod where + hostPath will be mounted. + type: string + name: + description: Name of the volume inside the pod template. + type: string + pathType: + description: PathType is the type of the HostPath. + type: string + readOnly: + description: ReadOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + dns: + description: DNS defines the options for the DNS add-on installed + in the cluster. + properties: + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: + description: Type defines the DNS add-on to be used + type: string + type: object + etcd: + description: |- + Etcd holds configuration for etcd. + NB: This value defaults to a Local (stacked) etcd + properties: + external: + description: |- + External describes how to connect to an external etcd cluster + Local and External are mutually exclusive + properties: + caFile: + description: |- + CAFile is an SSL Certificate Authority file used to secure etcd communication. + Required if using a TLS connection. + type: string + certFile: + description: |- + CertFile is an SSL certification file used to secure etcd communication. + Required if using a TLS connection. + type: string + endpoints: + description: Endpoints of etcd members. Required for ExternalEtcd. + items: + type: string + type: array + keyFile: + description: |- + KeyFile is an SSL key file used to secure etcd communication. + Required if using a TLS connection. + type: string + required: + - caFile + - certFile + - endpoints + - keyFile + type: object + local: + description: |- + Local provides configuration knobs for configuring the local etcd instance + Local and External are mutually exclusive + properties: + dataDir: + description: |- + DataDir is the directory etcd will place its data. + Defaults to "/var/lib/etcd". + type: string + extraArgs: + additionalProperties: + type: string + description: |- + ExtraArgs are extra arguments provided to the etcd binary + when run inside a static pod. + type: object + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + peerCertSANs: + description: PeerCertSANs sets extra Subject Alternative + Names for the etcd peer signing cert. + items: + type: string + type: array + serverCertSANs: + description: ServerCertSANs sets extra Subject Alternative + Names for the etcd server signing cert. + items: + type: string + type: array + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: FeatureGates enabled by the user. + type: object + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + If empty, `k8s.gcr.io` will be used by default; in case of kubernetes version is a CI build (kubernetes version starts with `ci/` or `ci-cross/`) + `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components and for kube-proxy, while `k8s.gcr.io` + will be used for all the other images. + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + kubernetesVersion: + description: |- + KubernetesVersion is the target version of the control plane. + NB: This value defaults to the Machine object spec.version + type: string + networking: + description: |- + Networking holds configuration for the networking topology of the cluster. + NB: This value defaults to the Cluster object spec.clusterNetwork. + properties: + dnsDomain: + description: DNSDomain is the dns domain used by k8s services. + Defaults to "cluster.local". + type: string + podSubnet: + description: |- + PodSubnet is the subnet used by pods. + If unset, the API server will not allocate CIDR ranges for every node. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.services.cidrBlocks if that is set + type: string + serviceSubnet: + description: |- + ServiceSubnet is the subnet used by k8s services. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.pods.cidrBlocks, or + to "10.96.0.0/12" if that's unset. + type: string + type: object + scheduler: + description: Scheduler contains extra settings for the scheduler + control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: ExtraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraVolumes: + description: ExtraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + HostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: MountPath is the path inside the pod where + hostPath will be mounted. + type: string + name: + description: Name of the volume inside the pod template. + type: string + pathType: + description: PathType is the type of the HostPath. + type: string + readOnly: + description: ReadOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + useHyperKubeImage: + description: UseHyperKubeImage controls if hyperkube should be + used for Kubernetes components instead of their respective separate + images + type: boolean + type: object + diskSetup: + description: diskSetup specifies options for the creation of partition + tables and file systems on devices. + properties: + filesystems: + description: filesystems specifies the list of file systems to + setup. + items: + description: Filesystem defines the file systems to be created. + properties: + device: + description: device specifies the device name + type: string + extraOpts: + description: extraOpts defined extra options to add to the + command for creating the file system. + items: + type: string + type: array + filesystem: + description: filesystem specifies the file system type. + type: string + label: + description: label specifies the file system label to be + used. If set to None, no label is used. + type: string + overwrite: + description: |- + overwrite defines whether or not to overwrite any existing filesystem. + If true, any pre-existing file system will be destroyed. Use with Caution. + type: boolean + partition: + description: 'partition specifies the partition to use. + The valid options are: "auto|any", "auto", "any", "none", + and , where NUM is the actual partition number.' + type: string + replaceFS: + description: |- + replaceFS is a special directive, used for Microsoft Azure that instructs cloud-init to replace a file system of . + NOTE: unless you define a label, this requires the use of the 'any' partition directive. + type: string + required: + - device + - filesystem + - label + type: object + type: array + partitions: + description: partitions specifies the list of the partitions to + setup. + items: + description: Partition defines how to create and layout a partition. + properties: + device: + description: device is the name of the device. + type: string + layout: + description: |- + layout specifies the device layout. + If it is true, a single partition will be created for the entire device. + When layout is false, it means don't partition or ignore existing partitioning. + type: boolean + overwrite: + description: |- + overwrite describes whether to skip checks and create the partition if a partition or filesystem is found on the device. + Use with caution. Default is 'false'. + type: boolean + tableType: + description: |- + tableType specifies the tupe of partition table. The following are supported: + 'mbr': default and setups a MS-DOS partition table + 'gpt': setups a GPT partition table + type: string + required: + - device + - layout + type: object + type: array + type: object + files: + description: files specifies extra files to be passed to user_data + upon creation. + items: + description: File defines the input for generating write_files in + cloud-init. + properties: + content: + description: content is the actual content of the file. + type: string + contentFrom: + description: contentFrom is a referenced source of content to + populate the file. + properties: + secret: + description: secret represents a secret that should populate + this file. + properties: + key: + description: key is the key in the secret's data map + for this value. + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + type: string + required: + - key + - name + type: object + required: + - secret + type: object + encoding: + description: encoding specifies the encoding of the file contents. + enum: + - base64 + - gzip + - gzip+base64 + type: string + owner: + description: owner specifies the ownership of the file, e.g. + "root:root". + type: string + path: + description: path specifies the full path on disk where to store + the file. + type: string + permissions: + description: permissions specifies the permissions to assign + to the file, e.g. "0640". + type: string + required: + - path + type: object + type: array + format: + description: format specifies the output format of the bootstrap data + enum: + - cloud-config + type: string + initConfiguration: + description: initConfiguration along with ClusterConfiguration are + the configurations necessary for the init command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + bootstrapTokens: + description: |- + BootstrapTokens is respected at `kubeadm init` time and describes a set of Bootstrap Tokens to create. + This information IS NOT uploaded to the kubeadm cluster configmap, partly because of its sensitive nature + items: + description: BootstrapToken describes one bootstrap token, stored + as a Secret in the cluster. + properties: + description: + description: |- + Description sets a human-friendly message why this token exists and what it's used + for, so other administrators can know its purpose. + type: string + expires: + description: |- + Expires specifies the timestamp when this token expires. Defaults to being set + dynamically at runtime based on the TTL. Expires and TTL are mutually exclusive. + format: date-time + type: string + groups: + description: |- + Groups specifies the extra groups that this token will authenticate as when/if + used for authentication + items: + type: string + type: array + token: + description: |- + Token is used for establishing bidirectional trust between nodes and control-planes. + Used for joining nodes in the cluster. + type: string + ttl: + description: |- + TTL defines the time to live for this token. Defaults to 24h. + Expires and TTL are mutually exclusive. + type: string + usages: + description: |- + Usages describes the ways in which this token can be used. Can by default be used + for establishing bidirectional trust, but that can be changed here. + items: + type: string + type: array + required: + - token + type: object + type: array + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + localAPIEndpoint: + description: |- + LocalAPIEndpoint represents the endpoint of the API server instance that's deployed on this control plane node + In HA setups, this differs from ClusterConfiguration.ControlPlaneEndpoint in the sense that ControlPlaneEndpoint + is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This + configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible + on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process + fails you may set the desired value here. + properties: + advertiseAddress: + description: AdvertiseAddress sets the IP address for the + API server to advertise. + type: string + bindPort: + description: |- + BindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + required: + - advertiseAddress + - bindPort + type: object + nodeRegistration: + description: |- + NodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: CRISocket is used to retrieve container runtime + info. This information will be annotated to the Node API + object, for later re-use + type: string + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + Taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied to + a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to the taint + key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + joinConfiguration: + description: joinConfiguration is the kubeadm configuration for the + join command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + caCertPath: + description: |- + CACertPath is the path to the SSL certificate authority used to + secure comunications between node and control-plane. + Defaults to "/etc/kubernetes/pki/ca.crt". + type: string + controlPlane: + description: |- + ControlPlane defines the additional control plane instance to be deployed on the joining node. + If nil, no additional control plane instance will be deployed. + properties: + localAPIEndpoint: + description: LocalAPIEndpoint represents the endpoint of the + API server instance to be deployed on this node. + properties: + advertiseAddress: + description: AdvertiseAddress sets the IP address for + the API server to advertise. + type: string + bindPort: + description: |- + BindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + required: + - advertiseAddress + - bindPort + type: object + type: object + discovery: + description: Discovery specifies the options for the kubelet to + use during the TLS Bootstrap process + properties: + bootstrapToken: + description: |- + BootstrapToken is used to set the options for bootstrap token based discovery + BootstrapToken and File are mutually exclusive + properties: + apiServerEndpoint: + description: APIServerEndpoint is an IP or domain name + to the API server from which info will be fetched. + type: string + caCertHashes: + description: |- + CACertHashes specifies a set of public key pins to verify + when token-based discovery is used. The root CA found during discovery + must match one of these values. Specifying an empty set disables root CA + pinning, which can be unsafe. Each hash is specified as ":", + where the only currently supported type is "sha256". This is a hex-encoded + SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded + ASN.1. These hashes can be calculated using, for example, OpenSSL: + openssl x509 -pubkey -in ca.crt openssl rsa -pubin -outform der 2>&/dev/null | openssl dgst -sha256 -hex + items: + type: string + type: array + token: + description: |- + Token is a token used to validate cluster information + fetched from the control-plane. + type: string + unsafeSkipCAVerification: + description: |- + UnsafeSkipCAVerification allows token-based discovery + without CA verification via CACertHashes. This can weaken + the security of kubeadm since other nodes can impersonate the control-plane. + type: boolean + required: + - token + - unsafeSkipCAVerification + type: object + file: + description: |- + File is used to specify a file or URL to a kubeconfig file from which to load cluster information + BootstrapToken and File are mutually exclusive + properties: + kubeConfigPath: + description: KubeConfigPath is used to specify the actual + file path or URL to the kubeconfig file from which to + load cluster information + type: string + required: + - kubeConfigPath + type: object + timeout: + description: Timeout modifies the discovery timeout + type: string + tlsBootstrapToken: + description: |- + TLSBootstrapToken is a token used for TLS bootstrapping. + If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden. + If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information + type: string + type: object + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + nodeRegistration: + description: |- + NodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: CRISocket is used to retrieve container runtime + info. This information will be annotated to the Node API + object, for later re-use + type: string + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + Taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied to + a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to the taint + key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + mounts: + description: mounts specifies a list of mount points to be setup. + items: + description: MountPoints defines input for generated mounts in cloud-init. + items: + type: string + type: array + type: array + ntp: + description: ntp specifies NTP configuration + properties: + enabled: + description: enabled specifies whether NTP should be enabled + type: boolean + servers: + description: servers specifies which NTP servers to use + items: + type: string + type: array + type: object + postKubeadmCommands: + description: postKubeadmCommands specifies extra commands to run after + kubeadm runs + items: + type: string + type: array + preKubeadmCommands: + description: preKubeadmCommands specifies extra commands to run before + kubeadm runs + items: + type: string + type: array + useExperimentalRetryJoin: + description: |- + useExperimentalRetryJoin replaces a basic kubeadm command with a shell + script with retries for joins. + + This is meant to be an experimental temporary workaround on some environments + where joins fail due to timing (and other issues). The long term goal is to add retries to + kubeadm proper and use that functionality. + + This will add about 40KB to userdata + + For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055. + type: boolean + users: + description: users specifies extra users to add + items: + description: User defines the input for a generated user in cloud-init. + properties: + gecos: + description: gecos specifies the gecos to use for the user + type: string + groups: + description: groups specifies the additional groups for the + user + type: string + homeDir: + description: homeDir specifies the home directory to use for + the user + type: string + inactive: + description: inactive specifies whether to mark the user as + inactive + type: boolean + lockPassword: + description: lockPassword specifies if password login should + be disabled + type: boolean + name: + description: name specifies the user name + type: string + passwd: + description: passwd specifies a hashed password for the user + type: string + primaryGroup: + description: primaryGroup specifies the primary group for the + user + type: string + shell: + description: shell specifies the user's shell + type: string + sshAuthorizedKeys: + description: sshAuthorizedKeys specifies a list of ssh authorized + keys for the user + items: + type: string + type: array + sudo: + description: sudo specifies a sudo role for the user + type: string + required: + - name + type: object + type: array + verbosity: + description: |- + verbosity is the number for the kubeadm log level verbosity. + It overrides the `--v` flag in kubeadm commands. + format: int32 + type: integer + type: object + status: + description: status is the observed state of KubeadmConfig. + properties: + bootstrapData: + description: |- + bootstrapData will be a cloud-init script for now. + + Deprecated: Switch to DataSecretName. + format: byte + type: string + conditions: + description: conditions defines current service state of the KubeadmConfig. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + dataSecretName: + description: dataSecretName is the name of the secret that stores + the bootstrap data script. + type: string + failureMessage: + description: failureMessage will be set on non-retryable errors + type: string + failureReason: + description: failureReason will be set on non-retryable errors + type: string + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + ready: + description: ready indicates the BootstrapData field is ready to be + consumed + type: boolean + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Time duration since creation of KubeadmConfig + jsonPath: .metadata.creationTimestamp + name: Age + type: date + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + KubeadmConfig is the Schema for the kubeadmconfigs API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of KubeadmConfig. + properties: + clusterConfiguration: + description: clusterConfiguration along with InitConfiguration are + the configurations necessary for the init command + properties: + apiServer: + description: apiServer contains extra settings for the API server + control plane component + properties: + certSANs: + description: certSANs sets extra Subject Alternative Names + for the API Server signing cert. + items: + type: string + type: array + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraVolumes: + description: extraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: mountPath is the path inside the pod where + hostPath will be mounted. + type: string + name: + description: name of the volume inside the pod template. + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + timeoutForControlPlane: + description: timeoutForControlPlane controls the timeout that + we use for API server to appear + type: string + type: object + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + certificatesDir: + description: |- + certificatesDir specifies where to store or look for all required certificates. + NB: if not provided, this will default to `/etc/kubernetes/pki` + type: string + clusterName: + description: clusterName is the cluster name + type: string + controlPlaneEndpoint: + description: |- + controlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it + can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. + In case the ControlPlaneEndpoint is not specified, the AdvertiseAddress + BindPort + are used; in case the ControlPlaneEndpoint is specified but without a TCP port, + the BindPort is used. + Possible usages are: + e.g. In a cluster with more than one control plane instances, this field should be + assigned the address of the external load balancer in front of the + control plane instances. + e.g. in environments with enforced node recycling, the ControlPlaneEndpoint + could be used for assigning a stable DNS to the control plane. + NB: This value defaults to the first value in the Cluster object status.apiEndpoints array. + type: string + controllerManager: + description: controllerManager contains extra settings for the + controller manager control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraVolumes: + description: extraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: mountPath is the path inside the pod where + hostPath will be mounted. + type: string + name: + description: name of the volume inside the pod template. + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + dns: + description: dns defines the options for the DNS add-on installed + in the cluster. + properties: + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: object + etcd: + description: |- + etcd holds configuration for etcd. + NB: This value defaults to a Local (stacked) etcd + properties: + external: + description: |- + external describes how to connect to an external etcd cluster + Local and External are mutually exclusive + properties: + caFile: + description: |- + caFile is an SSL Certificate Authority file used to secure etcd communication. + Required if using a TLS connection. + type: string + certFile: + description: |- + certFile is an SSL certification file used to secure etcd communication. + Required if using a TLS connection. + type: string + endpoints: + description: endpoints of etcd members. Required for ExternalEtcd. + items: + type: string + type: array + keyFile: + description: |- + keyFile is an SSL key file used to secure etcd communication. + Required if using a TLS connection. + type: string + required: + - caFile + - certFile + - endpoints + - keyFile + type: object + local: + description: |- + local provides configuration knobs for configuring the local etcd instance + Local and External are mutually exclusive + properties: + dataDir: + description: |- + dataDir is the directory etcd will place its data. + Defaults to "/var/lib/etcd". + type: string + extraArgs: + additionalProperties: + type: string + description: |- + extraArgs are extra arguments provided to the etcd binary + when run inside a static pod. + type: object + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + peerCertSANs: + description: peerCertSANs sets extra Subject Alternative + Names for the etcd peer signing cert. + items: + type: string + type: array + serverCertSANs: + description: serverCertSANs sets extra Subject Alternative + Names for the etcd server signing cert. + items: + type: string + type: array + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: featureGates enabled by the user. + type: object + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + If empty, `registry.k8s.io` will be used by default; in case of kubernetes version is a CI build (kubernetes version starts with `ci/` or `ci-cross/`) + `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components and for kube-proxy, while `registry.k8s.io` + will be used for all the other images. + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + kubernetesVersion: + description: |- + kubernetesVersion is the target version of the control plane. + NB: This value defaults to the Machine object spec.version + type: string + networking: + description: |- + networking holds configuration for the networking topology of the cluster. + NB: This value defaults to the Cluster object spec.clusterNetwork. + properties: + dnsDomain: + description: dnsDomain is the dns domain used by k8s services. + Defaults to "cluster.local". + type: string + podSubnet: + description: |- + podSubnet is the subnet used by pods. + If unset, the API server will not allocate CIDR ranges for every node. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.services.cidrBlocks if that is set + type: string + serviceSubnet: + description: |- + serviceSubnet is the subnet used by k8s services. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.pods.cidrBlocks, or + to "10.96.0.0/12" if that's unset. + type: string + type: object + scheduler: + description: scheduler contains extra settings for the scheduler + control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraVolumes: + description: extraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: mountPath is the path inside the pod where + hostPath will be mounted. + type: string + name: + description: name of the volume inside the pod template. + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + type: object + diskSetup: + description: diskSetup specifies options for the creation of partition + tables and file systems on devices. + properties: + filesystems: + description: filesystems specifies the list of file systems to + setup. + items: + description: Filesystem defines the file systems to be created. + properties: + device: + description: device specifies the device name + type: string + extraOpts: + description: extraOpts defined extra options to add to the + command for creating the file system. + items: + type: string + type: array + filesystem: + description: filesystem specifies the file system type. + type: string + label: + description: label specifies the file system label to be + used. If set to None, no label is used. + type: string + overwrite: + description: |- + overwrite defines whether or not to overwrite any existing filesystem. + If true, any pre-existing file system will be destroyed. Use with Caution. + type: boolean + partition: + description: 'partition specifies the partition to use. + The valid options are: "auto|any", "auto", "any", "none", + and , where NUM is the actual partition number.' + type: string + replaceFS: + description: |- + replaceFS is a special directive, used for Microsoft Azure that instructs cloud-init to replace a file system of . + NOTE: unless you define a label, this requires the use of the 'any' partition directive. + type: string + required: + - device + - filesystem + - label + type: object + type: array + partitions: + description: partitions specifies the list of the partitions to + setup. + items: + description: Partition defines how to create and layout a partition. + properties: + device: + description: device is the name of the device. + type: string + layout: + description: |- + layout specifies the device layout. + If it is true, a single partition will be created for the entire device. + When layout is false, it means don't partition or ignore existing partitioning. + type: boolean + overwrite: + description: |- + overwrite describes whether to skip checks and create the partition if a partition or filesystem is found on the device. + Use with caution. Default is 'false'. + type: boolean + tableType: + description: |- + tableType specifies the tupe of partition table. The following are supported: + 'mbr': default and setups a MS-DOS partition table + 'gpt': setups a GPT partition table + type: string + required: + - device + - layout + type: object + type: array + type: object + files: + description: files specifies extra files to be passed to user_data + upon creation. + items: + description: File defines the input for generating write_files in + cloud-init. + properties: + content: + description: content is the actual content of the file. + type: string + contentFrom: + description: contentFrom is a referenced source of content to + populate the file. + properties: + secret: + description: secret represents a secret that should populate + this file. + properties: + key: + description: key is the key in the secret's data map + for this value. + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + type: string + required: + - key + - name + type: object + required: + - secret + type: object + encoding: + description: encoding specifies the encoding of the file contents. + enum: + - base64 + - gzip + - gzip+base64 + type: string + owner: + description: owner specifies the ownership of the file, e.g. + "root:root". + type: string + path: + description: path specifies the full path on disk where to store + the file. + type: string + permissions: + description: permissions specifies the permissions to assign + to the file, e.g. "0640". + type: string + required: + - path + type: object + type: array + format: + description: format specifies the output format of the bootstrap data + enum: + - cloud-config + type: string + initConfiguration: + description: initConfiguration along with ClusterConfiguration are + the configurations necessary for the init command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + bootstrapTokens: + description: |- + bootstrapTokens is respected at `kubeadm init` time and describes a set of Bootstrap Tokens to create. + This information IS NOT uploaded to the kubeadm cluster configmap, partly because of its sensitive nature + items: + description: BootstrapToken describes one bootstrap token, stored + as a Secret in the cluster. + properties: + description: + description: |- + description sets a human-friendly message why this token exists and what it's used + for, so other administrators can know its purpose. + type: string + expires: + description: |- + expires specifies the timestamp when this token expires. Defaults to being set + dynamically at runtime based on the TTL. Expires and TTL are mutually exclusive. + format: date-time + type: string + groups: + description: |- + groups specifies the extra groups that this token will authenticate as when/if + used for authentication + items: + type: string + type: array + token: + description: |- + token is used for establishing bidirectional trust between nodes and control-planes. + Used for joining nodes in the cluster. + type: string + ttl: + description: |- + ttl defines the time to live for this token. Defaults to 24h. + Expires and TTL are mutually exclusive. + type: string + usages: + description: |- + usages describes the ways in which this token can be used. Can by default be used + for establishing bidirectional trust, but that can be changed here. + items: + type: string + type: array + required: + - token + type: object + type: array + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + localAPIEndpoint: + description: |- + localAPIEndpoint represents the endpoint of the API server instance that's deployed on this control plane node + In HA setups, this differs from ClusterConfiguration.ControlPlaneEndpoint in the sense that ControlPlaneEndpoint + is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This + configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible + on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process + fails you may set the desired value here. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address for the + API server to advertise. + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container runtime + info. This information will be annotated to the Node API + object, for later re-use + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice of pre-flight + errors to be ignored when the current node is registered. + items: + type: string + type: array + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied to + a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to the taint + key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + joinConfiguration: + description: joinConfiguration is the kubeadm configuration for the + join command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + caCertPath: + description: |- + caCertPath is the path to the SSL certificate authority used to + secure comunications between node and control-plane. + Defaults to "/etc/kubernetes/pki/ca.crt". + type: string + controlPlane: + description: |- + controlPlane defines the additional control plane instance to be deployed on the joining node. + If nil, no additional control plane instance will be deployed. + properties: + localAPIEndpoint: + description: localAPIEndpoint represents the endpoint of the + API server instance to be deployed on this node. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address for + the API server to advertise. + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + type: object + discovery: + description: discovery specifies the options for the kubelet to + use during the TLS Bootstrap process + properties: + bootstrapToken: + description: |- + bootstrapToken is used to set the options for bootstrap token based discovery + BootstrapToken and File are mutually exclusive + properties: + apiServerEndpoint: + description: apiServerEndpoint is an IP or domain name + to the API server from which info will be fetched. + type: string + caCertHashes: + description: |- + caCertHashes specifies a set of public key pins to verify + when token-based discovery is used. The root CA found during discovery + must match one of these values. Specifying an empty set disables root CA + pinning, which can be unsafe. Each hash is specified as ":", + where the only currently supported type is "sha256". This is a hex-encoded + SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded + ASN.1. These hashes can be calculated using, for example, OpenSSL: + openssl x509 -pubkey -in ca.crt openssl rsa -pubin -outform der 2>&/dev/null | openssl dgst -sha256 -hex + items: + type: string + type: array + token: + description: |- + token is a token used to validate cluster information + fetched from the control-plane. + type: string + unsafeSkipCAVerification: + description: |- + unsafeSkipCAVerification allows token-based discovery + without CA verification via CACertHashes. This can weaken + the security of kubeadm since other nodes can impersonate the control-plane. + type: boolean + required: + - token + type: object + file: + description: |- + file is used to specify a file or URL to a kubeconfig file from which to load cluster information + BootstrapToken and File are mutually exclusive + properties: + kubeConfigPath: + description: kubeConfigPath is used to specify the actual + file path or URL to the kubeconfig file from which to + load cluster information + type: string + required: + - kubeConfigPath + type: object + timeout: + description: timeout modifies the discovery timeout + type: string + tlsBootstrapToken: + description: |- + tlsBootstrapToken is a token used for TLS bootstrapping. + If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden. + If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information + type: string + type: object + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container runtime + info. This information will be annotated to the Node API + object, for later re-use + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice of pre-flight + errors to be ignored when the current node is registered. + items: + type: string + type: array + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied to + a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to the taint + key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + mounts: + description: mounts specifies a list of mount points to be setup. + items: + description: MountPoints defines input for generated mounts in cloud-init. + items: + type: string + type: array + type: array + ntp: + description: ntp specifies NTP configuration + properties: + enabled: + description: enabled specifies whether NTP should be enabled + type: boolean + servers: + description: servers specifies which NTP servers to use + items: + type: string + type: array + type: object + postKubeadmCommands: + description: postKubeadmCommands specifies extra commands to run after + kubeadm runs + items: + type: string + type: array + preKubeadmCommands: + description: preKubeadmCommands specifies extra commands to run before + kubeadm runs + items: + type: string + type: array + useExperimentalRetryJoin: + description: |- + useExperimentalRetryJoin replaces a basic kubeadm command with a shell + script with retries for joins. + + This is meant to be an experimental temporary workaround on some environments + where joins fail due to timing (and other issues). The long term goal is to add retries to + kubeadm proper and use that functionality. + + This will add about 40KB to userdata + + For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055. + type: boolean + users: + description: users specifies extra users to add + items: + description: User defines the input for a generated user in cloud-init. + properties: + gecos: + description: gecos specifies the gecos to use for the user + type: string + groups: + description: groups specifies the additional groups for the + user + type: string + homeDir: + description: homeDir specifies the home directory to use for + the user + type: string + inactive: + description: inactive specifies whether to mark the user as + inactive + type: boolean + lockPassword: + description: lockPassword specifies if password login should + be disabled + type: boolean + name: + description: name specifies the user name + type: string + passwd: + description: passwd specifies a hashed password for the user + type: string + primaryGroup: + description: primaryGroup specifies the primary group for the + user + type: string + shell: + description: shell specifies the user's shell + type: string + sshAuthorizedKeys: + description: sshAuthorizedKeys specifies a list of ssh authorized + keys for the user + items: + type: string + type: array + sudo: + description: sudo specifies a sudo role for the user + type: string + required: + - name + type: object + type: array + verbosity: + description: |- + verbosity is the number for the kubeadm log level verbosity. + It overrides the `--v` flag in kubeadm commands. + format: int32 + type: integer + type: object + status: + description: status is the observed state of KubeadmConfig. + properties: + conditions: + description: conditions defines current service state of the KubeadmConfig. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + dataSecretName: + description: dataSecretName is the name of the secret that stores + the bootstrap data script. + type: string + failureMessage: + description: failureMessage will be set on non-retryable errors + type: string + failureReason: + description: failureReason will be set on non-retryable errors + type: string + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + ready: + description: ready indicates the BootstrapData field is ready to be + consumed + type: boolean + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .metadata.labels['cluster\.x-k8s\.io/cluster-name'] + name: Cluster + type: string + - description: Time duration since creation of KubeadmConfig + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: KubeadmConfig is the Schema for the kubeadmconfigs API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of KubeadmConfig. + properties: + bootCommands: + description: |- + bootCommands specifies extra commands to run very early in the boot process via the cloud-init bootcmd + module. bootcmd will run on every boot, 'cloud-init-per' command can be used to make bootcmd run exactly + once. This is typically run in the cloud-init.service systemd unit. This has no effect in Ignition. + items: + maxLength: 10240 + minLength: 1 + type: string + maxItems: 1000 + type: array + clusterConfiguration: + description: clusterConfiguration along with InitConfiguration are + the configurations necessary for the init command + properties: + apiServer: + description: apiServer contains extra settings for the API server + control plane component + properties: + certSANs: + description: certSANs sets extra Subject Alternative Names + for the API Server signing cert. + items: + maxLength: 253 + minLength: 1 + type: string + maxItems: 100 + type: array + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment variable present + in a Container. + properties: + name: + description: Name of the environment variable. Must + be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's value. + Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap or + its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath + is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in + the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, + optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of + the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the pod's + namespace + properties: + key: + description: The key of the secret to select + from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret or its + key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + extraVolumes: + description: extraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + maxLength: 512 + minLength: 1 + type: string + mountPath: + description: mountPath is the path inside the pod where + hostPath will be mounted. + maxLength: 512 + minLength: 1 + type: string + name: + description: name of the volume inside the pod template. + maxLength: 512 + minLength: 1 + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + maxItems: 100 + type: array + timeoutForControlPlane: + description: timeoutForControlPlane controls the timeout that + we use for API server to appear + type: string + type: object + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + certificatesDir: + description: |- + certificatesDir specifies where to store or look for all required certificates. + NB: if not provided, this will default to `/etc/kubernetes/pki` + maxLength: 512 + minLength: 1 + type: string + clusterName: + description: clusterName is the cluster name + maxLength: 63 + minLength: 1 + type: string + controlPlaneEndpoint: + description: |- + controlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it + can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. + In case the ControlPlaneEndpoint is not specified, the AdvertiseAddress + BindPort + are used; in case the ControlPlaneEndpoint is specified but without a TCP port, + the BindPort is used. + Possible usages are: + e.g. In a cluster with more than one control plane instances, this field should be + assigned the address of the external load balancer in front of the + control plane instances. + e.g. in environments with enforced node recycling, the ControlPlaneEndpoint + could be used for assigning a stable DNS to the control plane. + NB: This value defaults to the first value in the Cluster object status.apiEndpoints array. + maxLength: 512 + minLength: 1 + type: string + controllerManager: + description: controllerManager contains extra settings for the + controller manager control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment variable present + in a Container. + properties: + name: + description: Name of the environment variable. Must + be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's value. + Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap or + its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath + is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in + the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, + optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of + the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the pod's + namespace + properties: + key: + description: The key of the secret to select + from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret or its + key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + extraVolumes: + description: extraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + maxLength: 512 + minLength: 1 + type: string + mountPath: + description: mountPath is the path inside the pod where + hostPath will be mounted. + maxLength: 512 + minLength: 1 + type: string + name: + description: name of the volume inside the pod template. + maxLength: 512 + minLength: 1 + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + maxItems: 100 + type: array + type: object + dns: + description: dns defines the options for the DNS add-on installed + in the cluster. + properties: + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + maxLength: 512 + minLength: 1 + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + maxLength: 256 + minLength: 1 + type: string + type: object + etcd: + description: |- + etcd holds configuration for etcd. + NB: This value defaults to a Local (stacked) etcd + properties: + external: + description: |- + external describes how to connect to an external etcd cluster + Local and External are mutually exclusive + properties: + caFile: + description: |- + caFile is an SSL Certificate Authority file used to secure etcd communication. + Required if using a TLS connection. + maxLength: 512 + minLength: 1 + type: string + certFile: + description: |- + certFile is an SSL certification file used to secure etcd communication. + Required if using a TLS connection. + maxLength: 512 + minLength: 1 + type: string + endpoints: + description: endpoints of etcd members. Required for ExternalEtcd. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 50 + type: array + keyFile: + description: |- + keyFile is an SSL key file used to secure etcd communication. + Required if using a TLS connection. + maxLength: 512 + minLength: 1 + type: string + required: + - caFile + - certFile + - endpoints + - keyFile + type: object + local: + description: |- + local provides configuration knobs for configuring the local etcd instance + Local and External are mutually exclusive + properties: + dataDir: + description: |- + dataDir is the directory etcd will place its data. + Defaults to "/var/lib/etcd". + maxLength: 512 + minLength: 1 + type: string + extraArgs: + additionalProperties: + type: string + description: |- + extraArgs are extra arguments provided to the etcd binary + when run inside a static pod. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment variable + present in a Container. + properties: + name: + description: Name of the environment variable. Must + be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's + value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath + is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select + in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for + volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format + of the exposed resources, defaults to + "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the + pod's namespace + properties: + key: + description: The key of the secret to select + from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + maxLength: 512 + minLength: 1 + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + maxLength: 256 + minLength: 1 + type: string + peerCertSANs: + description: peerCertSANs sets extra Subject Alternative + Names for the etcd peer signing cert. + items: + maxLength: 253 + minLength: 1 + type: string + maxItems: 100 + type: array + serverCertSANs: + description: serverCertSANs sets extra Subject Alternative + Names for the etcd server signing cert. + items: + maxLength: 253 + minLength: 1 + type: string + maxItems: 100 + type: array + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: featureGates enabled by the user. + type: object + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + * If not set, the default registry of kubeadm will be used, i.e. + * registry.k8s.io (new registry): >= v1.22.17, >= v1.23.15, >= v1.24.9, >= v1.25.0 + * k8s.gcr.io (old registry): all older versions + Please note that when imageRepository is not set we don't allow upgrades to + versions >= v1.22.0 which use the old registry (k8s.gcr.io). Please use + a newer patch version with the new registry instead (i.e. >= v1.22.17, + >= v1.23.15, >= v1.24.9, >= v1.25.0). + * If the version is a CI build (kubernetes version starts with `ci/` or `ci-cross/`) + `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components + and for kube-proxy, while `registry.k8s.io` will be used for all the other images. + maxLength: 512 + minLength: 1 + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + kubernetesVersion: + description: |- + kubernetesVersion is the target version of the control plane. + NB: This value defaults to the Machine object spec.version + maxLength: 256 + minLength: 1 + type: string + networking: + description: |- + networking holds configuration for the networking topology of the cluster. + NB: This value defaults to the Cluster object spec.clusterNetwork. + properties: + dnsDomain: + description: dnsDomain is the dns domain used by k8s services. + Defaults to "cluster.local". + maxLength: 253 + minLength: 1 + type: string + podSubnet: + description: |- + podSubnet is the subnet used by pods. + If unset, the API server will not allocate CIDR ranges for every node. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.services.cidrBlocks if that is set + maxLength: 1024 + minLength: 1 + type: string + serviceSubnet: + description: |- + serviceSubnet is the subnet used by k8s services. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.pods.cidrBlocks, or + to "10.96.0.0/12" if that's unset. + maxLength: 1024 + minLength: 1 + type: string + type: object + scheduler: + description: scheduler contains extra settings for the scheduler + control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to pass to + the control plane component. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment variable present + in a Container. + properties: + name: + description: Name of the environment variable. Must + be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's value. + Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap or + its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath + is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in + the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, + optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of + the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the pod's + namespace + properties: + key: + description: The key of the secret to select + from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret or its + key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + extraVolumes: + description: extraVolumes is an extra set of host volumes, + mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + maxLength: 512 + minLength: 1 + type: string + mountPath: + description: mountPath is the path inside the pod where + hostPath will be mounted. + maxLength: 512 + minLength: 1 + type: string + name: + description: name of the volume inside the pod template. + maxLength: 512 + minLength: 1 + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + maxItems: 100 + type: array + type: object + type: object + diskSetup: + description: diskSetup specifies options for the creation of partition + tables and file systems on devices. + properties: + filesystems: + description: filesystems specifies the list of file systems to + setup. + items: + description: Filesystem defines the file systems to be created. + properties: + device: + description: device specifies the device name + maxLength: 256 + minLength: 1 + type: string + extraOpts: + description: extraOpts defined extra options to add to the + command for creating the file system. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + filesystem: + description: filesystem specifies the file system type. + maxLength: 128 + minLength: 1 + type: string + label: + description: label specifies the file system label to be + used. If set to None, no label is used. + maxLength: 512 + minLength: 1 + type: string + overwrite: + description: |- + overwrite defines whether or not to overwrite any existing filesystem. + If true, any pre-existing file system will be destroyed. Use with Caution. + type: boolean + partition: + description: 'partition specifies the partition to use. + The valid options are: "auto|any", "auto", "any", "none", + and , where NUM is the actual partition number.' + maxLength: 128 + minLength: 1 + type: string + replaceFS: + description: |- + replaceFS is a special directive, used for Microsoft Azure that instructs cloud-init to replace a file system of . + NOTE: unless you define a label, this requires the use of the 'any' partition directive. + maxLength: 128 + minLength: 1 + type: string + required: + - device + - filesystem + type: object + maxItems: 100 + type: array + partitions: + description: partitions specifies the list of the partitions to + setup. + items: + description: Partition defines how to create and layout a partition. + properties: + device: + description: device is the name of the device. + maxLength: 256 + minLength: 1 + type: string + layout: + description: |- + layout specifies the device layout. + If it is true, a single partition will be created for the entire device. + When layout is false, it means don't partition or ignore existing partitioning. + type: boolean + overwrite: + description: |- + overwrite describes whether to skip checks and create the partition if a partition or filesystem is found on the device. + Use with caution. Default is 'false'. + type: boolean + tableType: + description: |- + tableType specifies the tupe of partition table. The following are supported: + 'mbr': default and setups a MS-DOS partition table + 'gpt': setups a GPT partition table + enum: + - mbr + - gpt + type: string + required: + - device + - layout + type: object + maxItems: 100 + type: array + type: object + files: + description: files specifies extra files to be passed to user_data + upon creation. + items: + description: File defines the input for generating write_files in + cloud-init. + properties: + append: + description: append specifies whether to append Content to existing + file if Path exists. + type: boolean + content: + description: content is the actual content of the file. + maxLength: 10240 + minLength: 1 + type: string + contentFrom: + description: contentFrom is a referenced source of content to + populate the file. + properties: + secret: + description: secret represents a secret that should populate + this file. + properties: + key: + description: key is the key in the secret's data map + for this value. + maxLength: 256 + minLength: 1 + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + maxLength: 253 + minLength: 1 + type: string + required: + - key + - name + type: object + required: + - secret + type: object + encoding: + description: encoding specifies the encoding of the file contents. + enum: + - base64 + - gzip + - gzip+base64 + type: string + owner: + description: owner specifies the ownership of the file, e.g. + "root:root". + maxLength: 256 + minLength: 1 + type: string + path: + description: path specifies the full path on disk where to store + the file. + maxLength: 512 + minLength: 1 + type: string + permissions: + description: permissions specifies the permissions to assign + to the file, e.g. "0640". + maxLength: 16 + minLength: 1 + type: string + required: + - path + type: object + maxItems: 200 + type: array + format: + description: format specifies the output format of the bootstrap data + enum: + - cloud-config + - ignition + type: string + ignition: + description: ignition contains Ignition specific configuration. + properties: + containerLinuxConfig: + description: containerLinuxConfig contains CLC specific configuration. + properties: + additionalConfig: + description: |- + additionalConfig contains additional configuration to be merged with the Ignition + configuration generated by the bootstrapper controller. More info: https://coreos.github.io/ignition/operator-notes/#config-merging + + The data format is documented here: https://kinvolk.io/docs/flatcar-container-linux/latest/provisioning/cl-config/ + maxLength: 10240 + minLength: 1 + type: string + strict: + description: strict controls if AdditionalConfig should be + strictly parsed. If so, warnings are treated as errors. + type: boolean + type: object + type: object + initConfiguration: + description: initConfiguration along with ClusterConfiguration are + the configurations necessary for the init command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + bootstrapTokens: + description: |- + bootstrapTokens is respected at `kubeadm init` time and describes a set of Bootstrap Tokens to create. + This information IS NOT uploaded to the kubeadm cluster configmap, partly because of its sensitive nature + items: + description: BootstrapToken describes one bootstrap token, stored + as a Secret in the cluster. + properties: + description: + description: |- + description sets a human-friendly message why this token exists and what it's used + for, so other administrators can know its purpose. + maxLength: 512 + minLength: 1 + type: string + expires: + description: |- + expires specifies the timestamp when this token expires. Defaults to being set + dynamically at runtime based on the TTL. Expires and TTL are mutually exclusive. + format: date-time + type: string + groups: + description: |- + groups specifies the extra groups that this token will authenticate as when/if + used for authentication + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + token: + description: |- + token is used for establishing bidirectional trust between nodes and control-planes. + Used for joining nodes in the cluster. + type: string + ttl: + description: |- + ttl defines the time to live for this token. Defaults to 24h. + Expires and TTL are mutually exclusive. + type: string + usages: + description: |- + usages describes the ways in which this token can be used. Can by default be used + for establishing bidirectional trust, but that can be changed here. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + required: + - token + type: object + maxItems: 100 + type: array + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + localAPIEndpoint: + description: |- + localAPIEndpoint represents the endpoint of the API server instance that's deployed on this control plane node + In HA setups, this differs from ClusterConfiguration.ControlPlaneEndpoint in the sense that ControlPlaneEndpoint + is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This + configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible + on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process + fails you may set the desired value here. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address for the + API server to advertise. + maxLength: 39 + minLength: 1 + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container runtime + info. This information will be annotated to the Node API + object, for later re-use + maxLength: 512 + minLength: 1 + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice of pre-flight + errors to be ignored when the current node is registered. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 50 + type: array + imagePullPolicy: + description: |- + imagePullPolicy specifies the policy for image pulling + during kubeadm "init" and "join" operations. The value of + this field must be one of "Always", "IfNotPresent" or + "Never". Defaults to "IfNotPresent". This can be used only + with Kubernetes version equal to 1.22 and later. + enum: + - Always + - IfNotPresent + - Never + type: string + imagePullSerial: + description: |- + imagePullSerial specifies if image pulling performed by kubeadm must be done serially or in parallel. + This option takes effect only on Kubernetes >=1.31.0. + Default: true (defaulted in kubeadm) + type: boolean + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + maxLength: 253 + minLength: 1 + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: []` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied to + a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to the taint + key. + type: string + required: + - effect + - key + type: object + maxItems: 100 + type: array + type: object + patches: + description: |- + patches contains options related to applying patches to components deployed by kubeadm during + "kubeadm init". The minimum kubernetes version needed to support Patches is v1.22 + properties: + directory: + description: |- + directory is a path to a directory that contains files named "target[suffix][+patchtype].extension". + For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "target" can be one of + "kube-apiserver", "kube-controller-manager", "kube-scheduler", "etcd". "patchtype" can be one + of "strategic" "merge" or "json" and they match the patch formats supported by kubectl. + The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". + "suffix" is an optional string that can be used to determine which patches are applied + first alpha-numerically. + These files can be written into the target directory via KubeadmConfig.Files which + specifies additional files to be created on the machine, either with content inline or + by referencing a secret. + maxLength: 512 + minLength: 1 + type: string + type: object + skipPhases: + description: |- + skipPhases is a list of phases to skip during command execution. + The list of phases can be obtained with the "kubeadm init --help" command. + This option takes effect only on Kubernetes >=1.22.0. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 50 + type: array + type: object + joinConfiguration: + description: joinConfiguration is the kubeadm configuration for the + join command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + caCertPath: + description: |- + caCertPath is the path to the SSL certificate authority used to + secure comunications between node and control-plane. + Defaults to "/etc/kubernetes/pki/ca.crt". + maxLength: 512 + minLength: 1 + type: string + controlPlane: + description: |- + controlPlane defines the additional control plane instance to be deployed on the joining node. + If nil, no additional control plane instance will be deployed. + properties: + localAPIEndpoint: + description: localAPIEndpoint represents the endpoint of the + API server instance to be deployed on this node. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address for + the API server to advertise. + maxLength: 39 + minLength: 1 + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + type: object + discovery: + description: discovery specifies the options for the kubelet to + use during the TLS Bootstrap process + properties: + bootstrapToken: + description: |- + bootstrapToken is used to set the options for bootstrap token based discovery + BootstrapToken and File are mutually exclusive + properties: + apiServerEndpoint: + description: apiServerEndpoint is an IP or domain name + to the API server from which info will be fetched. + maxLength: 512 + minLength: 1 + type: string + caCertHashes: + description: |- + caCertHashes specifies a set of public key pins to verify + when token-based discovery is used. The root CA found during discovery + must match one of these values. Specifying an empty set disables root CA + pinning, which can be unsafe. Each hash is specified as ":", + where the only currently supported type is "sha256". This is a hex-encoded + SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded + ASN.1. These hashes can be calculated using, for example, OpenSSL: + openssl x509 -pubkey -in ca.crt openssl rsa -pubin -outform der 2>&/dev/null | openssl dgst -sha256 -hex + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 100 + type: array + token: + description: |- + token is a token used to validate cluster information + fetched from the control-plane. + maxLength: 512 + minLength: 1 + type: string + unsafeSkipCAVerification: + description: |- + unsafeSkipCAVerification allows token-based discovery + without CA verification via CACertHashes. This can weaken + the security of kubeadm since other nodes can impersonate the control-plane. + type: boolean + type: object + file: + description: |- + file is used to specify a file or URL to a kubeconfig file from which to load cluster information + BootstrapToken and File are mutually exclusive + properties: + kubeConfig: + description: |- + kubeConfig is used (optionally) to generate a KubeConfig based on the KubeadmConfig's information. + The file is generated at the path specified in KubeConfigPath. + + Host address (server field) information is automatically populated based on the Cluster's ControlPlaneEndpoint. + Certificate Authority (certificate-authority-data field) is gathered from the cluster's CA secret. + properties: + cluster: + description: |- + cluster contains information about how to communicate with the kubernetes cluster. + + By default the following fields are automatically populated: + - Server with the Cluster's ControlPlaneEndpoint. + - CertificateAuthorityData with the Cluster's CA certificate. + properties: + certificateAuthorityData: + description: |- + certificateAuthorityData contains PEM-encoded certificate authority certificates. + + Defaults to the Cluster's CA certificate if empty. + format: byte + maxLength: 51200 + minLength: 1 + type: string + insecureSkipTLSVerify: + description: insecureSkipTLSVerify skips the validity + check for the server's certificate. This will + make your HTTPS connections insecure. + type: boolean + proxyURL: + description: |- + proxyURL is the URL to the proxy to be used for all requests made by this + client. URLs with "http", "https", and "socks5" schemes are supported. If + this configuration is not provided or the empty string, the client + attempts to construct a proxy configuration from http_proxy and + https_proxy environment variables. If these environment variables are not + set, the client does not attempt to proxy requests. + + socks5 proxying does not currently support spdy streaming endpoints (exec, + attach, port forward). + maxLength: 512 + minLength: 1 + type: string + server: + description: |- + server is the address of the kubernetes cluster (https://hostname:port). + + Defaults to https:// + Cluster.Spec.ControlPlaneEndpoint. + maxLength: 512 + minLength: 1 + type: string + tlsServerName: + description: tlsServerName is used to check server + certificate. If TLSServerName is empty, the + hostname used to contact the server is used. + maxLength: 512 + minLength: 1 + type: string + type: object + user: + description: |- + user contains information that describes identity information. + This is used to tell the kubernetes cluster who you are. + properties: + authProvider: + description: authProvider specifies a custom authentication + plugin for the kubernetes cluster. + properties: + config: + additionalProperties: + type: string + description: config holds the parameters for + the authentication plugin. + type: object + name: + description: name is the name of the authentication + plugin. + maxLength: 256 + minLength: 1 + type: string + required: + - name + type: object + exec: + description: exec specifies a custom exec-based + authentication plugin for the kubernetes cluster. + properties: + apiVersion: + description: |- + apiVersion is preferred input version of the ExecInfo. The returned ExecCredentials MUST use + the same encoding version as the input. + Defaults to client.authentication.k8s.io/v1 if not set. + maxLength: 512 + minLength: 1 + type: string + args: + description: args is the arguments to pass + to the command when executing it. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 100 + type: array + command: + description: command to execute. + maxLength: 1024 + minLength: 1 + type: string + env: + description: |- + env defines additional environment variables to expose to the process. These + are unioned with the host's environment, as well as variables client-go uses + to pass argument to the plugin. + items: + description: |- + KubeConfigAuthExecEnv is used for setting environment variables when executing an exec-based + credential plugin. + properties: + name: + description: name of the environment + variable + maxLength: 512 + minLength: 1 + type: string + value: + description: value of the environment + variable + maxLength: 512 + minLength: 1 + type: string + required: + - name + - value + type: object + maxItems: 100 + type: array + provideClusterInfo: + description: |- + provideClusterInfo determines whether or not to provide cluster information, + which could potentially contain very large CA data, to this exec plugin as a + part of the KUBERNETES_EXEC_INFO environment variable. By default, it is set + to false. Package k8s.io/client-go/tools/auth/exec provides helper methods for + reading this environment variable. + type: boolean + required: + - command + type: object + type: object + required: + - user + type: object + kubeConfigPath: + description: kubeConfigPath is used to specify the actual + file path or URL to the kubeconfig file from which to + load cluster information + maxLength: 512 + minLength: 1 + type: string + required: + - kubeConfigPath + type: object + timeout: + description: timeout modifies the discovery timeout + type: string + tlsBootstrapToken: + description: |- + tlsBootstrapToken is a token used for TLS bootstrapping. + If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden. + If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information + maxLength: 512 + minLength: 1 + type: string + type: object + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container runtime + info. This information will be annotated to the Node API + object, for later re-use + maxLength: 512 + minLength: 1 + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice of pre-flight + errors to be ignored when the current node is registered. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 50 + type: array + imagePullPolicy: + description: |- + imagePullPolicy specifies the policy for image pulling + during kubeadm "init" and "join" operations. The value of + this field must be one of "Always", "IfNotPresent" or + "Never". Defaults to "IfNotPresent". This can be used only + with Kubernetes version equal to 1.22 and later. + enum: + - Always + - IfNotPresent + - Never + type: string + imagePullSerial: + description: |- + imagePullSerial specifies if image pulling performed by kubeadm must be done serially or in parallel. + This option takes effect only on Kubernetes >=1.31.0. + Default: true (defaulted in kubeadm) + type: boolean + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + maxLength: 253 + minLength: 1 + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: []` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied to + a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to the taint + key. + type: string + required: + - effect + - key + type: object + maxItems: 100 + type: array + type: object + patches: + description: |- + patches contains options related to applying patches to components deployed by kubeadm during + "kubeadm join". The minimum kubernetes version needed to support Patches is v1.22 + properties: + directory: + description: |- + directory is a path to a directory that contains files named "target[suffix][+patchtype].extension". + For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "target" can be one of + "kube-apiserver", "kube-controller-manager", "kube-scheduler", "etcd". "patchtype" can be one + of "strategic" "merge" or "json" and they match the patch formats supported by kubectl. + The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". + "suffix" is an optional string that can be used to determine which patches are applied + first alpha-numerically. + These files can be written into the target directory via KubeadmConfig.Files which + specifies additional files to be created on the machine, either with content inline or + by referencing a secret. + maxLength: 512 + minLength: 1 + type: string + type: object + skipPhases: + description: |- + skipPhases is a list of phases to skip during command execution. + The list of phases can be obtained with the "kubeadm init --help" command. + This option takes effect only on Kubernetes >=1.22.0. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 50 + type: array + type: object + mounts: + description: mounts specifies a list of mount points to be setup. + items: + description: MountPoints defines input for generated mounts in cloud-init. + items: + maxLength: 512 + minLength: 1 + type: string + type: array + maxItems: 100 + type: array + ntp: + description: ntp specifies NTP configuration + properties: + enabled: + description: enabled specifies whether NTP should be enabled + type: boolean + servers: + description: servers specifies which NTP servers to use + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 100 + type: array + type: object + postKubeadmCommands: + description: |- + postKubeadmCommands specifies extra commands to run after kubeadm runs. + With cloud-init, this is appended to the runcmd module configuration, and is typically executed in + the cloud-final.service systemd unit. In Ignition, this is appended to /etc/kubeadm.sh. + items: + maxLength: 10240 + minLength: 1 + type: string + maxItems: 1000 + type: array + preKubeadmCommands: + description: |- + preKubeadmCommands specifies extra commands to run before kubeadm runs. + With cloud-init, this is prepended to the runcmd module configuration, and is typically executed in + the cloud-final.service systemd unit. In Ignition, this is prepended to /etc/kubeadm.sh. + items: + maxLength: 10240 + minLength: 1 + type: string + maxItems: 1000 + type: array + useExperimentalRetryJoin: + description: |- + useExperimentalRetryJoin replaces a basic kubeadm command with a shell + script with retries for joins. + + This is meant to be an experimental temporary workaround on some environments + where joins fail due to timing (and other issues). The long term goal is to add retries to + kubeadm proper and use that functionality. + + This will add about 40KB to userdata + + For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055. + + Deprecated: This experimental fix is no longer needed and this field will be removed in a future release. + When removing also remove from staticcheck exclude-rules for SA1019 in golangci.yml + type: boolean + users: + description: users specifies extra users to add + items: + description: User defines the input for a generated user in cloud-init. + properties: + gecos: + description: gecos specifies the gecos to use for the user + maxLength: 256 + minLength: 1 + type: string + groups: + description: groups specifies the additional groups for the + user + maxLength: 256 + minLength: 1 + type: string + homeDir: + description: homeDir specifies the home directory to use for + the user + maxLength: 256 + minLength: 1 + type: string + inactive: + description: inactive specifies whether to mark the user as + inactive + type: boolean + lockPassword: + description: lockPassword specifies if password login should + be disabled + type: boolean + name: + description: name specifies the user name + maxLength: 256 + minLength: 1 + type: string + passwd: + description: passwd specifies a hashed password for the user + maxLength: 256 + minLength: 1 + type: string + passwdFrom: + description: passwdFrom is a referenced source of passwd to + populate the passwd. + properties: + secret: + description: secret represents a secret that should populate + this password. + properties: + key: + description: key is the key in the secret's data map + for this value. + maxLength: 256 + minLength: 1 + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + maxLength: 253 + minLength: 1 + type: string + required: + - key + - name + type: object + required: + - secret + type: object + primaryGroup: + description: primaryGroup specifies the primary group for the + user + maxLength: 256 + minLength: 1 + type: string + shell: + description: shell specifies the user's shell + maxLength: 256 + minLength: 1 + type: string + sshAuthorizedKeys: + description: sshAuthorizedKeys specifies a list of ssh authorized + keys for the user + items: + maxLength: 2048 + minLength: 1 + type: string + maxItems: 100 + type: array + sudo: + description: sudo specifies a sudo role for the user + maxLength: 256 + minLength: 1 + type: string + required: + - name + type: object + maxItems: 100 + type: array + verbosity: + description: |- + verbosity is the number for the kubeadm log level verbosity. + It overrides the `--v` flag in kubeadm commands. + format: int32 + type: integer + type: object + status: + description: status is the observed state of KubeadmConfig. + properties: + conditions: + description: conditions defines current service state of the KubeadmConfig. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + dataSecretName: + description: dataSecretName is the name of the secret that stores + the bootstrap data script. + maxLength: 253 + minLength: 1 + type: string + failureMessage: + description: |- + failureMessage will be set on non-retryable errors + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + maxLength: 10240 + minLength: 1 + type: string + failureReason: + description: |- + failureReason will be set on non-retryable errors + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + maxLength: 256 + minLength: 1 + type: string + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + ready: + description: ready indicates the BootstrapData field is ready to be + consumed + type: boolean + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in KubeadmConfig's status with the V1Beta2 version. + properties: + conditions: + description: |- + conditions represents the observations of a KubeadmConfig's current state. + Known condition types are Ready, DataSecretAvailable, CertificatesAvailable. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + type: object + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-kubeadm-bootstrap-system/capi-kubeadm-bootstrap-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + cluster.x-k8s.io/v1beta1: v1beta1 + name: kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-kubeadm-bootstrap-webhook-service + namespace: capi-kubeadm-bootstrap-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: bootstrap.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: KubeadmConfigTemplate + listKind: KubeadmConfigTemplateList + plural: kubeadmconfigtemplates + singular: kubeadmconfigtemplate + scope: Namespaced + versions: + - deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + KubeadmConfigTemplate is the Schema for the kubeadmconfigtemplates API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of KubeadmConfigTemplate. + properties: + template: + description: template defines the desired state of KubeadmConfigTemplate. + properties: + spec: + description: spec is the desired state of KubeadmConfig. + properties: + clusterConfiguration: + description: clusterConfiguration along with InitConfiguration + are the configurations necessary for the init command + properties: + apiServer: + description: APIServer contains extra settings for the + API server control plane component + properties: + certSANs: + description: CertSANs sets extra Subject Alternative + Names for the API Server signing cert. + items: + type: string + type: array + extraArgs: + additionalProperties: + type: string + description: ExtraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraVolumes: + description: ExtraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + HostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: MountPath is the path inside the + pod where hostPath will be mounted. + type: string + name: + description: Name of the volume inside the pod + template. + type: string + pathType: + description: PathType is the type of the HostPath. + type: string + readOnly: + description: ReadOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + timeoutForControlPlane: + description: TimeoutForControlPlane controls the timeout + that we use for API server to appear + type: string + type: object + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + certificatesDir: + description: |- + CertificatesDir specifies where to store or look for all required certificates. + NB: if not provided, this will default to `/etc/kubernetes/pki` + type: string + clusterName: + description: The cluster name + type: string + controlPlaneEndpoint: + description: |- + ControlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it + can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. + In case the ControlPlaneEndpoint is not specified, the AdvertiseAddress + BindPort + are used; in case the ControlPlaneEndpoint is specified but without a TCP port, + the BindPort is used. + Possible usages are: + e.g. In a cluster with more than one control plane instances, this field should be + assigned the address of the external load balancer in front of the + control plane instances. + e.g. in environments with enforced node recycling, the ControlPlaneEndpoint + could be used for assigning a stable DNS to the control plane. + NB: This value defaults to the first value in the Cluster object status.apiEndpoints array. + type: string + controllerManager: + description: ControllerManager contains extra settings + for the controller manager control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: ExtraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraVolumes: + description: ExtraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + HostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: MountPath is the path inside the + pod where hostPath will be mounted. + type: string + name: + description: Name of the volume inside the pod + template. + type: string + pathType: + description: PathType is the type of the HostPath. + type: string + readOnly: + description: ReadOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + dns: + description: DNS defines the options for the DNS add-on + installed in the cluster. + properties: + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: + description: Type defines the DNS add-on to be used + type: string + type: object + etcd: + description: |- + Etcd holds configuration for etcd. + NB: This value defaults to a Local (stacked) etcd + properties: + external: + description: |- + External describes how to connect to an external etcd cluster + Local and External are mutually exclusive + properties: + caFile: + description: |- + CAFile is an SSL Certificate Authority file used to secure etcd communication. + Required if using a TLS connection. + type: string + certFile: + description: |- + CertFile is an SSL certification file used to secure etcd communication. + Required if using a TLS connection. + type: string + endpoints: + description: Endpoints of etcd members. Required + for ExternalEtcd. + items: + type: string + type: array + keyFile: + description: |- + KeyFile is an SSL key file used to secure etcd communication. + Required if using a TLS connection. + type: string + required: + - caFile + - certFile + - endpoints + - keyFile + type: object + local: + description: |- + Local provides configuration knobs for configuring the local etcd instance + Local and External are mutually exclusive + properties: + dataDir: + description: |- + DataDir is the directory etcd will place its data. + Defaults to "/var/lib/etcd". + type: string + extraArgs: + additionalProperties: + type: string + description: |- + ExtraArgs are extra arguments provided to the etcd binary + when run inside a static pod. + type: object + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + peerCertSANs: + description: PeerCertSANs sets extra Subject Alternative + Names for the etcd peer signing cert. + items: + type: string + type: array + serverCertSANs: + description: ServerCertSANs sets extra Subject + Alternative Names for the etcd server signing + cert. + items: + type: string + type: array + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: FeatureGates enabled by the user. + type: object + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + If empty, `k8s.gcr.io` will be used by default; in case of kubernetes version is a CI build (kubernetes version starts with `ci/` or `ci-cross/`) + `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components and for kube-proxy, while `k8s.gcr.io` + will be used for all the other images. + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + kubernetesVersion: + description: |- + KubernetesVersion is the target version of the control plane. + NB: This value defaults to the Machine object spec.version + type: string + networking: + description: |- + Networking holds configuration for the networking topology of the cluster. + NB: This value defaults to the Cluster object spec.clusterNetwork. + properties: + dnsDomain: + description: DNSDomain is the dns domain used by k8s + services. Defaults to "cluster.local". + type: string + podSubnet: + description: |- + PodSubnet is the subnet used by pods. + If unset, the API server will not allocate CIDR ranges for every node. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.services.cidrBlocks if that is set + type: string + serviceSubnet: + description: |- + ServiceSubnet is the subnet used by k8s services. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.pods.cidrBlocks, or + to "10.96.0.0/12" if that's unset. + type: string + type: object + scheduler: + description: Scheduler contains extra settings for the + scheduler control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: ExtraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraVolumes: + description: ExtraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + HostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: MountPath is the path inside the + pod where hostPath will be mounted. + type: string + name: + description: Name of the volume inside the pod + template. + type: string + pathType: + description: PathType is the type of the HostPath. + type: string + readOnly: + description: ReadOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + useHyperKubeImage: + description: UseHyperKubeImage controls if hyperkube should + be used for Kubernetes components instead of their respective + separate images + type: boolean + type: object + diskSetup: + description: diskSetup specifies options for the creation + of partition tables and file systems on devices. + properties: + filesystems: + description: filesystems specifies the list of file systems + to setup. + items: + description: Filesystem defines the file systems to + be created. + properties: + device: + description: device specifies the device name + type: string + extraOpts: + description: extraOpts defined extra options to + add to the command for creating the file system. + items: + type: string + type: array + filesystem: + description: filesystem specifies the file system + type. + type: string + label: + description: label specifies the file system label + to be used. If set to None, no label is used. + type: string + overwrite: + description: |- + overwrite defines whether or not to overwrite any existing filesystem. + If true, any pre-existing file system will be destroyed. Use with Caution. + type: boolean + partition: + description: 'partition specifies the partition + to use. The valid options are: "auto|any", "auto", + "any", "none", and , where NUM is the actual + partition number.' + type: string + replaceFS: + description: |- + replaceFS is a special directive, used for Microsoft Azure that instructs cloud-init to replace a file system of . + NOTE: unless you define a label, this requires the use of the 'any' partition directive. + type: string + required: + - device + - filesystem + - label + type: object + type: array + partitions: + description: partitions specifies the list of the partitions + to setup. + items: + description: Partition defines how to create and layout + a partition. + properties: + device: + description: device is the name of the device. + type: string + layout: + description: |- + layout specifies the device layout. + If it is true, a single partition will be created for the entire device. + When layout is false, it means don't partition or ignore existing partitioning. + type: boolean + overwrite: + description: |- + overwrite describes whether to skip checks and create the partition if a partition or filesystem is found on the device. + Use with caution. Default is 'false'. + type: boolean + tableType: + description: |- + tableType specifies the tupe of partition table. The following are supported: + 'mbr': default and setups a MS-DOS partition table + 'gpt': setups a GPT partition table + type: string + required: + - device + - layout + type: object + type: array + type: object + files: + description: files specifies extra files to be passed to user_data + upon creation. + items: + description: File defines the input for generating write_files + in cloud-init. + properties: + content: + description: content is the actual content of the file. + type: string + contentFrom: + description: contentFrom is a referenced source of content + to populate the file. + properties: + secret: + description: secret represents a secret that should + populate this file. + properties: + key: + description: key is the key in the secret's + data map for this value. + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + type: string + required: + - key + - name + type: object + required: + - secret + type: object + encoding: + description: encoding specifies the encoding of the + file contents. + enum: + - base64 + - gzip + - gzip+base64 + type: string + owner: + description: owner specifies the ownership of the file, + e.g. "root:root". + type: string + path: + description: path specifies the full path on disk where + to store the file. + type: string + permissions: + description: permissions specifies the permissions to + assign to the file, e.g. "0640". + type: string + required: + - path + type: object + type: array + format: + description: format specifies the output format of the bootstrap + data + enum: + - cloud-config + type: string + initConfiguration: + description: initConfiguration along with ClusterConfiguration + are the configurations necessary for the init command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + bootstrapTokens: + description: |- + BootstrapTokens is respected at `kubeadm init` time and describes a set of Bootstrap Tokens to create. + This information IS NOT uploaded to the kubeadm cluster configmap, partly because of its sensitive nature + items: + description: BootstrapToken describes one bootstrap + token, stored as a Secret in the cluster. + properties: + description: + description: |- + Description sets a human-friendly message why this token exists and what it's used + for, so other administrators can know its purpose. + type: string + expires: + description: |- + Expires specifies the timestamp when this token expires. Defaults to being set + dynamically at runtime based on the TTL. Expires and TTL are mutually exclusive. + format: date-time + type: string + groups: + description: |- + Groups specifies the extra groups that this token will authenticate as when/if + used for authentication + items: + type: string + type: array + token: + description: |- + Token is used for establishing bidirectional trust between nodes and control-planes. + Used for joining nodes in the cluster. + type: string + ttl: + description: |- + TTL defines the time to live for this token. Defaults to 24h. + Expires and TTL are mutually exclusive. + type: string + usages: + description: |- + Usages describes the ways in which this token can be used. Can by default be used + for establishing bidirectional trust, but that can be changed here. + items: + type: string + type: array + required: + - token + type: object + type: array + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + localAPIEndpoint: + description: |- + LocalAPIEndpoint represents the endpoint of the API server instance that's deployed on this control plane node + In HA setups, this differs from ClusterConfiguration.ControlPlaneEndpoint in the sense that ControlPlaneEndpoint + is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This + configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible + on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process + fails you may set the desired value here. + properties: + advertiseAddress: + description: AdvertiseAddress sets the IP address + for the API server to advertise. + type: string + bindPort: + description: |- + BindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + required: + - advertiseAddress + - bindPort + type: object + nodeRegistration: + description: |- + NodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: CRISocket is used to retrieve container + runtime info. This information will be annotated + to the Node API object, for later re-use + type: string + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + Taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied + to a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to + the taint key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + joinConfiguration: + description: joinConfiguration is the kubeadm configuration + for the join command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + caCertPath: + description: |- + CACertPath is the path to the SSL certificate authority used to + secure comunications between node and control-plane. + Defaults to "/etc/kubernetes/pki/ca.crt". + type: string + controlPlane: + description: |- + ControlPlane defines the additional control plane instance to be deployed on the joining node. + If nil, no additional control plane instance will be deployed. + properties: + localAPIEndpoint: + description: LocalAPIEndpoint represents the endpoint + of the API server instance to be deployed on this + node. + properties: + advertiseAddress: + description: AdvertiseAddress sets the IP address + for the API server to advertise. + type: string + bindPort: + description: |- + BindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + required: + - advertiseAddress + - bindPort + type: object + type: object + discovery: + description: Discovery specifies the options for the kubelet + to use during the TLS Bootstrap process + properties: + bootstrapToken: + description: |- + BootstrapToken is used to set the options for bootstrap token based discovery + BootstrapToken and File are mutually exclusive + properties: + apiServerEndpoint: + description: APIServerEndpoint is an IP or domain + name to the API server from which info will + be fetched. + type: string + caCertHashes: + description: |- + CACertHashes specifies a set of public key pins to verify + when token-based discovery is used. The root CA found during discovery + must match one of these values. Specifying an empty set disables root CA + pinning, which can be unsafe. Each hash is specified as ":", + where the only currently supported type is "sha256". This is a hex-encoded + SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded + ASN.1. These hashes can be calculated using, for example, OpenSSL: + openssl x509 -pubkey -in ca.crt openssl rsa -pubin -outform der 2>&/dev/null | openssl dgst -sha256 -hex + items: + type: string + type: array + token: + description: |- + Token is a token used to validate cluster information + fetched from the control-plane. + type: string + unsafeSkipCAVerification: + description: |- + UnsafeSkipCAVerification allows token-based discovery + without CA verification via CACertHashes. This can weaken + the security of kubeadm since other nodes can impersonate the control-plane. + type: boolean + required: + - token + - unsafeSkipCAVerification + type: object + file: + description: |- + File is used to specify a file or URL to a kubeconfig file from which to load cluster information + BootstrapToken and File are mutually exclusive + properties: + kubeConfigPath: + description: KubeConfigPath is used to specify + the actual file path or URL to the kubeconfig + file from which to load cluster information + type: string + required: + - kubeConfigPath + type: object + timeout: + description: Timeout modifies the discovery timeout + type: string + tlsBootstrapToken: + description: |- + TLSBootstrapToken is a token used for TLS bootstrapping. + If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden. + If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information + type: string + type: object + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + nodeRegistration: + description: |- + NodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: CRISocket is used to retrieve container + runtime info. This information will be annotated + to the Node API object, for later re-use + type: string + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + KubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + Name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + Taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied + to a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to + the taint key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + mounts: + description: mounts specifies a list of mount points to be + setup. + items: + description: MountPoints defines input for generated mounts + in cloud-init. + items: + type: string + type: array + type: array + ntp: + description: ntp specifies NTP configuration + properties: + enabled: + description: enabled specifies whether NTP should be enabled + type: boolean + servers: + description: servers specifies which NTP servers to use + items: + type: string + type: array + type: object + postKubeadmCommands: + description: postKubeadmCommands specifies extra commands + to run after kubeadm runs + items: + type: string + type: array + preKubeadmCommands: + description: preKubeadmCommands specifies extra commands to + run before kubeadm runs + items: + type: string + type: array + useExperimentalRetryJoin: + description: |- + useExperimentalRetryJoin replaces a basic kubeadm command with a shell + script with retries for joins. + + This is meant to be an experimental temporary workaround on some environments + where joins fail due to timing (and other issues). The long term goal is to add retries to + kubeadm proper and use that functionality. + + This will add about 40KB to userdata + + For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055. + type: boolean + users: + description: users specifies extra users to add + items: + description: User defines the input for a generated user + in cloud-init. + properties: + gecos: + description: gecos specifies the gecos to use for the + user + type: string + groups: + description: groups specifies the additional groups + for the user + type: string + homeDir: + description: homeDir specifies the home directory to + use for the user + type: string + inactive: + description: inactive specifies whether to mark the + user as inactive + type: boolean + lockPassword: + description: lockPassword specifies if password login + should be disabled + type: boolean + name: + description: name specifies the user name + type: string + passwd: + description: passwd specifies a hashed password for + the user + type: string + primaryGroup: + description: primaryGroup specifies the primary group + for the user + type: string + shell: + description: shell specifies the user's shell + type: string + sshAuthorizedKeys: + description: sshAuthorizedKeys specifies a list of ssh + authorized keys for the user + items: + type: string + type: array + sudo: + description: sudo specifies a sudo role for the user + type: string + required: + - name + type: object + type: array + verbosity: + description: |- + verbosity is the number for the kubeadm log level verbosity. + It overrides the `--v` flag in kubeadm commands. + format: int32 + type: integer + type: object + type: object + required: + - template + type: object + type: object + served: false + storage: false + - additionalPrinterColumns: + - description: Time duration since creation of KubeadmConfigTemplate + jsonPath: .metadata.creationTimestamp + name: Age + type: date + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + KubeadmConfigTemplate is the Schema for the kubeadmconfigtemplates API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of KubeadmConfigTemplate. + properties: + template: + description: template defines the desired state of KubeadmConfigTemplate. + properties: + spec: + description: spec is the desired state of KubeadmConfig. + properties: + clusterConfiguration: + description: clusterConfiguration along with InitConfiguration + are the configurations necessary for the init command + properties: + apiServer: + description: apiServer contains extra settings for the + API server control plane component + properties: + certSANs: + description: certSANs sets extra Subject Alternative + Names for the API Server signing cert. + items: + type: string + type: array + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraVolumes: + description: extraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: mountPath is the path inside the + pod where hostPath will be mounted. + type: string + name: + description: name of the volume inside the pod + template. + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + timeoutForControlPlane: + description: timeoutForControlPlane controls the timeout + that we use for API server to appear + type: string + type: object + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + certificatesDir: + description: |- + certificatesDir specifies where to store or look for all required certificates. + NB: if not provided, this will default to `/etc/kubernetes/pki` + type: string + clusterName: + description: clusterName is the cluster name + type: string + controlPlaneEndpoint: + description: |- + controlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it + can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. + In case the ControlPlaneEndpoint is not specified, the AdvertiseAddress + BindPort + are used; in case the ControlPlaneEndpoint is specified but without a TCP port, + the BindPort is used. + Possible usages are: + e.g. In a cluster with more than one control plane instances, this field should be + assigned the address of the external load balancer in front of the + control plane instances. + e.g. in environments with enforced node recycling, the ControlPlaneEndpoint + could be used for assigning a stable DNS to the control plane. + NB: This value defaults to the first value in the Cluster object status.apiEndpoints array. + type: string + controllerManager: + description: controllerManager contains extra settings + for the controller manager control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraVolumes: + description: extraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: mountPath is the path inside the + pod where hostPath will be mounted. + type: string + name: + description: name of the volume inside the pod + template. + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + dns: + description: dns defines the options for the DNS add-on + installed in the cluster. + properties: + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: object + etcd: + description: |- + etcd holds configuration for etcd. + NB: This value defaults to a Local (stacked) etcd + properties: + external: + description: |- + external describes how to connect to an external etcd cluster + Local and External are mutually exclusive + properties: + caFile: + description: |- + caFile is an SSL Certificate Authority file used to secure etcd communication. + Required if using a TLS connection. + type: string + certFile: + description: |- + certFile is an SSL certification file used to secure etcd communication. + Required if using a TLS connection. + type: string + endpoints: + description: endpoints of etcd members. Required + for ExternalEtcd. + items: + type: string + type: array + keyFile: + description: |- + keyFile is an SSL key file used to secure etcd communication. + Required if using a TLS connection. + type: string + required: + - caFile + - certFile + - endpoints + - keyFile + type: object + local: + description: |- + local provides configuration knobs for configuring the local etcd instance + Local and External are mutually exclusive + properties: + dataDir: + description: |- + dataDir is the directory etcd will place its data. + Defaults to "/var/lib/etcd". + type: string + extraArgs: + additionalProperties: + type: string + description: |- + extraArgs are extra arguments provided to the etcd binary + when run inside a static pod. + type: object + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + peerCertSANs: + description: peerCertSANs sets extra Subject Alternative + Names for the etcd peer signing cert. + items: + type: string + type: array + serverCertSANs: + description: serverCertSANs sets extra Subject + Alternative Names for the etcd server signing + cert. + items: + type: string + type: array + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: featureGates enabled by the user. + type: object + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + If empty, `registry.k8s.io` will be used by default; in case of kubernetes version is a CI build (kubernetes version starts with `ci/` or `ci-cross/`) + `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components and for kube-proxy, while `registry.k8s.io` + will be used for all the other images. + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + kubernetesVersion: + description: |- + kubernetesVersion is the target version of the control plane. + NB: This value defaults to the Machine object spec.version + type: string + networking: + description: |- + networking holds configuration for the networking topology of the cluster. + NB: This value defaults to the Cluster object spec.clusterNetwork. + properties: + dnsDomain: + description: dnsDomain is the dns domain used by k8s + services. Defaults to "cluster.local". + type: string + podSubnet: + description: |- + podSubnet is the subnet used by pods. + If unset, the API server will not allocate CIDR ranges for every node. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.services.cidrBlocks if that is set + type: string + serviceSubnet: + description: |- + serviceSubnet is the subnet used by k8s services. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.pods.cidrBlocks, or + to "10.96.0.0/12" if that's unset. + type: string + type: object + scheduler: + description: scheduler contains extra settings for the + scheduler control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraVolumes: + description: extraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + type: string + mountPath: + description: mountPath is the path inside the + pod where hostPath will be mounted. + type: string + name: + description: name of the volume inside the pod + template. + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + type: array + type: object + type: object + diskSetup: + description: diskSetup specifies options for the creation + of partition tables and file systems on devices. + properties: + filesystems: + description: filesystems specifies the list of file systems + to setup. + items: + description: Filesystem defines the file systems to + be created. + properties: + device: + description: device specifies the device name + type: string + extraOpts: + description: extraOpts defined extra options to + add to the command for creating the file system. + items: + type: string + type: array + filesystem: + description: filesystem specifies the file system + type. + type: string + label: + description: label specifies the file system label + to be used. If set to None, no label is used. + type: string + overwrite: + description: |- + overwrite defines whether or not to overwrite any existing filesystem. + If true, any pre-existing file system will be destroyed. Use with Caution. + type: boolean + partition: + description: 'partition specifies the partition + to use. The valid options are: "auto|any", "auto", + "any", "none", and , where NUM is the actual + partition number.' + type: string + replaceFS: + description: |- + replaceFS is a special directive, used for Microsoft Azure that instructs cloud-init to replace a file system of . + NOTE: unless you define a label, this requires the use of the 'any' partition directive. + type: string + required: + - device + - filesystem + - label + type: object + type: array + partitions: + description: partitions specifies the list of the partitions + to setup. + items: + description: Partition defines how to create and layout + a partition. + properties: + device: + description: device is the name of the device. + type: string + layout: + description: |- + layout specifies the device layout. + If it is true, a single partition will be created for the entire device. + When layout is false, it means don't partition or ignore existing partitioning. + type: boolean + overwrite: + description: |- + overwrite describes whether to skip checks and create the partition if a partition or filesystem is found on the device. + Use with caution. Default is 'false'. + type: boolean + tableType: + description: |- + tableType specifies the tupe of partition table. The following are supported: + 'mbr': default and setups a MS-DOS partition table + 'gpt': setups a GPT partition table + type: string + required: + - device + - layout + type: object + type: array + type: object + files: + description: files specifies extra files to be passed to user_data + upon creation. + items: + description: File defines the input for generating write_files + in cloud-init. + properties: + content: + description: content is the actual content of the file. + type: string + contentFrom: + description: contentFrom is a referenced source of content + to populate the file. + properties: + secret: + description: secret represents a secret that should + populate this file. + properties: + key: + description: key is the key in the secret's + data map for this value. + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + type: string + required: + - key + - name + type: object + required: + - secret + type: object + encoding: + description: encoding specifies the encoding of the + file contents. + enum: + - base64 + - gzip + - gzip+base64 + type: string + owner: + description: owner specifies the ownership of the file, + e.g. "root:root". + type: string + path: + description: path specifies the full path on disk where + to store the file. + type: string + permissions: + description: permissions specifies the permissions to + assign to the file, e.g. "0640". + type: string + required: + - path + type: object + type: array + format: + description: format specifies the output format of the bootstrap + data + enum: + - cloud-config + type: string + initConfiguration: + description: initConfiguration along with ClusterConfiguration + are the configurations necessary for the init command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + bootstrapTokens: + description: |- + bootstrapTokens is respected at `kubeadm init` time and describes a set of Bootstrap Tokens to create. + This information IS NOT uploaded to the kubeadm cluster configmap, partly because of its sensitive nature + items: + description: BootstrapToken describes one bootstrap + token, stored as a Secret in the cluster. + properties: + description: + description: |- + description sets a human-friendly message why this token exists and what it's used + for, so other administrators can know its purpose. + type: string + expires: + description: |- + expires specifies the timestamp when this token expires. Defaults to being set + dynamically at runtime based on the TTL. Expires and TTL are mutually exclusive. + format: date-time + type: string + groups: + description: |- + groups specifies the extra groups that this token will authenticate as when/if + used for authentication + items: + type: string + type: array + token: + description: |- + token is used for establishing bidirectional trust between nodes and control-planes. + Used for joining nodes in the cluster. + type: string + ttl: + description: |- + ttl defines the time to live for this token. Defaults to 24h. + Expires and TTL are mutually exclusive. + type: string + usages: + description: |- + usages describes the ways in which this token can be used. Can by default be used + for establishing bidirectional trust, but that can be changed here. + items: + type: string + type: array + required: + - token + type: object + type: array + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + localAPIEndpoint: + description: |- + localAPIEndpoint represents the endpoint of the API server instance that's deployed on this control plane node + In HA setups, this differs from ClusterConfiguration.ControlPlaneEndpoint in the sense that ControlPlaneEndpoint + is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This + configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible + on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process + fails you may set the desired value here. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address + for the API server to advertise. + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container + runtime info. This information will be annotated + to the Node API object, for later re-use + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice + of pre-flight errors to be ignored when the current + node is registered. + items: + type: string + type: array + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied + to a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to + the taint key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + joinConfiguration: + description: joinConfiguration is the kubeadm configuration + for the join command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + caCertPath: + description: |- + caCertPath is the path to the SSL certificate authority used to + secure comunications between node and control-plane. + Defaults to "/etc/kubernetes/pki/ca.crt". + type: string + controlPlane: + description: |- + controlPlane defines the additional control plane instance to be deployed on the joining node. + If nil, no additional control plane instance will be deployed. + properties: + localAPIEndpoint: + description: localAPIEndpoint represents the endpoint + of the API server instance to be deployed on this + node. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address + for the API server to advertise. + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + type: object + discovery: + description: discovery specifies the options for the kubelet + to use during the TLS Bootstrap process + properties: + bootstrapToken: + description: |- + bootstrapToken is used to set the options for bootstrap token based discovery + BootstrapToken and File are mutually exclusive + properties: + apiServerEndpoint: + description: apiServerEndpoint is an IP or domain + name to the API server from which info will + be fetched. + type: string + caCertHashes: + description: |- + caCertHashes specifies a set of public key pins to verify + when token-based discovery is used. The root CA found during discovery + must match one of these values. Specifying an empty set disables root CA + pinning, which can be unsafe. Each hash is specified as ":", + where the only currently supported type is "sha256". This is a hex-encoded + SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded + ASN.1. These hashes can be calculated using, for example, OpenSSL: + openssl x509 -pubkey -in ca.crt openssl rsa -pubin -outform der 2>&/dev/null | openssl dgst -sha256 -hex + items: + type: string + type: array + token: + description: |- + token is a token used to validate cluster information + fetched from the control-plane. + type: string + unsafeSkipCAVerification: + description: |- + unsafeSkipCAVerification allows token-based discovery + without CA verification via CACertHashes. This can weaken + the security of kubeadm since other nodes can impersonate the control-plane. + type: boolean + required: + - token + type: object + file: + description: |- + file is used to specify a file or URL to a kubeconfig file from which to load cluster information + BootstrapToken and File are mutually exclusive + properties: + kubeConfigPath: + description: kubeConfigPath is used to specify + the actual file path or URL to the kubeconfig + file from which to load cluster information + type: string + required: + - kubeConfigPath + type: object + timeout: + description: timeout modifies the discovery timeout + type: string + tlsBootstrapToken: + description: |- + tlsBootstrapToken is a token used for TLS bootstrapping. + If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden. + If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information + type: string + type: object + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container + runtime info. This information will be annotated + to the Node API object, for later re-use + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice + of pre-flight errors to be ignored when the current + node is registered. + items: + type: string + type: array + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: {}` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied + to a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to + the taint key. + type: string + required: + - effect + - key + type: object + type: array + type: object + type: object + mounts: + description: mounts specifies a list of mount points to be + setup. + items: + description: MountPoints defines input for generated mounts + in cloud-init. + items: + type: string + type: array + type: array + ntp: + description: ntp specifies NTP configuration + properties: + enabled: + description: enabled specifies whether NTP should be enabled + type: boolean + servers: + description: servers specifies which NTP servers to use + items: + type: string + type: array + type: object + postKubeadmCommands: + description: postKubeadmCommands specifies extra commands + to run after kubeadm runs + items: + type: string + type: array + preKubeadmCommands: + description: preKubeadmCommands specifies extra commands to + run before kubeadm runs + items: + type: string + type: array + useExperimentalRetryJoin: + description: |- + useExperimentalRetryJoin replaces a basic kubeadm command with a shell + script with retries for joins. + + This is meant to be an experimental temporary workaround on some environments + where joins fail due to timing (and other issues). The long term goal is to add retries to + kubeadm proper and use that functionality. + + This will add about 40KB to userdata + + For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055. + type: boolean + users: + description: users specifies extra users to add + items: + description: User defines the input for a generated user + in cloud-init. + properties: + gecos: + description: gecos specifies the gecos to use for the + user + type: string + groups: + description: groups specifies the additional groups + for the user + type: string + homeDir: + description: homeDir specifies the home directory to + use for the user + type: string + inactive: + description: inactive specifies whether to mark the + user as inactive + type: boolean + lockPassword: + description: lockPassword specifies if password login + should be disabled + type: boolean + name: + description: name specifies the user name + type: string + passwd: + description: passwd specifies a hashed password for + the user + type: string + primaryGroup: + description: primaryGroup specifies the primary group + for the user + type: string + shell: + description: shell specifies the user's shell + type: string + sshAuthorizedKeys: + description: sshAuthorizedKeys specifies a list of ssh + authorized keys for the user + items: + type: string + type: array + sudo: + description: sudo specifies a sudo role for the user + type: string + required: + - name + type: object + type: array + verbosity: + description: |- + verbosity is the number for the kubeadm log level verbosity. + It overrides the `--v` flag in kubeadm commands. + format: int32 + type: integer + type: object + type: object + required: + - template + type: object + type: object + served: false + storage: false + subresources: {} + - additionalPrinterColumns: + - description: Time duration since creation of KubeadmConfigTemplate + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: KubeadmConfigTemplate is the Schema for the kubeadmconfigtemplates + API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of KubeadmConfigTemplate. + properties: + template: + description: template defines the desired state of KubeadmConfigTemplate. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + description: spec is the desired state of KubeadmConfig. + properties: + bootCommands: + description: |- + bootCommands specifies extra commands to run very early in the boot process via the cloud-init bootcmd + module. bootcmd will run on every boot, 'cloud-init-per' command can be used to make bootcmd run exactly + once. This is typically run in the cloud-init.service systemd unit. This has no effect in Ignition. + items: + maxLength: 10240 + minLength: 1 + type: string + maxItems: 1000 + type: array + clusterConfiguration: + description: clusterConfiguration along with InitConfiguration + are the configurations necessary for the init command + properties: + apiServer: + description: apiServer contains extra settings for the + API server control plane component + properties: + certSANs: + description: certSANs sets extra Subject Alternative + Names for the API Server signing cert. + items: + maxLength: 253 + minLength: 1 + type: string + maxItems: 100 + type: array + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment variable + present in a Container. + properties: + name: + description: Name of the environment variable. + Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's + value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the + FieldPath is written in terms of, + defaults to "v1". + type: string + fieldPath: + description: Path of the field to select + in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required + for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format + of the exposed resources, defaults + to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to + select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in + the pod's namespace + properties: + key: + description: The key of the secret to + select from. Must be a valid secret + key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + extraVolumes: + description: extraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + maxLength: 512 + minLength: 1 + type: string + mountPath: + description: mountPath is the path inside the + pod where hostPath will be mounted. + maxLength: 512 + minLength: 1 + type: string + name: + description: name of the volume inside the pod + template. + maxLength: 512 + minLength: 1 + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + maxItems: 100 + type: array + timeoutForControlPlane: + description: timeoutForControlPlane controls the timeout + that we use for API server to appear + type: string + type: object + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + certificatesDir: + description: |- + certificatesDir specifies where to store or look for all required certificates. + NB: if not provided, this will default to `/etc/kubernetes/pki` + maxLength: 512 + minLength: 1 + type: string + clusterName: + description: clusterName is the cluster name + maxLength: 63 + minLength: 1 + type: string + controlPlaneEndpoint: + description: |- + controlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it + can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. + In case the ControlPlaneEndpoint is not specified, the AdvertiseAddress + BindPort + are used; in case the ControlPlaneEndpoint is specified but without a TCP port, + the BindPort is used. + Possible usages are: + e.g. In a cluster with more than one control plane instances, this field should be + assigned the address of the external load balancer in front of the + control plane instances. + e.g. in environments with enforced node recycling, the ControlPlaneEndpoint + could be used for assigning a stable DNS to the control plane. + NB: This value defaults to the first value in the Cluster object status.apiEndpoints array. + maxLength: 512 + minLength: 1 + type: string + controllerManager: + description: controllerManager contains extra settings + for the controller manager control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment variable + present in a Container. + properties: + name: + description: Name of the environment variable. + Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's + value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the + FieldPath is written in terms of, + defaults to "v1". + type: string + fieldPath: + description: Path of the field to select + in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required + for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format + of the exposed resources, defaults + to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to + select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in + the pod's namespace + properties: + key: + description: The key of the secret to + select from. Must be a valid secret + key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + extraVolumes: + description: extraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + maxLength: 512 + minLength: 1 + type: string + mountPath: + description: mountPath is the path inside the + pod where hostPath will be mounted. + maxLength: 512 + minLength: 1 + type: string + name: + description: name of the volume inside the pod + template. + maxLength: 512 + minLength: 1 + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + maxItems: 100 + type: array + type: object + dns: + description: dns defines the options for the DNS add-on + installed in the cluster. + properties: + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + maxLength: 512 + minLength: 1 + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + maxLength: 256 + minLength: 1 + type: string + type: object + etcd: + description: |- + etcd holds configuration for etcd. + NB: This value defaults to a Local (stacked) etcd + properties: + external: + description: |- + external describes how to connect to an external etcd cluster + Local and External are mutually exclusive + properties: + caFile: + description: |- + caFile is an SSL Certificate Authority file used to secure etcd communication. + Required if using a TLS connection. + maxLength: 512 + minLength: 1 + type: string + certFile: + description: |- + certFile is an SSL certification file used to secure etcd communication. + Required if using a TLS connection. + maxLength: 512 + minLength: 1 + type: string + endpoints: + description: endpoints of etcd members. Required + for ExternalEtcd. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 50 + type: array + keyFile: + description: |- + keyFile is an SSL key file used to secure etcd communication. + Required if using a TLS connection. + maxLength: 512 + minLength: 1 + type: string + required: + - caFile + - certFile + - endpoints + - keyFile + type: object + local: + description: |- + local provides configuration knobs for configuring the local etcd instance + Local and External are mutually exclusive + properties: + dataDir: + description: |- + dataDir is the directory etcd will place its data. + Defaults to "/var/lib/etcd". + maxLength: 512 + minLength: 1 + type: string + extraArgs: + additionalProperties: + type: string + description: |- + extraArgs are extra arguments provided to the etcd binary + when run inside a static pod. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment + variable present in a Container. + properties: + name: + description: Name of the environment variable. + Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment + variable's value. Cannot be used if value + is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the + ConfigMap or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema + the FieldPath is written in terms + of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to + select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required + for volumes, optional for env + vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output + format of the exposed resources, + defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource + to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret + in the pod's namespace + properties: + key: + description: The key of the secret + to select from. Must be a valid + secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the + Secret or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + if not set, the ImageRepository defined in ClusterConfiguration will be used instead. + maxLength: 512 + minLength: 1 + type: string + imageTag: + description: |- + imageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + maxLength: 256 + minLength: 1 + type: string + peerCertSANs: + description: peerCertSANs sets extra Subject Alternative + Names for the etcd peer signing cert. + items: + maxLength: 253 + minLength: 1 + type: string + maxItems: 100 + type: array + serverCertSANs: + description: serverCertSANs sets extra Subject + Alternative Names for the etcd server signing + cert. + items: + maxLength: 253 + minLength: 1 + type: string + maxItems: 100 + type: array + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: featureGates enabled by the user. + type: object + imageRepository: + description: |- + imageRepository sets the container registry to pull images from. + * If not set, the default registry of kubeadm will be used, i.e. + * registry.k8s.io (new registry): >= v1.22.17, >= v1.23.15, >= v1.24.9, >= v1.25.0 + * k8s.gcr.io (old registry): all older versions + Please note that when imageRepository is not set we don't allow upgrades to + versions >= v1.22.0 which use the old registry (k8s.gcr.io). Please use + a newer patch version with the new registry instead (i.e. >= v1.22.17, + >= v1.23.15, >= v1.24.9, >= v1.25.0). + * If the version is a CI build (kubernetes version starts with `ci/` or `ci-cross/`) + `gcr.io/k8s-staging-ci-images` will be used as a default for control plane components + and for kube-proxy, while `registry.k8s.io` will be used for all the other images. + maxLength: 512 + minLength: 1 + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + kubernetesVersion: + description: |- + kubernetesVersion is the target version of the control plane. + NB: This value defaults to the Machine object spec.version + maxLength: 256 + minLength: 1 + type: string + networking: + description: |- + networking holds configuration for the networking topology of the cluster. + NB: This value defaults to the Cluster object spec.clusterNetwork. + properties: + dnsDomain: + description: dnsDomain is the dns domain used by k8s + services. Defaults to "cluster.local". + maxLength: 253 + minLength: 1 + type: string + podSubnet: + description: |- + podSubnet is the subnet used by pods. + If unset, the API server will not allocate CIDR ranges for every node. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.services.cidrBlocks if that is set + maxLength: 1024 + minLength: 1 + type: string + serviceSubnet: + description: |- + serviceSubnet is the subnet used by k8s services. + Defaults to a comma-delimited string of the Cluster object's spec.clusterNetwork.pods.cidrBlocks, or + to "10.96.0.0/12" if that's unset. + maxLength: 1024 + minLength: 1 + type: string + type: object + scheduler: + description: scheduler contains extra settings for the + scheduler control plane component + properties: + extraArgs: + additionalProperties: + type: string + description: extraArgs is an extra set of flags to + pass to the control plane component. + type: object + extraEnvs: + description: |- + extraEnvs is an extra set of environment variables to pass to the control plane component. + Environment variables passed using ExtraEnvs will override any existing environment variables, or *_proxy environment variables that kubeadm adds by default. + This option takes effect only on Kubernetes >=1.31.0. + items: + description: EnvVar represents an environment variable + present in a Container. + properties: + name: + description: Name of the environment variable. + Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's + value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the + FieldPath is written in terms of, + defaults to "v1". + type: string + fieldPath: + description: Path of the field to select + in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required + for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format + of the exposed resources, defaults + to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to + select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in + the pod's namespace + properties: + key: + description: The key of the secret to + select from. Must be a valid secret + key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret + or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 100 + type: array + extraVolumes: + description: extraVolumes is an extra set of host + volumes, mounted to the control plane component. + items: + description: |- + HostPathMount contains elements describing volumes that are mounted from the + host. + properties: + hostPath: + description: |- + hostPath is the path in the host that will be mounted inside + the pod. + maxLength: 512 + minLength: 1 + type: string + mountPath: + description: mountPath is the path inside the + pod where hostPath will be mounted. + maxLength: 512 + minLength: 1 + type: string + name: + description: name of the volume inside the pod + template. + maxLength: 512 + minLength: 1 + type: string + pathType: + description: pathType is the type of the HostPath. + type: string + readOnly: + description: readOnly controls write access + to the volume + type: boolean + required: + - hostPath + - mountPath + - name + type: object + maxItems: 100 + type: array + type: object + type: object + diskSetup: + description: diskSetup specifies options for the creation + of partition tables and file systems on devices. + properties: + filesystems: + description: filesystems specifies the list of file systems + to setup. + items: + description: Filesystem defines the file systems to + be created. + properties: + device: + description: device specifies the device name + maxLength: 256 + minLength: 1 + type: string + extraOpts: + description: extraOpts defined extra options to + add to the command for creating the file system. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + filesystem: + description: filesystem specifies the file system + type. + maxLength: 128 + minLength: 1 + type: string + label: + description: label specifies the file system label + to be used. If set to None, no label is used. + maxLength: 512 + minLength: 1 + type: string + overwrite: + description: |- + overwrite defines whether or not to overwrite any existing filesystem. + If true, any pre-existing file system will be destroyed. Use with Caution. + type: boolean + partition: + description: 'partition specifies the partition + to use. The valid options are: "auto|any", "auto", + "any", "none", and , where NUM is the actual + partition number.' + maxLength: 128 + minLength: 1 + type: string + replaceFS: + description: |- + replaceFS is a special directive, used for Microsoft Azure that instructs cloud-init to replace a file system of . + NOTE: unless you define a label, this requires the use of the 'any' partition directive. + maxLength: 128 + minLength: 1 + type: string + required: + - device + - filesystem + type: object + maxItems: 100 + type: array + partitions: + description: partitions specifies the list of the partitions + to setup. + items: + description: Partition defines how to create and layout + a partition. + properties: + device: + description: device is the name of the device. + maxLength: 256 + minLength: 1 + type: string + layout: + description: |- + layout specifies the device layout. + If it is true, a single partition will be created for the entire device. + When layout is false, it means don't partition or ignore existing partitioning. + type: boolean + overwrite: + description: |- + overwrite describes whether to skip checks and create the partition if a partition or filesystem is found on the device. + Use with caution. Default is 'false'. + type: boolean + tableType: + description: |- + tableType specifies the tupe of partition table. The following are supported: + 'mbr': default and setups a MS-DOS partition table + 'gpt': setups a GPT partition table + enum: + - mbr + - gpt + type: string + required: + - device + - layout + type: object + maxItems: 100 + type: array + type: object + files: + description: files specifies extra files to be passed to user_data + upon creation. + items: + description: File defines the input for generating write_files + in cloud-init. + properties: + append: + description: append specifies whether to append Content + to existing file if Path exists. + type: boolean + content: + description: content is the actual content of the file. + maxLength: 10240 + minLength: 1 + type: string + contentFrom: + description: contentFrom is a referenced source of content + to populate the file. + properties: + secret: + description: secret represents a secret that should + populate this file. + properties: + key: + description: key is the key in the secret's + data map for this value. + maxLength: 256 + minLength: 1 + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + maxLength: 253 + minLength: 1 + type: string + required: + - key + - name + type: object + required: + - secret + type: object + encoding: + description: encoding specifies the encoding of the + file contents. + enum: + - base64 + - gzip + - gzip+base64 + type: string + owner: + description: owner specifies the ownership of the file, + e.g. "root:root". + maxLength: 256 + minLength: 1 + type: string + path: + description: path specifies the full path on disk where + to store the file. + maxLength: 512 + minLength: 1 + type: string + permissions: + description: permissions specifies the permissions to + assign to the file, e.g. "0640". + maxLength: 16 + minLength: 1 + type: string + required: + - path + type: object + maxItems: 200 + type: array + format: + description: format specifies the output format of the bootstrap + data + enum: + - cloud-config + - ignition + type: string + ignition: + description: ignition contains Ignition specific configuration. + properties: + containerLinuxConfig: + description: containerLinuxConfig contains CLC specific + configuration. + properties: + additionalConfig: + description: |- + additionalConfig contains additional configuration to be merged with the Ignition + configuration generated by the bootstrapper controller. More info: https://coreos.github.io/ignition/operator-notes/#config-merging + + The data format is documented here: https://kinvolk.io/docs/flatcar-container-linux/latest/provisioning/cl-config/ + maxLength: 10240 + minLength: 1 + type: string + strict: + description: strict controls if AdditionalConfig should + be strictly parsed. If so, warnings are treated + as errors. + type: boolean + type: object + type: object + initConfiguration: + description: initConfiguration along with ClusterConfiguration + are the configurations necessary for the init command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + bootstrapTokens: + description: |- + bootstrapTokens is respected at `kubeadm init` time and describes a set of Bootstrap Tokens to create. + This information IS NOT uploaded to the kubeadm cluster configmap, partly because of its sensitive nature + items: + description: BootstrapToken describes one bootstrap + token, stored as a Secret in the cluster. + properties: + description: + description: |- + description sets a human-friendly message why this token exists and what it's used + for, so other administrators can know its purpose. + maxLength: 512 + minLength: 1 + type: string + expires: + description: |- + expires specifies the timestamp when this token expires. Defaults to being set + dynamically at runtime based on the TTL. Expires and TTL are mutually exclusive. + format: date-time + type: string + groups: + description: |- + groups specifies the extra groups that this token will authenticate as when/if + used for authentication + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + token: + description: |- + token is used for establishing bidirectional trust between nodes and control-planes. + Used for joining nodes in the cluster. + type: string + ttl: + description: |- + ttl defines the time to live for this token. Defaults to 24h. + Expires and TTL are mutually exclusive. + type: string + usages: + description: |- + usages describes the ways in which this token can be used. Can by default be used + for establishing bidirectional trust, but that can be changed here. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + required: + - token + type: object + maxItems: 100 + type: array + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + localAPIEndpoint: + description: |- + localAPIEndpoint represents the endpoint of the API server instance that's deployed on this control plane node + In HA setups, this differs from ClusterConfiguration.ControlPlaneEndpoint in the sense that ControlPlaneEndpoint + is the global endpoint for the cluster, which then loadbalances the requests to each individual API server. This + configuration object lets you customize what IP/DNS name and port the local API server advertises it's accessible + on. By default, kubeadm tries to auto-detect the IP of the default interface and use that, but in case that process + fails you may set the desired value here. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address + for the API server to advertise. + maxLength: 39 + minLength: 1 + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container + runtime info. This information will be annotated + to the Node API object, for later re-use + maxLength: 512 + minLength: 1 + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice + of pre-flight errors to be ignored when the current + node is registered. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 50 + type: array + imagePullPolicy: + description: |- + imagePullPolicy specifies the policy for image pulling + during kubeadm "init" and "join" operations. The value of + this field must be one of "Always", "IfNotPresent" or + "Never". Defaults to "IfNotPresent". This can be used only + with Kubernetes version equal to 1.22 and later. + enum: + - Always + - IfNotPresent + - Never + type: string + imagePullSerial: + description: |- + imagePullSerial specifies if image pulling performed by kubeadm must be done serially or in parallel. + This option takes effect only on Kubernetes >=1.31.0. + Default: true (defaulted in kubeadm) + type: boolean + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + maxLength: 253 + minLength: 1 + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: []` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied + to a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to + the taint key. + type: string + required: + - effect + - key + type: object + maxItems: 100 + type: array + type: object + patches: + description: |- + patches contains options related to applying patches to components deployed by kubeadm during + "kubeadm init". The minimum kubernetes version needed to support Patches is v1.22 + properties: + directory: + description: |- + directory is a path to a directory that contains files named "target[suffix][+patchtype].extension". + For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "target" can be one of + "kube-apiserver", "kube-controller-manager", "kube-scheduler", "etcd". "patchtype" can be one + of "strategic" "merge" or "json" and they match the patch formats supported by kubectl. + The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". + "suffix" is an optional string that can be used to determine which patches are applied + first alpha-numerically. + These files can be written into the target directory via KubeadmConfig.Files which + specifies additional files to be created on the machine, either with content inline or + by referencing a secret. + maxLength: 512 + minLength: 1 + type: string + type: object + skipPhases: + description: |- + skipPhases is a list of phases to skip during command execution. + The list of phases can be obtained with the "kubeadm init --help" command. + This option takes effect only on Kubernetes >=1.22.0. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 50 + type: array + type: object + joinConfiguration: + description: joinConfiguration is the kubeadm configuration + for the join command + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + caCertPath: + description: |- + caCertPath is the path to the SSL certificate authority used to + secure comunications between node and control-plane. + Defaults to "/etc/kubernetes/pki/ca.crt". + maxLength: 512 + minLength: 1 + type: string + controlPlane: + description: |- + controlPlane defines the additional control plane instance to be deployed on the joining node. + If nil, no additional control plane instance will be deployed. + properties: + localAPIEndpoint: + description: localAPIEndpoint represents the endpoint + of the API server instance to be deployed on this + node. + properties: + advertiseAddress: + description: advertiseAddress sets the IP address + for the API server to advertise. + maxLength: 39 + minLength: 1 + type: string + bindPort: + description: |- + bindPort sets the secure port for the API Server to bind to. + Defaults to 6443. + format: int32 + type: integer + type: object + type: object + discovery: + description: discovery specifies the options for the kubelet + to use during the TLS Bootstrap process + properties: + bootstrapToken: + description: |- + bootstrapToken is used to set the options for bootstrap token based discovery + BootstrapToken and File are mutually exclusive + properties: + apiServerEndpoint: + description: apiServerEndpoint is an IP or domain + name to the API server from which info will + be fetched. + maxLength: 512 + minLength: 1 + type: string + caCertHashes: + description: |- + caCertHashes specifies a set of public key pins to verify + when token-based discovery is used. The root CA found during discovery + must match one of these values. Specifying an empty set disables root CA + pinning, which can be unsafe. Each hash is specified as ":", + where the only currently supported type is "sha256". This is a hex-encoded + SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded + ASN.1. These hashes can be calculated using, for example, OpenSSL: + openssl x509 -pubkey -in ca.crt openssl rsa -pubin -outform der 2>&/dev/null | openssl dgst -sha256 -hex + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 100 + type: array + token: + description: |- + token is a token used to validate cluster information + fetched from the control-plane. + maxLength: 512 + minLength: 1 + type: string + unsafeSkipCAVerification: + description: |- + unsafeSkipCAVerification allows token-based discovery + without CA verification via CACertHashes. This can weaken + the security of kubeadm since other nodes can impersonate the control-plane. + type: boolean + type: object + file: + description: |- + file is used to specify a file or URL to a kubeconfig file from which to load cluster information + BootstrapToken and File are mutually exclusive + properties: + kubeConfig: + description: |- + kubeConfig is used (optionally) to generate a KubeConfig based on the KubeadmConfig's information. + The file is generated at the path specified in KubeConfigPath. + + Host address (server field) information is automatically populated based on the Cluster's ControlPlaneEndpoint. + Certificate Authority (certificate-authority-data field) is gathered from the cluster's CA secret. + properties: + cluster: + description: |- + cluster contains information about how to communicate with the kubernetes cluster. + + By default the following fields are automatically populated: + - Server with the Cluster's ControlPlaneEndpoint. + - CertificateAuthorityData with the Cluster's CA certificate. + properties: + certificateAuthorityData: + description: |- + certificateAuthorityData contains PEM-encoded certificate authority certificates. + + Defaults to the Cluster's CA certificate if empty. + format: byte + maxLength: 51200 + minLength: 1 + type: string + insecureSkipTLSVerify: + description: insecureSkipTLSVerify skips + the validity check for the server's + certificate. This will make your HTTPS + connections insecure. + type: boolean + proxyURL: + description: |- + proxyURL is the URL to the proxy to be used for all requests made by this + client. URLs with "http", "https", and "socks5" schemes are supported. If + this configuration is not provided or the empty string, the client + attempts to construct a proxy configuration from http_proxy and + https_proxy environment variables. If these environment variables are not + set, the client does not attempt to proxy requests. + + socks5 proxying does not currently support spdy streaming endpoints (exec, + attach, port forward). + maxLength: 512 + minLength: 1 + type: string + server: + description: |- + server is the address of the kubernetes cluster (https://hostname:port). + + Defaults to https:// + Cluster.Spec.ControlPlaneEndpoint. + maxLength: 512 + minLength: 1 + type: string + tlsServerName: + description: tlsServerName is used to + check server certificate. If TLSServerName + is empty, the hostname used to contact + the server is used. + maxLength: 512 + minLength: 1 + type: string + type: object + user: + description: |- + user contains information that describes identity information. + This is used to tell the kubernetes cluster who you are. + properties: + authProvider: + description: authProvider specifies a + custom authentication plugin for the + kubernetes cluster. + properties: + config: + additionalProperties: + type: string + description: config holds the parameters + for the authentication plugin. + type: object + name: + description: name is the name of the + authentication plugin. + maxLength: 256 + minLength: 1 + type: string + required: + - name + type: object + exec: + description: exec specifies a custom exec-based + authentication plugin for the kubernetes + cluster. + properties: + apiVersion: + description: |- + apiVersion is preferred input version of the ExecInfo. The returned ExecCredentials MUST use + the same encoding version as the input. + Defaults to client.authentication.k8s.io/v1 if not set. + maxLength: 512 + minLength: 1 + type: string + args: + description: args is the arguments + to pass to the command when executing + it. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 100 + type: array + command: + description: command to execute. + maxLength: 1024 + minLength: 1 + type: string + env: + description: |- + env defines additional environment variables to expose to the process. These + are unioned with the host's environment, as well as variables client-go uses + to pass argument to the plugin. + items: + description: |- + KubeConfigAuthExecEnv is used for setting environment variables when executing an exec-based + credential plugin. + properties: + name: + description: name of the environment + variable + maxLength: 512 + minLength: 1 + type: string + value: + description: value of the environment + variable + maxLength: 512 + minLength: 1 + type: string + required: + - name + - value + type: object + maxItems: 100 + type: array + provideClusterInfo: + description: |- + provideClusterInfo determines whether or not to provide cluster information, + which could potentially contain very large CA data, to this exec plugin as a + part of the KUBERNETES_EXEC_INFO environment variable. By default, it is set + to false. Package k8s.io/client-go/tools/auth/exec provides helper methods for + reading this environment variable. + type: boolean + required: + - command + type: object + type: object + required: + - user + type: object + kubeConfigPath: + description: kubeConfigPath is used to specify + the actual file path or URL to the kubeconfig + file from which to load cluster information + maxLength: 512 + minLength: 1 + type: string + required: + - kubeConfigPath + type: object + timeout: + description: timeout modifies the discovery timeout + type: string + tlsBootstrapToken: + description: |- + tlsBootstrapToken is a token used for TLS bootstrapping. + If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden. + If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information + maxLength: 512 + minLength: 1 + type: string + type: object + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + nodeRegistration: + description: |- + nodeRegistration holds fields that relate to registering the new control-plane node to the cluster. + When used in the context of control plane nodes, NodeRegistration should remain consistent + across both InitConfiguration and JoinConfiguration + properties: + criSocket: + description: criSocket is used to retrieve container + runtime info. This information will be annotated + to the Node API object, for later re-use + maxLength: 512 + minLength: 1 + type: string + ignorePreflightErrors: + description: ignorePreflightErrors provides a slice + of pre-flight errors to be ignored when the current + node is registered. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 50 + type: array + imagePullPolicy: + description: |- + imagePullPolicy specifies the policy for image pulling + during kubeadm "init" and "join" operations. The value of + this field must be one of "Always", "IfNotPresent" or + "Never". Defaults to "IfNotPresent". This can be used only + with Kubernetes version equal to 1.22 and later. + enum: + - Always + - IfNotPresent + - Never + type: string + imagePullSerial: + description: |- + imagePullSerial specifies if image pulling performed by kubeadm must be done serially or in parallel. + This option takes effect only on Kubernetes >=1.31.0. + Default: true (defaulted in kubeadm) + type: boolean + kubeletExtraArgs: + additionalProperties: + type: string + description: |- + kubeletExtraArgs passes through extra arguments to the kubelet. The arguments here are passed to the kubelet command line via the environment file + kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config-1.X ConfigMap + Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on. + type: object + name: + description: |- + name is the `.Metadata.Name` field of the Node API object that will be created in this `kubeadm init` or `kubeadm join` operation. + This field is also used in the CommonName field of the kubelet's client certificate to the API server. + Defaults to the hostname of the node if not provided. + maxLength: 253 + minLength: 1 + type: string + taints: + description: |- + taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil, in the `kubeadm init` process + it will be defaulted to []v1.Taint{'node-role.kubernetes.io/master=""'}. If you don't want to taint your control-plane node, set this field to an + empty slice, i.e. `taints: []` in the YAML file. This field is solely used for Node registration. + items: + description: |- + The node this Taint is attached to has the "effect" on + any pod that does not tolerate the Taint. + properties: + effect: + description: |- + Required. The effect of the taint on pods + that do not tolerate the taint. + Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: Required. The taint key to be applied + to a node. + type: string + timeAdded: + description: |- + TimeAdded represents the time at which the taint was added. + It is only written for NoExecute taints. + format: date-time + type: string + value: + description: The taint value corresponding to + the taint key. + type: string + required: + - effect + - key + type: object + maxItems: 100 + type: array + type: object + patches: + description: |- + patches contains options related to applying patches to components deployed by kubeadm during + "kubeadm join". The minimum kubernetes version needed to support Patches is v1.22 + properties: + directory: + description: |- + directory is a path to a directory that contains files named "target[suffix][+patchtype].extension". + For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "target" can be one of + "kube-apiserver", "kube-controller-manager", "kube-scheduler", "etcd". "patchtype" can be one + of "strategic" "merge" or "json" and they match the patch formats supported by kubectl. + The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". + "suffix" is an optional string that can be used to determine which patches are applied + first alpha-numerically. + These files can be written into the target directory via KubeadmConfig.Files which + specifies additional files to be created on the machine, either with content inline or + by referencing a secret. + maxLength: 512 + minLength: 1 + type: string + type: object + skipPhases: + description: |- + skipPhases is a list of phases to skip during command execution. + The list of phases can be obtained with the "kubeadm init --help" command. + This option takes effect only on Kubernetes >=1.22.0. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 50 + type: array + type: object + mounts: + description: mounts specifies a list of mount points to be + setup. + items: + description: MountPoints defines input for generated mounts + in cloud-init. + items: + maxLength: 512 + minLength: 1 + type: string + type: array + maxItems: 100 + type: array + ntp: + description: ntp specifies NTP configuration + properties: + enabled: + description: enabled specifies whether NTP should be enabled + type: boolean + servers: + description: servers specifies which NTP servers to use + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 100 + type: array + type: object + postKubeadmCommands: + description: |- + postKubeadmCommands specifies extra commands to run after kubeadm runs. + With cloud-init, this is appended to the runcmd module configuration, and is typically executed in + the cloud-final.service systemd unit. In Ignition, this is appended to /etc/kubeadm.sh. + items: + maxLength: 10240 + minLength: 1 + type: string + maxItems: 1000 + type: array + preKubeadmCommands: + description: |- + preKubeadmCommands specifies extra commands to run before kubeadm runs. + With cloud-init, this is prepended to the runcmd module configuration, and is typically executed in + the cloud-final.service systemd unit. In Ignition, this is prepended to /etc/kubeadm.sh. + items: + maxLength: 10240 + minLength: 1 + type: string + maxItems: 1000 + type: array + useExperimentalRetryJoin: + description: |- + useExperimentalRetryJoin replaces a basic kubeadm command with a shell + script with retries for joins. + + This is meant to be an experimental temporary workaround on some environments + where joins fail due to timing (and other issues). The long term goal is to add retries to + kubeadm proper and use that functionality. + + This will add about 40KB to userdata + + For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055. + + Deprecated: This experimental fix is no longer needed and this field will be removed in a future release. + When removing also remove from staticcheck exclude-rules for SA1019 in golangci.yml + type: boolean + users: + description: users specifies extra users to add + items: + description: User defines the input for a generated user + in cloud-init. + properties: + gecos: + description: gecos specifies the gecos to use for the + user + maxLength: 256 + minLength: 1 + type: string + groups: + description: groups specifies the additional groups + for the user + maxLength: 256 + minLength: 1 + type: string + homeDir: + description: homeDir specifies the home directory to + use for the user + maxLength: 256 + minLength: 1 + type: string + inactive: + description: inactive specifies whether to mark the + user as inactive + type: boolean + lockPassword: + description: lockPassword specifies if password login + should be disabled + type: boolean + name: + description: name specifies the user name + maxLength: 256 + minLength: 1 + type: string + passwd: + description: passwd specifies a hashed password for + the user + maxLength: 256 + minLength: 1 + type: string + passwdFrom: + description: passwdFrom is a referenced source of passwd + to populate the passwd. + properties: + secret: + description: secret represents a secret that should + populate this password. + properties: + key: + description: key is the key in the secret's + data map for this value. + maxLength: 256 + minLength: 1 + type: string + name: + description: name of the secret in the KubeadmBootstrapConfig's + namespace to use. + maxLength: 253 + minLength: 1 + type: string + required: + - key + - name + type: object + required: + - secret + type: object + primaryGroup: + description: primaryGroup specifies the primary group + for the user + maxLength: 256 + minLength: 1 + type: string + shell: + description: shell specifies the user's shell + maxLength: 256 + minLength: 1 + type: string + sshAuthorizedKeys: + description: sshAuthorizedKeys specifies a list of ssh + authorized keys for the user + items: + maxLength: 2048 + minLength: 1 + type: string + maxItems: 100 + type: array + sudo: + description: sudo specifies a sudo role for the user + maxLength: 256 + minLength: 1 + type: string + required: + - name + type: object + maxItems: 100 + type: array + verbosity: + description: |- + verbosity is the number for the kubeadm log level verbosity. + It overrides the `--v` flag in kubeadm commands. + format: int32 + type: integer + type: object + type: object + required: + - template + type: object + type: object + served: true + storage: true + subresources: {} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-manager + namespace: capi-kubeadm-bootstrap-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-leader-election-role + namespace: capi-kubeadm-bootstrap-system +rules: +- apiGroups: + - "" + resources: + - events + verbs: + - create +- apiGroups: + - coordination.k8s.io + resources: + - leases + verbs: + - get + - list + - watch + - create + - update + - patch + - delete +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-manager-role +rules: +- apiGroups: + - "" + resources: + - configmaps + - secrets + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - "" + resources: + - events + verbs: + - create + - patch +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get + - list + - watch +- apiGroups: + - apiextensions.k8s.io + resourceNames: + - kubeadmconfigs.bootstrap.cluster.x-k8s.io + - kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io + resources: + - customresourcedefinitions + - customresourcedefinitions/status + verbs: + - patch + - update +- apiGroups: + - authentication.k8s.io + resources: + - tokenreviews + verbs: + - create +- apiGroups: + - authorization.k8s.io + resources: + - subjectaccessreviews + verbs: + - create +- apiGroups: + - bootstrap.cluster.x-k8s.io + resources: + - kubeadmconfigs + - kubeadmconfigs/finalizers + - kubeadmconfigs/status + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - bootstrap.cluster.x-k8s.io + resources: + - kubeadmconfigtemplates + verbs: + - get + - list + - patch + - update + - watch +- apiGroups: + - cluster.x-k8s.io + resources: + - clusters + - clusters/status + - machinepools + - machinepools/status + - machines + - machines/status + - machinesets + verbs: + - get + - list + - watch +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-leader-election-rolebinding + namespace: capi-kubeadm-bootstrap-system +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: capi-kubeadm-bootstrap-leader-election-role +subjects: +- kind: ServiceAccount + name: capi-kubeadm-bootstrap-manager + namespace: capi-kubeadm-bootstrap-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-manager-rolebinding +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: capi-kubeadm-bootstrap-manager-role +subjects: +- kind: ServiceAccount + name: capi-kubeadm-bootstrap-manager + namespace: capi-kubeadm-bootstrap-system +--- +apiVersion: v1 +kind: Service +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-webhook-service + namespace: capi-kubeadm-bootstrap-system +spec: + ports: + - port: 443 + targetPort: webhook-server + selector: + cluster.x-k8s.io/provider: bootstrap-kubeadm +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + control-plane: controller-manager + name: capi-kubeadm-bootstrap-controller-manager + namespace: capi-kubeadm-bootstrap-system +spec: + replicas: 1 + selector: + matchLabels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + control-plane: controller-manager + template: + metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + control-plane: controller-manager + spec: + containers: + - args: + - --leader-elect + - --diagnostics-address=${CAPI_DIAGNOSTICS_ADDRESS:=:8443} + - --insecure-diagnostics=${CAPI_INSECURE_DIAGNOSTICS:=false} + - --feature-gates=MachinePool=${EXP_MACHINE_POOL:=true},KubeadmBootstrapFormatIgnition=${EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION:=false},PriorityQueue=${EXP_PRIORITY_QUEUE:=false} + - --bootstrap-token-ttl=${KUBEADM_BOOTSTRAP_TOKEN_TTL:=15m} + command: + - /manager + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + - name: POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name + - name: POD_UID + valueFrom: + fieldRef: + fieldPath: metadata.uid + image: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.10.1 + imagePullPolicy: IfNotPresent + livenessProbe: + httpGet: + path: /healthz + port: healthz + name: manager + ports: + - containerPort: 9443 + name: webhook-server + protocol: TCP + - containerPort: 9440 + name: healthz + protocol: TCP + - containerPort: 8443 + name: metrics + protocol: TCP + readinessProbe: + httpGet: + path: /readyz + port: healthz + securityContext: + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + privileged: false + runAsGroup: 65532 + runAsUser: 65532 + terminationMessagePolicy: FallbackToLogsOnError + volumeMounts: + - mountPath: /tmp/k8s-webhook-server/serving-certs + name: cert + readOnly: true + securityContext: + runAsNonRoot: true + seccompProfile: + type: RuntimeDefault + serviceAccountName: capi-kubeadm-bootstrap-manager + terminationGracePeriodSeconds: 10 + tolerations: + - effect: NoSchedule + key: node-role.kubernetes.io/master + - effect: NoSchedule + key: node-role.kubernetes.io/control-plane + volumes: + - name: cert + secret: + secretName: capi-kubeadm-bootstrap-webhook-service-cert +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-serving-cert + namespace: capi-kubeadm-bootstrap-system +spec: + dnsNames: + - capi-kubeadm-bootstrap-webhook-service.capi-kubeadm-bootstrap-system.svc + - capi-kubeadm-bootstrap-webhook-service.capi-kubeadm-bootstrap-system.svc.cluster.local + issuerRef: + kind: Issuer + name: capi-kubeadm-bootstrap-selfsigned-issuer + secretName: capi-kubeadm-bootstrap-webhook-service-cert + subject: + organizations: + - k8s-sig-cluster-lifecycle +--- +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-selfsigned-issuer + namespace: capi-kubeadm-bootstrap-system +spec: + selfSigned: {} +--- +apiVersion: admissionregistration.k8s.io/v1 +kind: MutatingWebhookConfiguration +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-kubeadm-bootstrap-system/capi-kubeadm-bootstrap-serving-cert + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-mutating-webhook-configuration +webhooks: +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-kubeadm-bootstrap-webhook-service + namespace: capi-kubeadm-bootstrap-system + path: /mutate-bootstrap-cluster-x-k8s-io-v1beta1-kubeadmconfig + failurePolicy: Fail + name: default.kubeadmconfig.bootstrap.cluster.x-k8s.io + rules: + - apiGroups: + - bootstrap.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - kubeadmconfigs + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-kubeadm-bootstrap-webhook-service + namespace: capi-kubeadm-bootstrap-system + path: /mutate-bootstrap-cluster-x-k8s-io-v1beta1-kubeadmconfigtemplate + failurePolicy: Fail + name: default.kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io + rules: + - apiGroups: + - bootstrap.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - kubeadmconfigtemplates + sideEffects: None +--- +apiVersion: admissionregistration.k8s.io/v1 +kind: ValidatingWebhookConfiguration +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-kubeadm-bootstrap-system/capi-kubeadm-bootstrap-serving-cert + labels: + cluster.x-k8s.io/provider: bootstrap-kubeadm + name: capi-kubeadm-bootstrap-validating-webhook-configuration +webhooks: +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-kubeadm-bootstrap-webhook-service + namespace: capi-kubeadm-bootstrap-system + path: /validate-bootstrap-cluster-x-k8s-io-v1beta1-kubeadmconfig + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.kubeadmconfig.bootstrap.cluster.x-k8s.io + rules: + - apiGroups: + - bootstrap.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - kubeadmconfigs + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-kubeadm-bootstrap-webhook-service + namespace: capi-kubeadm-bootstrap-system + path: /validate-bootstrap-cluster-x-k8s-io-v1beta1-kubeadmconfigtemplate + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.kubeadmconfigtemplate.bootstrap.cluster.x-k8s.io + rules: + - apiGroups: + - bootstrap.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - kubeadmconfigtemplates + sideEffects: None diff --git a/packages/system/capi-providers-bootstrap/files/components.gz b/packages/system/capi-providers-bootstrap/files/components.gz new file mode 100644 index 0000000000000000000000000000000000000000..6a2f1d7a72fb079c8f607b6192c5c08415e92cc9 GIT binary patch literal 62615 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 IOrSvi7khuwEC2ui literal 0 HcmV?d00001 diff --git a/packages/system/capi-providers-bootstrap/files/metadata.yaml b/packages/system/capi-providers-bootstrap/files/metadata.yaml new file mode 100644 index 00000000..5d25cb46 --- /dev/null +++ b/packages/system/capi-providers-bootstrap/files/metadata.yaml @@ -0,0 +1,41 @@ +# maps release series of major.minor to cluster-api contract version +# the contract version may change between minor or major versions, but *not* +# between patch versions. +# +# update this file only when a new major or minor version is released +apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3 +kind: Metadata +releaseSeries: + - major: 1 + minor: 10 + contract: v1beta1 + - major: 1 + minor: 9 + contract: v1beta1 + - major: 1 + minor: 8 + contract: v1beta1 + - major: 1 + minor: 7 + contract: v1beta1 + - major: 1 + minor: 6 + contract: v1beta1 + - major: 1 + minor: 5 + contract: v1beta1 + - major: 1 + minor: 4 + contract: v1beta1 + - major: 1 + minor: 3 + contract: v1beta1 + - major: 1 + minor: 2 + contract: v1beta1 + - major: 1 + minor: 1 + contract: v1beta1 + - major: 1 + minor: 0 + contract: v1beta1 diff --git a/packages/system/capi-providers-bootstrap/templates/configmaps.yaml b/packages/system/capi-providers-bootstrap/templates/configmaps.yaml new file mode 100644 index 00000000..3eaeb2aa --- /dev/null +++ b/packages/system/capi-providers-bootstrap/templates/configmaps.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: v1.10.1-bootstrap + labels: + bootstrap-components: cozy + annotations: + provider.cluster.x-k8s.io/compressed: "true" +binaryData: + components: {{ .Files.Get "files/components.gz" | b64enc | quote }} +data: + metadata: {{ .Files.Get "files/metadata.yaml" | quote }} diff --git a/packages/system/capi-providers-bootstrap/templates/providers.yaml b/packages/system/capi-providers-bootstrap/templates/providers.yaml new file mode 100644 index 00000000..8e96ac08 --- /dev/null +++ b/packages/system/capi-providers-bootstrap/templates/providers.yaml @@ -0,0 +1,11 @@ +apiVersion: operator.cluster.x-k8s.io/v1alpha2 +kind: BootstrapProvider +metadata: + name: kubeadm +spec: + # https://github.com/kubernetes-sigs/cluster-api + version: v1.10.1-bootstrap + fetchConfig: + selector: + matchLabels: + bootstrap-components: cozy diff --git a/packages/system/capi-providers-core/.helmignore b/packages/system/capi-providers-core/.helmignore new file mode 100644 index 00000000..7a69e7e1 --- /dev/null +++ b/packages/system/capi-providers-core/.helmignore @@ -0,0 +1 @@ +files/.*-components.yaml diff --git a/packages/system/capi-providers/Chart.yaml b/packages/system/capi-providers-core/Chart.yaml similarity index 78% rename from packages/system/capi-providers/Chart.yaml rename to packages/system/capi-providers-core/Chart.yaml index 96501203..850f1dee 100644 --- a/packages/system/capi-providers/Chart.yaml +++ b/packages/system/capi-providers-core/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 -name: cozy-capi-providers +name: cozy-capi-providers-core version: 0.0.0 # Placeholder, the actual version will be automatically set during the build process diff --git a/packages/system/capi-providers-core/Makefile b/packages/system/capi-providers-core/Makefile new file mode 100644 index 00000000..249d3f38 --- /dev/null +++ b/packages/system/capi-providers-core/Makefile @@ -0,0 +1,4 @@ +export NAME=capi-providers +export NAMESPACE=cozy-cluster-api + +include ../../../scripts/package.mk diff --git a/packages/system/capi-providers-core/files/components.gz b/packages/system/capi-providers-core/files/components.gz new file mode 100644 index 0000000000000000000000000000000000000000..438087eb661c0a52b40677fc52d459c560f5bed5 GIT binary patch literal 88455 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
@Ak_H-|D00kVh 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 + 0 && value < 100)\"}\n- Rule scoped to a string + value: {\"rule\": \"self.startsWith('kube')\"}\n\nUnknown + data preserved in custom resources via x-kubernetes-preserve-unknown-fields + is not accessible in CEL\nexpressions. This + includes:\n- Unknown field values that are preserved + by object schemas with x-kubernetes-preserve-unknown-fields.\n- + Object properties where the property schema + is of an \"unknown type\". An \"unknown type\" + is recursively defined as:\n - A schema with + no type and x-kubernetes-preserve-unknown-fields + set to true\n - An array where the items schema + is of an \"unknown type\"\n - An object where + the additionalProperties schema is of an \"unknown + type\"\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` + are accessible.\nAccessible property names are + escaped according to the following rules when + accessed in the expression:\n- '__' escapes + to '__underscores__'\n- '.' escapes to '__dot__'\n- + '-' escapes to '__dash__'\n- '/' escapes to + '__slash__'\n- Property names that exactly match + a CEL RESERVED keyword escape to '__{keyword}__'. + The keywords are:\n\t \"true\", \"false\", + \"null\", \"in\", \"as\", \"break\", \"const\", + \"continue\", \"else\", \"for\", \"function\", + \"if\",\n\t \"import\", \"let\", \"loop\", + \"package\", \"namespace\", \"return\".\nExamples:\n + \ - Rule accessing a property named \"namespace\": + {\"rule\": \"self.__namespace__ > 0\"}\n - + Rule accessing a property named \"x-prop\": + {\"rule\": \"self.x__dash__prop > 0\"}\n - + Rule accessing a property named \"redact__d\": + {\"rule\": \"self.redact__underscores__d > 0\"}\n\nIf + `rule` makes use of the `oldSelf` variable it + is implicitly a\n`transition rule`.\n\nBy default, + the `oldSelf` variable is the same type as `self`.\n\nTransition + rules by default are applied only on UPDATE + requests and are\nskipped if an old value could + not be found." + maxLength: 4096 + minLength: 1 + type: string + required: + - rule + type: object + maxItems: 100 + type: array + x-kubernetes-list-map-keys: + - rule + x-kubernetes-list-type: map + x-metadata: + description: |- + x-metadata is the metadata of a variable or a nested field within a variable. + It can be used to add additional data for higher level tools. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map that can be used to store and + retrieve arbitrary metadata. + They are not queryable. + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) variables. + type: object + type: object + type: object + required: + - openAPIV3Schema + type: object + required: + - name + - required + - schema + type: object + maxItems: 1000 + type: array + workers: + description: |- + workers describes the worker nodes for the cluster. + It is a collection of node types which can be used to create + the worker nodes of the cluster. + properties: + machineDeployments: + description: |- + machineDeployments is a list of machine deployment classes that can be used to create + a set of worker nodes. + items: + description: |- + MachineDeploymentClass serves as a template to define a set of worker nodes of the cluster + provisioned using the `ClusterClass`. + properties: + class: + description: |- + class denotes a type of worker node present in the cluster, + this name MUST be unique within a ClusterClass and can be referenced + in the Cluster to create a managed MachineDeployment. + maxLength: 256 + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machines will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + NOTE: This value can be overridden while defining a Cluster.Topology using this MachineDeploymentClass. + maxLength: 256 + minLength: 1 + type: string + machineHealthCheck: + description: machineHealthCheck defines a MachineHealthCheck + for this MachineDeploymentClass. + properties: + maxUnhealthy: + anyOf: + - type: integer + - type: string + description: |- + maxUnhealthy specifies the maximum number of unhealthy machines allowed. + Any further remediation is only allowed if at most "maxUnhealthy" machines selected by + "selector" are not healthy. + x-kubernetes-int-or-string: true + nodeStartupTimeout: + description: |- + nodeStartupTimeout allows to set the maximum time for MachineHealthCheck + to consider a Machine unhealthy if a corresponding Node isn't associated + through a `Spec.ProviderID` field. + + The duration set in this field is compared to the greatest of: + - Cluster's infrastructure ready condition timestamp (if and when available) + - Control Plane's initialized condition timestamp (if and when available) + - Machine's infrastructure ready condition timestamp (if and when available) + - Machine's metadata creation timestamp + + Defaults to 10 minutes. + If you wish to disable this feature, set the value explicitly to 0. + type: string + remediationTemplate: + description: |- + remediationTemplate is a reference to a remediation template + provided by an infrastructure provider. + + This field is completely optional, when filled, the MachineHealthCheck controller + creates a new object from the template referenced and hands off remediation of the machine to + a controller that lives outside of Cluster API. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + unhealthyConditions: + description: |- + unhealthyConditions contains a list of the conditions that determine + whether a node is considered unhealthy. The conditions are combined in a + logical OR, i.e. if any of the conditions is met, the node is unhealthy. + items: + description: |- + UnhealthyCondition represents a Node condition type and value with a timeout + specified as a duration. When the named condition has been in the given + status for at least the timeout value, a node is considered unhealthy. + properties: + status: + description: status of the condition, one of True, + False, Unknown. + minLength: 1 + type: string + timeout: + description: |- + timeout is the duration that a node must be in a given status for, + after which the node is considered unhealthy. + For example, with a value of "1h", the node must match the status + for at least 1 hour before being considered unhealthy. + type: string + type: + description: type of Node condition + minLength: 1 + type: string + required: + - status + - timeout + - type + type: object + maxItems: 100 + type: array + unhealthyRange: + description: |- + unhealthyRange specifies the range of unhealthy machines allowed. + Any further remediation is only allowed if the number of machines selected by "selector" as not healthy + is within the range of "unhealthyRange". Takes precedence over maxUnhealthy. + Eg. "[3-5]" - This means that remediation will be allowed only when: + (a) there are at least 3 unhealthy machines (and) + (b) there are at most 5 unhealthy machines + maxLength: 32 + minLength: 1 + pattern: ^\[[0-9]+-[0-9]+\]$ + type: string + type: object + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine should + be ready. + Defaults to 0 (machine will be considered available as soon as it + is ready) + NOTE: This value can be overridden while defining a Cluster.Topology using this MachineDeploymentClass. + format: int32 + type: integer + namingStrategy: + description: namingStrategy allows changing the naming pattern + used when creating the MachineDeployment. + properties: + template: + description: |- + template defines the template to use for generating the name of the MachineDeployment object. + If not defined, it will fallback to `{{ .cluster.name }}-{{ .machineDeployment.topologyName }}-{{ .random }}`. + If the templated string exceeds 63 characters, it will be trimmed to 58 characters and will + get concatenated with a random suffix of length 5. + The templating mechanism provides the following arguments: + * `.cluster.name`: The name of the cluster object. + * `.random`: A random alphanumeric string, without vowels, of length 5. + * `.machineDeployment.topologyName`: The name of the MachineDeployment topology (Cluster.spec.topology.workers.machineDeployments[].name). + maxLength: 1024 + minLength: 1 + type: string + type: object + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + NOTE: This value can be overridden while defining a Cluster.Topology using this MachineDeploymentClass. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + NOTE: This value can be overridden while defining a Cluster.Topology using this MachineDeploymentClass. + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + NOTE: This value can be overridden while defining a Cluster.Topology using this MachineDeploymentClass. + type: string + readinessGates: + description: |- + readinessGates specifies additional conditions to include when evaluating Machine Ready condition. + + This field can be used e.g. to instruct the machine controller to include in the computation for Machine's ready + computation a condition, managed by an external controllers, reporting the status of special software/hardware installed on the Machine. + + NOTE: This field is considered only for computing v1beta2 conditions. + NOTE: If a Cluster defines a custom list of readinessGates for a MachineDeployment using this MachineDeploymentClass, + such list overrides readinessGates defined in this field. + items: + description: MachineReadinessGate contains the type of + a Machine condition to be used as a readiness gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Machine's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as readiness gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this readinessGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + strategy: + description: |- + strategy is the deployment strategy to use to replace existing machines with + new ones. + NOTE: This value can be overridden while defining a Cluster.Topology using this MachineDeploymentClass. + properties: + remediation: + description: |- + remediation controls the strategy of remediating unhealthy machines + and how remediating operations should occur during the lifecycle of the dependant MachineSets. + properties: + maxInFlight: + anyOf: + - type: integer + - type: string + description: |- + maxInFlight determines how many in flight remediations should happen at the same time. + + Remediation only happens on the MachineSet with the most current revision, while + older MachineSets (usually present during rollout operations) aren't allowed to remediate. + + Note: In general (independent of remediations), unhealthy machines are always + prioritized during scale down operations over healthy ones. + + MaxInFlight can be set to a fixed number or a percentage. + Example: when this is set to 20%, the MachineSet controller deletes at most 20% of + the desired replicas. + + If not set, remediation is limited to all machines (bounded by replicas) + under the active MachineSet's management. + x-kubernetes-int-or-string: true + type: object + rollingUpdate: + description: |- + rollingUpdate is the rolling update config params. Present only if + MachineDeploymentStrategyType = RollingUpdate. + properties: + deletePolicy: + description: |- + deletePolicy defines the policy used by the MachineDeployment to identify nodes to delete when downscaling. + Valid values are "Random, "Newest", "Oldest" + When no value is supplied, the default DeletePolicy of MachineSet is used + enum: + - Random + - Newest + - Oldest + type: string + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + maxSurge is the maximum number of machines that can be scheduled above the + desired number of machines. + Value can be an absolute number (ex: 5) or a percentage of + desired machines (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 1. + Example: when this is set to 30%, the new MachineSet can be scaled + up immediately when the rolling update starts, such that the total + number of old and new machines do not exceed 130% of desired + machines. Once old machines have been killed, new MachineSet can + be scaled up further, ensuring that total number of machines running + at any time during the update is at most 130% of desired machines. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + maxUnavailable is the maximum number of machines that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired + machines (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 0. + Example: when this is set to 30%, the old MachineSet can be scaled + down to 70% of desired machines immediately when the rolling update + starts. Once new machines are ready, old MachineSet can be scaled + down further, followed by scaling up the new MachineSet, ensuring + that the total number of machines available at all times + during the update is at least 70% of desired machines. + x-kubernetes-int-or-string: true + type: object + type: + description: |- + type of deployment. Allowed values are RollingUpdate and OnDelete. + The default is RollingUpdate. + enum: + - RollingUpdate + - OnDelete + type: string + type: object + template: + description: |- + template is a local struct containing a collection of templates for creation of + MachineDeployment objects representing a set of worker nodes. + properties: + bootstrap: + description: |- + bootstrap contains the bootstrap template reference to be used + for the creation of worker Machines. + properties: + ref: + description: |- + ref is a required reference to a custom resource + offered by a provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + required: + - ref + type: object + infrastructure: + description: |- + infrastructure contains the infrastructure template reference to be used + for the creation of worker Machines. + properties: + ref: + description: |- + ref is a required reference to a custom resource + offered by a provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + required: + - ref + type: object + metadata: + description: |- + metadata is the metadata applied to the MachineDeployment and the machines of the MachineDeployment. + At runtime this metadata is merged with the corresponding metadata from the topology. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + required: + - bootstrap + - infrastructure + type: object + required: + - class + - template + type: object + maxItems: 100 + type: array + x-kubernetes-list-map-keys: + - class + x-kubernetes-list-type: map + machinePools: + description: |- + machinePools is a list of machine pool classes that can be used to create + a set of worker nodes. + items: + description: |- + MachinePoolClass serves as a template to define a pool of worker nodes of the cluster + provisioned using `ClusterClass`. + properties: + class: + description: |- + class denotes a type of machine pool present in the cluster, + this name MUST be unique within a ClusterClass and can be referenced + in the Cluster to create a managed MachinePool. + maxLength: 256 + minLength: 1 + type: string + failureDomains: + description: |- + failureDomains is the list of failure domains the MachinePool should be attached to. + Must match a key in the FailureDomains map stored on the cluster object. + NOTE: This value can be overridden while defining a Cluster.Topology using this MachinePoolClass. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine pool should + be ready. + Defaults to 0 (machine will be considered available as soon as it + is ready) + NOTE: This value can be overridden while defining a Cluster.Topology using this MachinePoolClass. + format: int32 + type: integer + namingStrategy: + description: namingStrategy allows changing the naming pattern + used when creating the MachinePool. + properties: + template: + description: |- + template defines the template to use for generating the name of the MachinePool object. + If not defined, it will fallback to `{{ .cluster.name }}-{{ .machinePool.topologyName }}-{{ .random }}`. + If the templated string exceeds 63 characters, it will be trimmed to 58 characters and will + get concatenated with a random suffix of length 5. + The templating mechanism provides the following arguments: + * `.cluster.name`: The name of the cluster object. + * `.random`: A random alphanumeric string, without vowels, of length 5. + * `.machinePool.topologyName`: The name of the MachinePool topology (Cluster.spec.topology.workers.machinePools[].name). + maxLength: 1024 + minLength: 1 + type: string + type: object + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine Pool is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + NOTE: This value can be overridden while defining a Cluster.Topology using this MachinePoolClass. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + NOTE: This value can be overridden while defining a Cluster.Topology using this MachinePoolClass. + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + NOTE: This value can be overridden while defining a Cluster.Topology using this MachinePoolClass. + type: string + template: + description: |- + template is a local struct containing a collection of templates for creation of + MachinePools objects representing a pool of worker nodes. + properties: + bootstrap: + description: |- + bootstrap contains the bootstrap template reference to be used + for the creation of the Machines in the MachinePool. + properties: + ref: + description: |- + ref is a required reference to a custom resource + offered by a provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + required: + - ref + type: object + infrastructure: + description: |- + infrastructure contains the infrastructure template reference to be used + for the creation of the MachinePool. + properties: + ref: + description: |- + ref is a required reference to a custom resource + offered by a provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + required: + - ref + type: object + metadata: + description: |- + metadata is the metadata applied to the MachinePool. + At runtime this metadata is merged with the corresponding metadata from the topology. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + required: + - bootstrap + - infrastructure + type: object + required: + - class + - template + type: object + maxItems: 100 + type: array + x-kubernetes-list-map-keys: + - class + x-kubernetes-list-type: map + type: object + type: object + status: + description: status is the observed state of ClusterClass. + properties: + conditions: + description: conditions defines current observed state of the ClusterClass. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in ClusterClass's status with the V1Beta2 version. + properties: + conditions: + description: |- + conditions represents the observations of a ClusterClass's current state. + Known condition types are VariablesReady, RefVersionsUpToDate, Paused. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + type: object + variables: + description: variables is a list of ClusterClassStatusVariable that + are defined for the ClusterClass. + items: + description: ClusterClassStatusVariable defines a variable which + appears in the status of a ClusterClass. + properties: + definitions: + description: definitions is a list of definitions for a variable. + items: + description: ClusterClassStatusVariableDefinition defines + a variable which appears in the status of a ClusterClass. + properties: + from: + description: |- + from specifies the origin of the variable definition. + This will be `inline` for variables defined in the ClusterClass or the name of a patch defined in the ClusterClass + for variables discovered from a DiscoverVariables runtime extensions. + maxLength: 256 + minLength: 1 + type: string + metadata: + description: |- + metadata is the metadata of a variable. + It can be used to add additional data for higher level tools to + a ClusterClassVariable. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map that can be used to store and + retrieve arbitrary metadata. + They are not queryable. + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) variables. + type: object + type: object + required: + description: |- + required specifies if the variable is required. + Note: this applies to the variable as a whole and thus the + top-level object defined in the schema. If nested fields are + required, this will be specified inside the schema. + type: boolean + schema: + description: schema defines the schema of the variable. + properties: + openAPIV3Schema: + description: |- + openAPIV3Schema defines the schema of a variable via OpenAPI v3 + schema. The schema is a subset of the schema used in + Kubernetes CRDs. + properties: + additionalProperties: + description: |- + additionalProperties specifies the schema of values in a map (keys are always strings). + NOTE: Can only be set if type is object. + NOTE: AdditionalProperties is mutually exclusive with Properties. + NOTE: This field uses PreserveUnknownFields and Schemaless, + because recursive validation is not possible. + x-kubernetes-preserve-unknown-fields: true + allOf: + description: |- + allOf specifies that the variable must validate against all of the subschemas in the array. + NOTE: This field uses PreserveUnknownFields and Schemaless, + because recursive validation is not possible. + x-kubernetes-preserve-unknown-fields: true + anyOf: + description: |- + anyOf specifies that the variable must validate against one or more of the subschemas in the array. + NOTE: This field uses PreserveUnknownFields and Schemaless, + because recursive validation is not possible. + x-kubernetes-preserve-unknown-fields: true + default: + description: |- + default is the default value of the variable. + NOTE: Can be set for all types. + x-kubernetes-preserve-unknown-fields: true + description: + description: description is a human-readable description + of this variable. + maxLength: 4096 + minLength: 1 + type: string + enum: + description: |- + enum is the list of valid values of the variable. + NOTE: Can be set for all types. + items: + x-kubernetes-preserve-unknown-fields: true + maxItems: 100 + type: array + example: + description: example is an example for this variable. + x-kubernetes-preserve-unknown-fields: true + exclusiveMaximum: + description: |- + exclusiveMaximum specifies if the Maximum is exclusive. + NOTE: Can only be set if type is integer or number. + type: boolean + exclusiveMinimum: + description: |- + exclusiveMinimum specifies if the Minimum is exclusive. + NOTE: Can only be set if type is integer or number. + type: boolean + format: + description: |- + format is an OpenAPI v3 format string. Unknown formats are ignored. + For a list of supported formats please see: (of the k8s.io/apiextensions-apiserver version we're currently using) + https://github.com/kubernetes/apiextensions-apiserver/blob/master/pkg/apiserver/validation/formats.go + NOTE: Can only be set if type is string. + maxLength: 32 + minLength: 1 + type: string + items: + description: |- + items specifies fields of an array. + NOTE: Can only be set if type is array. + NOTE: This field uses PreserveUnknownFields and Schemaless, + because recursive validation is not possible. + x-kubernetes-preserve-unknown-fields: true + maxItems: + description: |- + maxItems is the max length of an array variable. + NOTE: Can only be set if type is array. + format: int64 + type: integer + maxLength: + description: |- + maxLength is the max length of a string variable. + NOTE: Can only be set if type is string. + format: int64 + type: integer + maxProperties: + description: |- + maxProperties is the maximum amount of entries in a map or properties in an object. + NOTE: Can only be set if type is object. + format: int64 + type: integer + maximum: + description: |- + maximum is the maximum of an integer or number variable. + If ExclusiveMaximum is false, the variable is valid if it is lower than, or equal to, the value of Maximum. + If ExclusiveMaximum is true, the variable is valid if it is strictly lower than the value of Maximum. + NOTE: Can only be set if type is integer or number. + format: int64 + type: integer + minItems: + description: |- + minItems is the min length of an array variable. + NOTE: Can only be set if type is array. + format: int64 + type: integer + minLength: + description: |- + minLength is the min length of a string variable. + NOTE: Can only be set if type is string. + format: int64 + type: integer + minProperties: + description: |- + minProperties is the minimum amount of entries in a map or properties in an object. + NOTE: Can only be set if type is object. + format: int64 + type: integer + minimum: + description: |- + minimum is the minimum of an integer or number variable. + If ExclusiveMinimum is false, the variable is valid if it is greater than, or equal to, the value of Minimum. + If ExclusiveMinimum is true, the variable is valid if it is strictly greater than the value of Minimum. + NOTE: Can only be set if type is integer or number. + format: int64 + type: integer + not: + description: |- + not specifies that the variable must not validate against the subschema. + NOTE: This field uses PreserveUnknownFields and Schemaless, + because recursive validation is not possible. + x-kubernetes-preserve-unknown-fields: true + oneOf: + description: |- + oneOf specifies that the variable must validate against exactly one of the subschemas in the array. + NOTE: This field uses PreserveUnknownFields and Schemaless, + because recursive validation is not possible. + x-kubernetes-preserve-unknown-fields: true + pattern: + description: |- + pattern is the regex which a string variable must match. + NOTE: Can only be set if type is string. + maxLength: 512 + minLength: 1 + type: string + properties: + description: |- + properties specifies fields of an object. + NOTE: Can only be set if type is object. + NOTE: Properties is mutually exclusive with AdditionalProperties. + NOTE: This field uses PreserveUnknownFields and Schemaless, + because recursive validation is not possible. + x-kubernetes-preserve-unknown-fields: true + required: + description: |- + required specifies which fields of an object are required. + NOTE: Can only be set if type is object. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 1000 + type: array + type: + description: |- + type is the type of the variable. + Valid values are: object, array, string, integer, number or boolean. + enum: + - object + - array + - string + - integer + - number + - boolean + type: string + uniqueItems: + description: |- + uniqueItems specifies if items in an array must be unique. + NOTE: Can only be set if type is array. + type: boolean + x-kubernetes-int-or-string: + description: |- + x-kubernetes-int-or-string specifies that this value is + either an integer or a string. If this is true, an empty + type is allowed and type as child of anyOf is permitted + if following one of the following patterns: + + 1) anyOf: + - type: integer + - type: string + 2) allOf: + - anyOf: + - type: integer + - type: string + - ... zero or more + type: boolean + x-kubernetes-preserve-unknown-fields: + description: |- + x-kubernetes-preserve-unknown-fields allows setting fields in a variable object + which are not defined in the variable schema. This affects fields recursively, + except if nested properties or additionalProperties are specified in the schema. + type: boolean + x-kubernetes-validations: + description: x-kubernetes-validations describes + a list of validation rules written in the CEL + expression language. + items: + description: ValidationRule describes a validation + rule written in the CEL expression language. + properties: + fieldPath: + description: |- + fieldPath represents the field path returned when the validation fails. + It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. + e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` + If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` + It does not support list numeric index. + It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. + Numeric index of array is not supported. + For field name which contains special characters, use `['specialName']` to refer the field name. + e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']` + maxLength: 512 + minLength: 1 + type: string + message: + description: |- + message represents the message displayed when validation fails. The message is required if the Rule contains + line breaks. The message must not contain line breaks. + If unset, the message is "failed rule: {Rule}". + e.g. "must be a URL with the host matching spec.host" + maxLength: 512 + minLength: 1 + type: string + messageExpression: + description: |- + messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. + Since messageExpression is used as a failure message, it must evaluate to a string. + If both message and messageExpression are present on a rule, then messageExpression will be used if validation + fails. If messageExpression results in a runtime error, the validation failure message is produced + as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string + that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset. + messageExpression has access to all the same variables as the rule; the only difference is the return type. + Example: + "x must be less than max ("+string(self.max)+")" + maxLength: 1024 + minLength: 1 + type: string + reason: + default: FieldValueInvalid + description: |- + reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. + The currently supported reasons are: "FieldValueInvalid", "FieldValueForbidden", "FieldValueRequired", "FieldValueDuplicate". + If not set, default to use "FieldValueInvalid". + All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid. + enum: + - FieldValueInvalid + - FieldValueForbidden + - FieldValueRequired + - FieldValueDuplicate + type: string + rule: + description: "rule represents the expression + which will be evaluated by CEL.\nref: + https://github.com/google/cel-spec\nThe + Rule is scoped to the location of the + x-kubernetes-validations extension in + the schema.\nThe `self` variable in the + CEL expression is bound to the scoped + value.\nIf the Rule is scoped to an object + with properties, the accessible properties + of the object are field selectable\nvia + `self.field` and field presence can be + checked via `has(self.field)`.\nIf the + Rule is scoped to an object with additionalProperties + (i.e. a map) the value of the map\nare + accessible via `self[mapKey]`, map containment + can be checked via `mapKey in self` and + all entries of the map\nare accessible + via CEL macros and functions such as `self.all(...)`.\nIf + the Rule is scoped to an array, the elements + of the array are accessible via `self[i]` + and also by macros and\nfunctions.\nIf + the Rule is scoped to a scalar, `self` + is bound to the scalar value.\nExamples:\n- + Rule scoped to a map of objects: {\"rule\": + \"self.components['Widget'].priority < + 10\"}\n- Rule scoped to a list of integers: + {\"rule\": \"self.values.all(value, value + >= 0 && value < 100)\"}\n- Rule scoped + to a string value: {\"rule\": \"self.startsWith('kube')\"}\n\nUnknown + data preserved in custom resources via + x-kubernetes-preserve-unknown-fields is + not accessible in CEL\nexpressions. This + includes:\n- Unknown field values that + are preserved by object schemas with x-kubernetes-preserve-unknown-fields.\n- + Object properties where the property schema + is of an \"unknown type\". An \"unknown + type\" is recursively defined as:\n - + A schema with no type and x-kubernetes-preserve-unknown-fields + set to true\n - An array where the items + schema is of an \"unknown type\"\n - + An object where the additionalProperties + schema is of an \"unknown type\"\n\nOnly + property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` + are accessible.\nAccessible property names + are escaped according to the following + rules when accessed in the expression:\n- + '__' escapes to '__underscores__'\n- '.' + escapes to '__dot__'\n- '-' escapes to + '__dash__'\n- '/' escapes to '__slash__'\n- + Property names that exactly match a CEL + RESERVED keyword escape to '__{keyword}__'. + The keywords are:\n\t \"true\", \"false\", + \"null\", \"in\", \"as\", \"break\", \"const\", + \"continue\", \"else\", \"for\", \"function\", + \"if\",\n\t \"import\", \"let\", \"loop\", + \"package\", \"namespace\", \"return\".\nExamples:\n + \ - Rule accessing a property named \"namespace\": + {\"rule\": \"self.__namespace__ > 0\"}\n + \ - Rule accessing a property named \"x-prop\": + {\"rule\": \"self.x__dash__prop > 0\"}\n + \ - Rule accessing a property named \"redact__d\": + {\"rule\": \"self.redact__underscores__d + > 0\"}\n\nIf `rule` makes use of the `oldSelf` + variable it is implicitly a\n`transition + rule`.\n\nBy default, the `oldSelf` variable + is the same type as `self`.\n\nTransition + rules by default are applied only on UPDATE + requests and are\nskipped if an old value + could not be found." + maxLength: 4096 + minLength: 1 + type: string + required: + - rule + type: object + maxItems: 100 + type: array + x-kubernetes-list-map-keys: + - rule + x-kubernetes-list-type: map + x-metadata: + description: |- + x-metadata is the metadata of a variable or a nested field within a variable. + It can be used to add additional data for higher level tools. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map that can be used to store and + retrieve arbitrary metadata. + They are not queryable. + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) variables. + type: object + type: object + type: object + required: + - openAPIV3Schema + type: object + required: + - from + - required + - schema + type: object + maxItems: 100 + type: array + definitionsConflict: + description: definitionsConflict specifies whether or not there + are conflicting definitions for a single variable name. + type: boolean + name: + description: name is the name of the variable. + maxLength: 256 + minLength: 1 + type: string + required: + - definitions + - name + type: object + maxItems: 1000 + type: array + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: clusterresourcesetbindings.addons.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: addons.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: ClusterResourceSetBinding + listKind: ClusterResourceSetBindingList + plural: clusterresourcesetbindings + singular: clusterresourcesetbinding + scope: Namespaced + versions: + - deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + ClusterResourceSetBinding lists all matching ClusterResourceSets with the cluster it belongs to. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of ClusterResourceSetBinding. + properties: + bindings: + description: bindings is a list of ClusterResourceSets and their resources. + items: + description: ResourceSetBinding keeps info on all of the resources + in a ClusterResourceSet. + properties: + clusterResourceSetName: + description: clusterResourceSetName is the name of the ClusterResourceSet + that is applied to the owner cluster of the binding. + type: string + resources: + description: resources is a list of resources that the ClusterResourceSet + has. + items: + description: ResourceBinding shows the status of a resource + that belongs to a ClusterResourceSet matched by the owner + cluster of the ClusterResourceSetBinding object. + properties: + applied: + description: applied is to track if a resource is applied + to the cluster or not. + type: boolean + hash: + description: |- + hash is the hash of a resource's data. This can be used to decide if a resource is changed. + For "ApplyOnce" ClusterResourceSet.spec.strategy, this is no-op as that strategy does not act on change. + type: string + kind: + description: 'kind of the resource. Supported kinds are: + Secrets and ConfigMaps.' + enum: + - Secret + - ConfigMap + type: string + lastAppliedTime: + description: lastAppliedTime identifies when this resource + was last applied to the cluster. + format: date-time + type: string + name: + description: name of the resource that is in the same + namespace with ClusterResourceSet object. + minLength: 1 + type: string + required: + - applied + - kind + - name + type: object + type: array + required: + - clusterResourceSetName + type: object + type: array + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Time duration since creation of ClusterResourceSetBinding + jsonPath: .metadata.creationTimestamp + name: Age + type: date + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + ClusterResourceSetBinding lists all matching ClusterResourceSets with the cluster it belongs to. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of ClusterResourceSetBinding. + properties: + bindings: + description: bindings is a list of ClusterResourceSets and their resources. + items: + description: ResourceSetBinding keeps info on all of the resources + in a ClusterResourceSet. + properties: + clusterResourceSetName: + description: clusterResourceSetName is the name of the ClusterResourceSet + that is applied to the owner cluster of the binding. + type: string + resources: + description: resources is a list of resources that the ClusterResourceSet + has. + items: + description: ResourceBinding shows the status of a resource + that belongs to a ClusterResourceSet matched by the owner + cluster of the ClusterResourceSetBinding object. + properties: + applied: + description: applied is to track if a resource is applied + to the cluster or not. + type: boolean + hash: + description: |- + hash is the hash of a resource's data. This can be used to decide if a resource is changed. + For "ApplyOnce" ClusterResourceSet.spec.strategy, this is no-op as that strategy does not act on change. + type: string + kind: + description: 'kind of the resource. Supported kinds are: + Secrets and ConfigMaps.' + enum: + - Secret + - ConfigMap + type: string + lastAppliedTime: + description: lastAppliedTime identifies when this resource + was last applied to the cluster. + format: date-time + type: string + name: + description: name of the resource that is in the same + namespace with ClusterResourceSet object. + minLength: 1 + type: string + required: + - applied + - kind + - name + type: object + type: array + required: + - clusterResourceSetName + type: object + type: array + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Time duration since creation of ClusterResourceSetBinding + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: ClusterResourceSetBinding lists all matching ClusterResourceSets + with the cluster it belongs to. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of ClusterResourceSetBinding. + properties: + bindings: + description: bindings is a list of ClusterResourceSets and their resources. + items: + description: ResourceSetBinding keeps info on all of the resources + in a ClusterResourceSet. + properties: + clusterResourceSetName: + description: clusterResourceSetName is the name of the ClusterResourceSet + that is applied to the owner cluster of the binding. + maxLength: 253 + minLength: 1 + type: string + resources: + description: resources is a list of resources that the ClusterResourceSet + has. + items: + description: ResourceBinding shows the status of a resource + that belongs to a ClusterResourceSet matched by the owner + cluster of the ClusterResourceSetBinding object. + properties: + applied: + description: applied is to track if a resource is applied + to the cluster or not. + type: boolean + hash: + description: |- + hash is the hash of a resource's data. This can be used to decide if a resource is changed. + For "ApplyOnce" ClusterResourceSet.spec.strategy, this is no-op as that strategy does not act on change. + maxLength: 256 + minLength: 1 + type: string + kind: + description: 'kind of the resource. Supported kinds are: + Secrets and ConfigMaps.' + enum: + - Secret + - ConfigMap + type: string + lastAppliedTime: + description: lastAppliedTime identifies when this resource + was last applied to the cluster. + format: date-time + type: string + name: + description: name of the resource that is in the same + namespace with ClusterResourceSet object. + maxLength: 253 + minLength: 1 + type: string + required: + - applied + - kind + - name + type: object + maxItems: 100 + type: array + required: + - clusterResourceSetName + type: object + maxItems: 100 + type: array + clusterName: + description: |- + clusterName is the name of the Cluster this binding applies to. + Note: this field mandatory in v1beta2. + maxLength: 63 + minLength: 1 + type: string + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: clusterresourcesets.addons.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: addons.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: ClusterResourceSet + listKind: ClusterResourceSetList + plural: clusterresourcesets + singular: clusterresourceset + scope: Namespaced + versions: + - deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + ClusterResourceSet is the Schema for the clusterresourcesets API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of ClusterResourceSet. + properties: + clusterSelector: + description: |- + clusterSelector is the label selector for Clusters. The Clusters that are + selected by this will be the ones affected by this ClusterResourceSet. + It must match the Cluster labels. This field is immutable. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + resources: + description: resources is a list of Secrets/ConfigMaps where each + contains 1 or more resources to be applied to remote clusters. + items: + description: ResourceRef specifies a resource. + properties: + kind: + description: 'kind of the resource. Supported kinds are: Secrets + and ConfigMaps.' + enum: + - Secret + - ConfigMap + type: string + name: + description: name of the resource that is in the same namespace + with ClusterResourceSet object. + minLength: 1 + type: string + required: + - kind + - name + type: object + type: array + strategy: + description: strategy is the strategy to be used during applying resources. + Defaults to ApplyOnce. This field is immutable. + enum: + - ApplyOnce + type: string + required: + - clusterSelector + type: object + status: + description: status is the observed state of ClusterResourceSet. + properties: + conditions: + description: conditions defines current state of the ClusterResourceSet. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + observedGeneration: + description: observedGeneration reflects the generation of the most + recently observed ClusterResourceSet. + format: int64 + type: integer + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Time duration since creation of ClusterResourceSet + jsonPath: .metadata.creationTimestamp + name: Age + type: date + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + ClusterResourceSet is the Schema for the clusterresourcesets API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of ClusterResourceSet. + properties: + clusterSelector: + description: |- + clusterSelector is the label selector for Clusters. The Clusters that are + selected by this will be the ones affected by this ClusterResourceSet. + It must match the Cluster labels. This field is immutable. + Label selector cannot be empty. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + resources: + description: resources is a list of Secrets/ConfigMaps where each + contains 1 or more resources to be applied to remote clusters. + items: + description: ResourceRef specifies a resource. + properties: + kind: + description: 'kind of the resource. Supported kinds are: Secrets + and ConfigMaps.' + enum: + - Secret + - ConfigMap + type: string + name: + description: name of the resource that is in the same namespace + with ClusterResourceSet object. + minLength: 1 + type: string + required: + - kind + - name + type: object + type: array + strategy: + description: strategy is the strategy to be used during applying resources. + Defaults to ApplyOnce. This field is immutable. + enum: + - ApplyOnce + type: string + required: + - clusterSelector + type: object + status: + description: status is the observed state of ClusterResourceSet. + properties: + conditions: + description: conditions defines current state of the ClusterResourceSet. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + observedGeneration: + description: observedGeneration reflects the generation of the most + recently observed ClusterResourceSet. + format: int64 + type: integer + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Time duration since creation of ClusterResourceSet + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: |- + ClusterResourceSet is the Schema for the clusterresourcesets API. + For advanced use cases an add-on provider should be used instead. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of ClusterResourceSet. + properties: + clusterSelector: + description: |- + clusterSelector is the label selector for Clusters. The Clusters that are + selected by this will be the ones affected by this ClusterResourceSet. + It must match the Cluster labels. This field is immutable. + Label selector cannot be empty. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + resources: + description: resources is a list of Secrets/ConfigMaps where each + contains 1 or more resources to be applied to remote clusters. + items: + description: ResourceRef specifies a resource. + properties: + kind: + description: 'kind of the resource. Supported kinds are: Secrets + and ConfigMaps.' + enum: + - Secret + - ConfigMap + type: string + name: + description: name of the resource that is in the same namespace + with ClusterResourceSet object. + maxLength: 253 + minLength: 1 + type: string + required: + - kind + - name + type: object + maxItems: 100 + type: array + strategy: + description: strategy is the strategy to be used during applying resources. + Defaults to ApplyOnce. This field is immutable. + enum: + - ApplyOnce + - Reconcile + type: string + required: + - clusterSelector + type: object + status: + description: status is the observed state of ClusterResourceSet. + properties: + conditions: + description: conditions defines current state of the ClusterResourceSet. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + observedGeneration: + description: observedGeneration reflects the generation of the most + recently observed ClusterResourceSet. + format: int64 + type: integer + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in ClusterResourceSet's status with the V1Beta2 version. + properties: + conditions: + description: |- + conditions represents the observations of a ClusterResourceSet's current state. + Known condition types are ResourceSetApplied, Deleting. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + type: object + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: clusters.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: cluster.x-k8s.io + names: + categories: + - cluster-api + kind: Cluster + listKind: ClusterList + plural: clusters + shortNames: + - cl + singular: cluster + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Cluster status such as Pending/Provisioning/Provisioned/Deleting/Failed + jsonPath: .status.phase + name: Phase + type: string + deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: Cluster is the Schema for the clusters API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of Cluster. + properties: + clusterNetwork: + description: clusterNetwork is the cluster network configuration. + properties: + apiServerPort: + description: |- + apiServerPort specifies the port the API Server should bind to. + Defaults to 6443. + format: int32 + type: integer + pods: + description: pods is the network ranges from which Pod networks + are allocated. + properties: + cidrBlocks: + description: cidrBlocks is a list of CIDR blocks. + items: + type: string + type: array + required: + - cidrBlocks + type: object + serviceDomain: + description: serviceDomain is the domain name for services. + type: string + services: + description: services is the network ranges from which service + VIPs are allocated. + properties: + cidrBlocks: + description: cidrBlocks is a list of CIDR blocks. + items: + type: string + type: array + required: + - cidrBlocks + type: object + type: object + controlPlaneEndpoint: + description: controlPlaneEndpoint represents the endpoint used to + communicate with the control plane. + properties: + host: + description: host is the hostname on which the API server is serving. + type: string + port: + description: port is the port on which the API server is serving. + format: int32 + type: integer + required: + - host + - port + type: object + controlPlaneRef: + description: |- + controlPlaneRef is an optional reference to a provider-specific resource that holds + the details for provisioning the Control Plane for a Cluster. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + infrastructureRef: + description: |- + infrastructureRef is a reference to a provider-specific resource that holds the details + for provisioning infrastructure for a cluster in said provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + paused: + description: paused can be used to prevent controllers from processing + the Cluster and all its associated objects. + type: boolean + type: object + status: + description: status is the observed state of Cluster. + properties: + conditions: + description: conditions defines current service state of the cluster. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + controlPlaneInitialized: + description: controlPlaneInitialized defines if the control plane + has been initialized. + type: boolean + controlPlaneReady: + description: controlPlaneReady defines if the control plane is ready. + type: boolean + failureDomains: + additionalProperties: + description: |- + FailureDomainSpec is the Schema for Cluster API failure domains. + It allows controllers to understand how many failure domains a cluster can optionally span across. + properties: + attributes: + additionalProperties: + type: string + description: attributes is a free form map of attributes an + infrastructure provider might use or require. + type: object + controlPlane: + description: controlPlane determines if this failure domain + is suitable for use by control plane machines. + type: boolean + type: object + description: failureDomains is a slice of failure domain objects synced + from the infrastructure provider. + type: object + failureMessage: + description: |- + failureMessage indicates that there is a fatal problem reconciling the + state, and will be set to a descriptive error message. + type: string + failureReason: + description: |- + failureReason indicates that there is a fatal problem reconciling the + state, and will be set to a token value suitable for + programmatic interpretation. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: |- + phase represents the current phase of cluster actuation. + E.g. Pending, Running, Terminating, Failed etc. + type: string + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Time duration since creation of Cluster + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Cluster status such as Pending/Provisioning/Provisioned/Deleting/Failed + jsonPath: .status.phase + name: Phase + type: string + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + Cluster is the Schema for the clusters API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of Cluster. + properties: + clusterNetwork: + description: clusterNetwork is the cluster network configuration. + properties: + apiServerPort: + description: |- + apiServerPort specifies the port the API Server should bind to. + Defaults to 6443. + format: int32 + type: integer + pods: + description: pods is the network ranges from which Pod networks + are allocated. + properties: + cidrBlocks: + description: cidrBlocks is a list of CIDR blocks. + items: + type: string + type: array + required: + - cidrBlocks + type: object + serviceDomain: + description: serviceDomain is the domain name for services. + type: string + services: + description: services is the network ranges from which service + VIPs are allocated. + properties: + cidrBlocks: + description: cidrBlocks is a list of CIDR blocks. + items: + type: string + type: array + required: + - cidrBlocks + type: object + type: object + controlPlaneEndpoint: + description: controlPlaneEndpoint represents the endpoint used to + communicate with the control plane. + properties: + host: + description: host is the hostname on which the API server is serving. + type: string + port: + description: port is the port on which the API server is serving. + format: int32 + type: integer + required: + - host + - port + type: object + controlPlaneRef: + description: |- + controlPlaneRef is an optional reference to a provider-specific resource that holds + the details for provisioning the Control Plane for a Cluster. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + infrastructureRef: + description: |- + infrastructureRef is a reference to a provider-specific resource that holds the details + for provisioning infrastructure for a cluster in said provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + paused: + description: paused can be used to prevent controllers from processing + the Cluster and all its associated objects. + type: boolean + topology: + description: |- + topology encapsulates the topology for the cluster. + NOTE: It is required to enable the ClusterTopology + feature gate flag to activate managed topologies support; + this feature is highly experimental, and parts of it might still be not implemented. + properties: + class: + description: class is the name of the ClusterClass object to create + the topology. + type: string + controlPlane: + description: controlPlane describes the cluster control plane. + properties: + metadata: + description: |- + metadata is the metadata applied to the machines of the ControlPlane. + At runtime this metadata is merged with the corresponding metadata from the ClusterClass. + + This field is supported if and only if the control plane provider template + referenced in the ClusterClass is Machine based. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + replicas: + description: |- + replicas is the number of control plane nodes. + If the value is nil, the ControlPlane object is created without the number of Replicas + and it's assumed that the control plane controller does not implement support for this field. + When specified against a control plane provider that lacks support for this field, this value will be ignored. + format: int32 + type: integer + type: object + rolloutAfter: + description: |- + rolloutAfter performs a rollout of the entire cluster one component at a time, + control plane first and then machine deployments. + format: date-time + type: string + version: + description: version is the Kubernetes version of the cluster. + type: string + workers: + description: |- + workers encapsulates the different constructs that form the worker nodes + for the cluster. + properties: + machineDeployments: + description: machineDeployments is a list of machine deployments + in the cluster. + items: + description: |- + MachineDeploymentTopology specifies the different parameters for a set of worker nodes in the topology. + This set of nodes is managed by a MachineDeployment object whose lifecycle is managed by the Cluster controller. + properties: + class: + description: |- + class is the name of the MachineDeploymentClass used to create the set of worker nodes. + This should match one of the deployment classes defined in the ClusterClass object + mentioned in the `Cluster.Spec.Class` field. + type: string + metadata: + description: |- + metadata is the metadata applied to the machines of the MachineDeployment. + At runtime this metadata is merged with the corresponding metadata from the ClusterClass. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + name: + description: |- + name is the unique identifier for this MachineDeploymentTopology. + The value is used with other unique identifiers to create a MachineDeployment's Name + (e.g. cluster's name, etc). In case the name is greater than the allowed maximum length, + the values are hashed together. + type: string + replicas: + description: |- + replicas is the number of worker nodes belonging to this set. + If the value is nil, the MachineDeployment is created without the number of Replicas (defaulting to zero) + and it's assumed that an external entity (like cluster autoscaler) is responsible for the management + of this value. + format: int32 + type: integer + required: + - class + - name + type: object + type: array + type: object + required: + - class + - version + type: object + type: object + status: + description: status is the observed state of Cluster. + properties: + conditions: + description: conditions defines current service state of the cluster. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + controlPlaneReady: + description: controlPlaneReady defines if the control plane is ready. + type: boolean + failureDomains: + additionalProperties: + description: |- + FailureDomainSpec is the Schema for Cluster API failure domains. + It allows controllers to understand how many failure domains a cluster can optionally span across. + properties: + attributes: + additionalProperties: + type: string + description: attributes is a free form map of attributes an + infrastructure provider might use or require. + type: object + controlPlane: + description: controlPlane determines if this failure domain + is suitable for use by control plane machines. + type: boolean + type: object + description: failureDomains is a slice of failure domain objects synced + from the infrastructure provider. + type: object + failureMessage: + description: |- + failureMessage indicates that there is a fatal problem reconciling the + state, and will be set to a descriptive error message. + type: string + failureReason: + description: |- + failureReason indicates that there is a fatal problem reconciling the + state, and will be set to a token value suitable for + programmatic interpretation. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: |- + phase represents the current phase of cluster actuation. + E.g. Pending, Running, Terminating, Failed etc. + type: string + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: ClusterClass of this Cluster, empty if the Cluster is not using + a ClusterClass + jsonPath: .spec.topology.class + name: ClusterClass + type: string + - description: Cluster status such as Pending/Provisioning/Provisioned/Deleting/Failed + jsonPath: .status.phase + name: Phase + type: string + - description: Time duration since creation of Cluster + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Kubernetes version associated with this Cluster + jsonPath: .spec.topology.version + name: Version + type: string + name: v1beta1 + schema: + openAPIV3Schema: + description: Cluster is the Schema for the clusters API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of Cluster. + properties: + availabilityGates: + description: |- + availabilityGates specifies additional conditions to include when evaluating Cluster Available condition. + + If this field is not defined and the Cluster implements a managed topology, availabilityGates + from the corresponding ClusterClass will be used, if any. + + NOTE: this field is considered only for computing v1beta2 conditions. + items: + description: ClusterAvailabilityGate contains the type of a Cluster + condition to be used as availability gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Cluster's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as availability gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this availabilityGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + clusterNetwork: + description: clusterNetwork represents the cluster network configuration. + properties: + apiServerPort: + description: |- + apiServerPort specifies the port the API Server should bind to. + Defaults to 6443. + format: int32 + type: integer + pods: + description: pods is the network ranges from which Pod networks + are allocated. + properties: + cidrBlocks: + description: cidrBlocks is a list of CIDR blocks. + items: + maxLength: 43 + minLength: 1 + type: string + maxItems: 100 + type: array + required: + - cidrBlocks + type: object + serviceDomain: + description: serviceDomain is the domain name for services. + maxLength: 253 + minLength: 1 + type: string + services: + description: services is the network ranges from which service + VIPs are allocated. + properties: + cidrBlocks: + description: cidrBlocks is a list of CIDR blocks. + items: + maxLength: 43 + minLength: 1 + type: string + maxItems: 100 + type: array + required: + - cidrBlocks + type: object + type: object + controlPlaneEndpoint: + description: controlPlaneEndpoint represents the endpoint used to + communicate with the control plane. + properties: + host: + description: host is the hostname on which the API server is serving. + maxLength: 512 + type: string + port: + description: port is the port on which the API server is serving. + format: int32 + type: integer + required: + - host + - port + type: object + controlPlaneRef: + description: |- + controlPlaneRef is an optional reference to a provider-specific resource that holds + the details for provisioning the Control Plane for a Cluster. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + infrastructureRef: + description: |- + infrastructureRef is a reference to a provider-specific resource that holds the details + for provisioning infrastructure for a cluster in said provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + paused: + description: paused can be used to prevent controllers from processing + the Cluster and all its associated objects. + type: boolean + topology: + description: |- + topology encapsulates the topology for the cluster. + NOTE: It is required to enable the ClusterTopology + feature gate flag to activate managed topologies support; + this feature is highly experimental, and parts of it might still be not implemented. + properties: + class: + description: class is the name of the ClusterClass object to create + the topology. + maxLength: 253 + minLength: 1 + type: string + classNamespace: + description: |- + classNamespace is the namespace of the ClusterClass object to create the topology. + If the namespace is empty or not set, it is defaulted to the namespace of the cluster object. + Value must follow the DNS1123Subdomain syntax. + maxLength: 253 + minLength: 1 + pattern: ^[a-z0-9](?:[-a-z0-9]*[a-z0-9])?(?:\.[a-z0-9](?:[-a-z0-9]*[a-z0-9])?)*$ + type: string + controlPlane: + description: controlPlane describes the cluster control plane. + properties: + machineHealthCheck: + description: |- + machineHealthCheck allows to enable, disable and override + the MachineHealthCheck configuration in the ClusterClass for this control plane. + properties: + enable: + description: |- + enable controls if a MachineHealthCheck should be created for the target machines. + + If false: No MachineHealthCheck will be created. + + If not set(default): A MachineHealthCheck will be created if it is defined here or + in the associated ClusterClass. If no MachineHealthCheck is defined then none will be created. + + If true: A MachineHealthCheck is guaranteed to be created. Cluster validation will + block if `enable` is true and no MachineHealthCheck definition is available. + type: boolean + maxUnhealthy: + anyOf: + - type: integer + - type: string + description: |- + maxUnhealthy specifies the maximum number of unhealthy machines allowed. + Any further remediation is only allowed if at most "maxUnhealthy" machines selected by + "selector" are not healthy. + x-kubernetes-int-or-string: true + nodeStartupTimeout: + description: |- + nodeStartupTimeout allows to set the maximum time for MachineHealthCheck + to consider a Machine unhealthy if a corresponding Node isn't associated + through a `Spec.ProviderID` field. + + The duration set in this field is compared to the greatest of: + - Cluster's infrastructure ready condition timestamp (if and when available) + - Control Plane's initialized condition timestamp (if and when available) + - Machine's infrastructure ready condition timestamp (if and when available) + - Machine's metadata creation timestamp + + Defaults to 10 minutes. + If you wish to disable this feature, set the value explicitly to 0. + type: string + remediationTemplate: + description: |- + remediationTemplate is a reference to a remediation template + provided by an infrastructure provider. + + This field is completely optional, when filled, the MachineHealthCheck controller + creates a new object from the template referenced and hands off remediation of the machine to + a controller that lives outside of Cluster API. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + unhealthyConditions: + description: |- + unhealthyConditions contains a list of the conditions that determine + whether a node is considered unhealthy. The conditions are combined in a + logical OR, i.e. if any of the conditions is met, the node is unhealthy. + items: + description: |- + UnhealthyCondition represents a Node condition type and value with a timeout + specified as a duration. When the named condition has been in the given + status for at least the timeout value, a node is considered unhealthy. + properties: + status: + description: status of the condition, one of True, + False, Unknown. + minLength: 1 + type: string + timeout: + description: |- + timeout is the duration that a node must be in a given status for, + after which the node is considered unhealthy. + For example, with a value of "1h", the node must match the status + for at least 1 hour before being considered unhealthy. + type: string + type: + description: type of Node condition + minLength: 1 + type: string + required: + - status + - timeout + - type + type: object + maxItems: 100 + type: array + unhealthyRange: + description: |- + unhealthyRange specifies the range of unhealthy machines allowed. + Any further remediation is only allowed if the number of machines selected by "selector" as not healthy + is within the range of "unhealthyRange". Takes precedence over maxUnhealthy. + Eg. "[3-5]" - This means that remediation will be allowed only when: + (a) there are at least 3 unhealthy machines (and) + (b) there are at most 5 unhealthy machines + maxLength: 32 + minLength: 1 + pattern: ^\[[0-9]+-[0-9]+\]$ + type: string + type: object + metadata: + description: |- + metadata is the metadata applied to the ControlPlane and the Machines of the ControlPlane + if the ControlPlaneTemplate referenced by the ClusterClass is machine based. If not, it + is applied only to the ControlPlane. + At runtime this metadata is merged with the corresponding metadata from the ClusterClass. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + type: string + readinessGates: + description: |- + readinessGates specifies additional conditions to include when evaluating Machine Ready condition. + + This field can be used e.g. to instruct the machine controller to include in the computation for Machine's ready + computation a condition, managed by an external controllers, reporting the status of special software/hardware installed on the Machine. + + If this field is not defined, readinessGates from the corresponding ControlPlaneClass will be used, if any. + + NOTE: This field is considered only for computing v1beta2 conditions. + NOTE: Specific control plane provider implementations might automatically extend the list of readinessGates; + e.g. the kubeadm control provider adds ReadinessGates for the APIServerPodHealthy, SchedulerPodHealthy conditions, etc. + items: + description: MachineReadinessGate contains the type of a + Machine condition to be used as a readiness gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Machine's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as readiness gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this readinessGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + replicas: + description: |- + replicas is the number of control plane nodes. + If the value is nil, the ControlPlane object is created without the number of Replicas + and it's assumed that the control plane controller does not implement support for this field. + When specified against a control plane provider that lacks support for this field, this value will be ignored. + format: int32 + type: integer + variables: + description: variables can be used to customize the ControlPlane + through patches. + properties: + overrides: + description: overrides can be used to override Cluster + level variables. + items: + description: |- + ClusterVariable can be used to customize the Cluster through patches. Each ClusterVariable is associated with a + Variable definition in the ClusterClass `status` variables. + properties: + definitionFrom: + description: |- + definitionFrom specifies where the definition of this Variable is from. + + Deprecated: This field is deprecated, must not be set anymore and is going to be removed in the next apiVersion. + maxLength: 256 + type: string + name: + description: name of the variable. + maxLength: 256 + minLength: 1 + type: string + value: + description: |- + value of the variable. + Note: the value will be validated against the schema of the corresponding ClusterClassVariable + from the ClusterClass. + Note: We have to use apiextensionsv1.JSON instead of a custom JSON type, because controller-tools has a + hard-coded schema for apiextensionsv1.JSON which cannot be produced by another type via controller-tools, + i.e. it is not possible to have no type field. + Ref: https://github.com/kubernetes-sigs/controller-tools/blob/d0e03a142d0ecdd5491593e941ee1d6b5d91dba6/pkg/crd/known_types.go#L106-L111 + x-kubernetes-preserve-unknown-fields: true + required: + - name + - value + type: object + maxItems: 1000 + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + type: object + type: object + rolloutAfter: + description: |- + rolloutAfter performs a rollout of the entire cluster one component at a time, + control plane first and then machine deployments. + + Deprecated: This field has no function and is going to be removed in the next apiVersion. + format: date-time + type: string + variables: + description: |- + variables can be used to customize the Cluster through + patches. They must comply to the corresponding + VariableClasses defined in the ClusterClass. + items: + description: |- + ClusterVariable can be used to customize the Cluster through patches. Each ClusterVariable is associated with a + Variable definition in the ClusterClass `status` variables. + properties: + definitionFrom: + description: |- + definitionFrom specifies where the definition of this Variable is from. + + Deprecated: This field is deprecated, must not be set anymore and is going to be removed in the next apiVersion. + maxLength: 256 + type: string + name: + description: name of the variable. + maxLength: 256 + minLength: 1 + type: string + value: + description: |- + value of the variable. + Note: the value will be validated against the schema of the corresponding ClusterClassVariable + from the ClusterClass. + Note: We have to use apiextensionsv1.JSON instead of a custom JSON type, because controller-tools has a + hard-coded schema for apiextensionsv1.JSON which cannot be produced by another type via controller-tools, + i.e. it is not possible to have no type field. + Ref: https://github.com/kubernetes-sigs/controller-tools/blob/d0e03a142d0ecdd5491593e941ee1d6b5d91dba6/pkg/crd/known_types.go#L106-L111 + x-kubernetes-preserve-unknown-fields: true + required: + - name + - value + type: object + maxItems: 1000 + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + version: + description: version is the Kubernetes version of the cluster. + maxLength: 256 + minLength: 1 + type: string + workers: + description: |- + workers encapsulates the different constructs that form the worker nodes + for the cluster. + properties: + machineDeployments: + description: machineDeployments is a list of machine deployments + in the cluster. + items: + description: |- + MachineDeploymentTopology specifies the different parameters for a set of worker nodes in the topology. + This set of nodes is managed by a MachineDeployment object whose lifecycle is managed by the Cluster controller. + properties: + class: + description: |- + class is the name of the MachineDeploymentClass used to create the set of worker nodes. + This should match one of the deployment classes defined in the ClusterClass object + mentioned in the `Cluster.Spec.Class` field. + maxLength: 256 + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machines will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + maxLength: 256 + minLength: 1 + type: string + machineHealthCheck: + description: |- + machineHealthCheck allows to enable, disable and override + the MachineHealthCheck configuration in the ClusterClass for this MachineDeployment. + properties: + enable: + description: |- + enable controls if a MachineHealthCheck should be created for the target machines. + + If false: No MachineHealthCheck will be created. + + If not set(default): A MachineHealthCheck will be created if it is defined here or + in the associated ClusterClass. If no MachineHealthCheck is defined then none will be created. + + If true: A MachineHealthCheck is guaranteed to be created. Cluster validation will + block if `enable` is true and no MachineHealthCheck definition is available. + type: boolean + maxUnhealthy: + anyOf: + - type: integer + - type: string + description: |- + maxUnhealthy specifies the maximum number of unhealthy machines allowed. + Any further remediation is only allowed if at most "maxUnhealthy" machines selected by + "selector" are not healthy. + x-kubernetes-int-or-string: true + nodeStartupTimeout: + description: |- + nodeStartupTimeout allows to set the maximum time for MachineHealthCheck + to consider a Machine unhealthy if a corresponding Node isn't associated + through a `Spec.ProviderID` field. + + The duration set in this field is compared to the greatest of: + - Cluster's infrastructure ready condition timestamp (if and when available) + - Control Plane's initialized condition timestamp (if and when available) + - Machine's infrastructure ready condition timestamp (if and when available) + - Machine's metadata creation timestamp + + Defaults to 10 minutes. + If you wish to disable this feature, set the value explicitly to 0. + type: string + remediationTemplate: + description: |- + remediationTemplate is a reference to a remediation template + provided by an infrastructure provider. + + This field is completely optional, when filled, the MachineHealthCheck controller + creates a new object from the template referenced and hands off remediation of the machine to + a controller that lives outside of Cluster API. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + unhealthyConditions: + description: |- + unhealthyConditions contains a list of the conditions that determine + whether a node is considered unhealthy. The conditions are combined in a + logical OR, i.e. if any of the conditions is met, the node is unhealthy. + items: + description: |- + UnhealthyCondition represents a Node condition type and value with a timeout + specified as a duration. When the named condition has been in the given + status for at least the timeout value, a node is considered unhealthy. + properties: + status: + description: status of the condition, one + of True, False, Unknown. + minLength: 1 + type: string + timeout: + description: |- + timeout is the duration that a node must be in a given status for, + after which the node is considered unhealthy. + For example, with a value of "1h", the node must match the status + for at least 1 hour before being considered unhealthy. + type: string + type: + description: type of Node condition + minLength: 1 + type: string + required: + - status + - timeout + - type + type: object + maxItems: 100 + type: array + unhealthyRange: + description: |- + unhealthyRange specifies the range of unhealthy machines allowed. + Any further remediation is only allowed if the number of machines selected by "selector" as not healthy + is within the range of "unhealthyRange". Takes precedence over maxUnhealthy. + Eg. "[3-5]" - This means that remediation will be allowed only when: + (a) there are at least 3 unhealthy machines (and) + (b) there are at most 5 unhealthy machines + maxLength: 32 + minLength: 1 + pattern: ^\[[0-9]+-[0-9]+\]$ + type: string + type: object + metadata: + description: |- + metadata is the metadata applied to the MachineDeployment and the machines of the MachineDeployment. + At runtime this metadata is merged with the corresponding metadata from the ClusterClass. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine should + be ready. + Defaults to 0 (machine will be considered available as soon as it + is ready) + format: int32 + type: integer + name: + description: |- + name is the unique identifier for this MachineDeploymentTopology. + The value is used with other unique identifiers to create a MachineDeployment's Name + (e.g. cluster's name, etc). In case the name is greater than the allowed maximum length, + the values are hashed together. + maxLength: 63 + minLength: 1 + type: string + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + type: string + readinessGates: + description: |- + readinessGates specifies additional conditions to include when evaluating Machine Ready condition. + + This field can be used e.g. to instruct the machine controller to include in the computation for Machine's ready + computation a condition, managed by an external controllers, reporting the status of special software/hardware installed on the Machine. + + If this field is not defined, readinessGates from the corresponding MachineDeploymentClass will be used, if any. + + NOTE: This field is considered only for computing v1beta2 conditions. + items: + description: MachineReadinessGate contains the type + of a Machine condition to be used as a readiness + gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Machine's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as readiness gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this readinessGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + replicas: + description: |- + replicas is the number of worker nodes belonging to this set. + If the value is nil, the MachineDeployment is created without the number of Replicas (defaulting to 1) + and it's assumed that an external entity (like cluster autoscaler) is responsible for the management + of this value. + format: int32 + type: integer + strategy: + description: |- + strategy is the deployment strategy to use to replace existing machines with + new ones. + properties: + remediation: + description: |- + remediation controls the strategy of remediating unhealthy machines + and how remediating operations should occur during the lifecycle of the dependant MachineSets. + properties: + maxInFlight: + anyOf: + - type: integer + - type: string + description: |- + maxInFlight determines how many in flight remediations should happen at the same time. + + Remediation only happens on the MachineSet with the most current revision, while + older MachineSets (usually present during rollout operations) aren't allowed to remediate. + + Note: In general (independent of remediations), unhealthy machines are always + prioritized during scale down operations over healthy ones. + + MaxInFlight can be set to a fixed number or a percentage. + Example: when this is set to 20%, the MachineSet controller deletes at most 20% of + the desired replicas. + + If not set, remediation is limited to all machines (bounded by replicas) + under the active MachineSet's management. + x-kubernetes-int-or-string: true + type: object + rollingUpdate: + description: |- + rollingUpdate is the rolling update config params. Present only if + MachineDeploymentStrategyType = RollingUpdate. + properties: + deletePolicy: + description: |- + deletePolicy defines the policy used by the MachineDeployment to identify nodes to delete when downscaling. + Valid values are "Random, "Newest", "Oldest" + When no value is supplied, the default DeletePolicy of MachineSet is used + enum: + - Random + - Newest + - Oldest + type: string + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + maxSurge is the maximum number of machines that can be scheduled above the + desired number of machines. + Value can be an absolute number (ex: 5) or a percentage of + desired machines (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 1. + Example: when this is set to 30%, the new MachineSet can be scaled + up immediately when the rolling update starts, such that the total + number of old and new machines do not exceed 130% of desired + machines. Once old machines have been killed, new MachineSet can + be scaled up further, ensuring that total number of machines running + at any time during the update is at most 130% of desired machines. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + maxUnavailable is the maximum number of machines that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired + machines (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 0. + Example: when this is set to 30%, the old MachineSet can be scaled + down to 70% of desired machines immediately when the rolling update + starts. Once new machines are ready, old MachineSet can be scaled + down further, followed by scaling up the new MachineSet, ensuring + that the total number of machines available at all times + during the update is at least 70% of desired machines. + x-kubernetes-int-or-string: true + type: object + type: + description: |- + type of deployment. Allowed values are RollingUpdate and OnDelete. + The default is RollingUpdate. + enum: + - RollingUpdate + - OnDelete + type: string + type: object + variables: + description: variables can be used to customize the + MachineDeployment through patches. + properties: + overrides: + description: overrides can be used to override Cluster + level variables. + items: + description: |- + ClusterVariable can be used to customize the Cluster through patches. Each ClusterVariable is associated with a + Variable definition in the ClusterClass `status` variables. + properties: + definitionFrom: + description: |- + definitionFrom specifies where the definition of this Variable is from. + + Deprecated: This field is deprecated, must not be set anymore and is going to be removed in the next apiVersion. + maxLength: 256 + type: string + name: + description: name of the variable. + maxLength: 256 + minLength: 1 + type: string + value: + description: |- + value of the variable. + Note: the value will be validated against the schema of the corresponding ClusterClassVariable + from the ClusterClass. + Note: We have to use apiextensionsv1.JSON instead of a custom JSON type, because controller-tools has a + hard-coded schema for apiextensionsv1.JSON which cannot be produced by another type via controller-tools, + i.e. it is not possible to have no type field. + Ref: https://github.com/kubernetes-sigs/controller-tools/blob/d0e03a142d0ecdd5491593e941ee1d6b5d91dba6/pkg/crd/known_types.go#L106-L111 + x-kubernetes-preserve-unknown-fields: true + required: + - name + - value + type: object + maxItems: 1000 + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + type: object + required: + - class + - name + type: object + maxItems: 2000 + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + machinePools: + description: machinePools is a list of machine pools in the + cluster. + items: + description: |- + MachinePoolTopology specifies the different parameters for a pool of worker nodes in the topology. + This pool of nodes is managed by a MachinePool object whose lifecycle is managed by the Cluster controller. + properties: + class: + description: |- + class is the name of the MachinePoolClass used to create the pool of worker nodes. + This should match one of the deployment classes defined in the ClusterClass object + mentioned in the `Cluster.Spec.Class` field. + maxLength: 256 + minLength: 1 + type: string + failureDomains: + description: |- + failureDomains is the list of failure domains the machine pool will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + metadata: + description: |- + metadata is the metadata applied to the MachinePool. + At runtime this metadata is merged with the corresponding metadata from the ClusterClass. + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine pool should + be ready. + Defaults to 0 (machine will be considered available as soon as it + is ready) + format: int32 + type: integer + name: + description: |- + name is the unique identifier for this MachinePoolTopology. + The value is used with other unique identifiers to create a MachinePool's Name + (e.g. cluster's name, etc). In case the name is greater than the allowed maximum length, + the values are hashed together. + maxLength: 63 + minLength: 1 + type: string + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the MachinePool + hosts after the MachinePool is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + type: string + replicas: + description: |- + replicas is the number of nodes belonging to this pool. + If the value is nil, the MachinePool is created without the number of Replicas (defaulting to 1) + and it's assumed that an external entity (like cluster autoscaler) is responsible for the management + of this value. + format: int32 + type: integer + variables: + description: variables can be used to customize the + MachinePool through patches. + properties: + overrides: + description: overrides can be used to override Cluster + level variables. + items: + description: |- + ClusterVariable can be used to customize the Cluster through patches. Each ClusterVariable is associated with a + Variable definition in the ClusterClass `status` variables. + properties: + definitionFrom: + description: |- + definitionFrom specifies where the definition of this Variable is from. + + Deprecated: This field is deprecated, must not be set anymore and is going to be removed in the next apiVersion. + maxLength: 256 + type: string + name: + description: name of the variable. + maxLength: 256 + minLength: 1 + type: string + value: + description: |- + value of the variable. + Note: the value will be validated against the schema of the corresponding ClusterClassVariable + from the ClusterClass. + Note: We have to use apiextensionsv1.JSON instead of a custom JSON type, because controller-tools has a + hard-coded schema for apiextensionsv1.JSON which cannot be produced by another type via controller-tools, + i.e. it is not possible to have no type field. + Ref: https://github.com/kubernetes-sigs/controller-tools/blob/d0e03a142d0ecdd5491593e941ee1d6b5d91dba6/pkg/crd/known_types.go#L106-L111 + x-kubernetes-preserve-unknown-fields: true + required: + - name + - value + type: object + maxItems: 1000 + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + type: object + required: + - class + - name + type: object + maxItems: 2000 + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + type: object + required: + - class + - version + type: object + type: object + status: + description: status is the observed state of Cluster. + properties: + conditions: + description: conditions defines current service state of the cluster. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + controlPlaneReady: + description: |- + controlPlaneReady denotes if the control plane became ready during initial provisioning + to receive requests. + NOTE: this field is part of the Cluster API contract and it is used to orchestrate provisioning. + The value of this field is never updated after provisioning is completed. Please use conditions + to check the operational state of the control plane. + type: boolean + failureDomains: + additionalProperties: + description: |- + FailureDomainSpec is the Schema for Cluster API failure domains. + It allows controllers to understand how many failure domains a cluster can optionally span across. + properties: + attributes: + additionalProperties: + type: string + description: attributes is a free form map of attributes an + infrastructure provider might use or require. + type: object + controlPlane: + description: controlPlane determines if this failure domain + is suitable for use by control plane machines. + type: boolean + type: object + description: failureDomains is a slice of failure domain objects synced + from the infrastructure provider. + type: object + failureMessage: + description: |- + failureMessage indicates that there is a fatal problem reconciling the + state, and will be set to a descriptive error message. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + maxLength: 10240 + minLength: 1 + type: string + failureReason: + description: |- + failureReason indicates that there is a fatal problem reconciling the + state, and will be set to a token value suitable for + programmatic interpretation. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: phase represents the current phase of cluster actuation. + enum: + - Pending + - Provisioning + - Provisioned + - Deleting + - Failed + - Unknown + type: string + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in Cluster's status with the V1Beta2 version. + properties: + conditions: + description: |- + conditions represents the observations of a Cluster's current state. + Known condition types are Available, InfrastructureReady, ControlPlaneInitialized, ControlPlaneAvailable, WorkersAvailable, MachinesReady + MachinesUpToDate, RemoteConnectionProbe, ScalingUp, ScalingDown, Remediating, Deleting, Paused. + Additionally, a TopologyReconciled condition will be added in case the Cluster is referencing a ClusterClass / defining a managed Topology. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + controlPlane: + description: controlPlane groups all the observations about Cluster's + ControlPlane current state. + properties: + availableReplicas: + description: availableReplicas is the total number of available + control plane machines in this cluster. A machine is considered + available when Machine's Available condition is true. + format: int32 + type: integer + desiredReplicas: + description: desiredReplicas is the total number of desired + control plane machines in this cluster. + format: int32 + type: integer + readyReplicas: + description: readyReplicas is the total number of ready control + plane machines in this cluster. A machine is considered + ready when Machine's Ready condition is true. + format: int32 + type: integer + replicas: + description: |- + replicas is the total number of control plane machines in this cluster. + NOTE: replicas also includes machines still being provisioned or being deleted. + format: int32 + type: integer + upToDateReplicas: + description: upToDateReplicas is the number of up-to-date + control plane machines in this cluster. A machine is considered + up-to-date when Machine's UpToDate condition is true. + format: int32 + type: integer + type: object + workers: + description: workers groups all the observations about Cluster's + Workers current state. + properties: + availableReplicas: + description: availableReplicas is the total number of available + worker machines in this cluster. A machine is considered + available when Machine's Available condition is true. + format: int32 + type: integer + desiredReplicas: + description: desiredReplicas is the total number of desired + worker machines in this cluster. + format: int32 + type: integer + readyReplicas: + description: readyReplicas is the total number of ready worker + machines in this cluster. A machine is considered ready + when Machine's Ready condition is true. + format: int32 + type: integer + replicas: + description: |- + replicas is the total number of worker machines in this cluster. + NOTE: replicas also includes machines still being provisioned or being deleted. + format: int32 + type: integer + upToDateReplicas: + description: upToDateReplicas is the number of up-to-date + worker machines in this cluster. A machine is considered + up-to-date when Machine's UpToDate condition is true. + format: int32 + type: integer + type: object + type: object + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: extensionconfigs.runtime.cluster.x-k8s.io +spec: + group: runtime.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: ExtensionConfig + listKind: ExtensionConfigList + plural: extensionconfigs + shortNames: + - ext + singular: extensionconfig + scope: Cluster + versions: + - additionalPrinterColumns: + - description: Time duration since creation of ExtensionConfig + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1alpha1 + schema: + openAPIV3Schema: + description: ExtensionConfig is the Schema for the ExtensionConfig API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of the ExtensionConfig. + properties: + clientConfig: + description: clientConfig defines how to communicate with the Extension + server. + properties: + caBundle: + description: caBundle is a PEM encoded CA bundle which will be + used to validate the Extension server's server certificate. + format: byte + maxLength: 51200 + minLength: 1 + type: string + service: + description: |- + service is a reference to the Kubernetes service for the Extension server. + Note: Exactly one of `url` or `service` must be specified. + + If the Extension server is running within a cluster, then you should use `service`. + properties: + name: + description: name is the name of the service. + maxLength: 63 + minLength: 1 + type: string + namespace: + description: namespace is the namespace of the service. + maxLength: 63 + minLength: 1 + type: string + path: + description: |- + path is an optional URL path and if present may be any string permissible in + a URL. If a path is set it will be used as prefix to the hook-specific path. + maxLength: 512 + minLength: 1 + type: string + port: + description: |- + port is the port on the service that's hosting the Extension server. + Defaults to 443. + Port should be a valid port number (1-65535, inclusive). + format: int32 + type: integer + required: + - name + - namespace + type: object + url: + description: |- + url gives the location of the Extension server, in standard URL form + (`scheme://host:port/path`). + Note: Exactly one of `url` or `service` must be specified. + + The scheme must be "https". + + The `host` should not refer to a service running in the cluster; use + the `service` field instead. + + A path is optional, and if present may be any string permissible in + a URL. If a path is set it will be used as prefix to the hook-specific path. + + Attempting to use a user or basic auth e.g. "user:password@" is not + allowed. Fragments ("#...") and query parameters ("?...") are not + allowed either. + maxLength: 512 + minLength: 1 + type: string + type: object + namespaceSelector: + description: |- + namespaceSelector decides whether to call the hook for an object based + on whether the namespace for that object matches the selector. + Defaults to the empty LabelSelector, which matches all objects. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + settings: + additionalProperties: + type: string + description: |- + settings defines key value pairs to be passed to all calls + to all supported RuntimeExtensions. + Note: Settings can be overridden on the ClusterClass. + type: object + required: + - clientConfig + type: object + status: + description: status is the current state of the ExtensionConfig + properties: + conditions: + description: conditions define the current service state of the ExtensionConfig. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + handlers: + description: handlers defines the current ExtensionHandlers supported + by an Extension. + items: + description: ExtensionHandler specifies the details of a handler + for a particular runtime hook registered by an Extension server. + properties: + failurePolicy: + description: |- + failurePolicy defines how failures in calls to the ExtensionHandler should be handled by a client. + Defaults to Fail if not set. + enum: + - Ignore + - Fail + type: string + name: + description: name is the unique name of the ExtensionHandler. + maxLength: 512 + minLength: 1 + type: string + requestHook: + description: requestHook defines the versioned runtime hook + which this ExtensionHandler serves. + properties: + apiVersion: + description: apiVersion is the group and version of the + Hook. + maxLength: 512 + minLength: 1 + type: string + hook: + description: hook is the name of the hook. + maxLength: 256 + minLength: 1 + type: string + required: + - apiVersion + - hook + type: object + timeoutSeconds: + description: |- + timeoutSeconds defines the timeout duration for client calls to the ExtensionHandler. + Defaults to 10 is not set. + format: int32 + type: integer + required: + - name + - requestHook + type: object + maxItems: 512 + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in ExtensionConfig's status with the V1Beta2 version. + properties: + conditions: + description: |- + conditions represents the observations of a ExtensionConfig's current state. + Known condition types are Discovered, Paused. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + type: object + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: ipaddressclaims.ipam.cluster.x-k8s.io +spec: + group: ipam.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: IPAddressClaim + listKind: IPAddressClaimList + plural: ipaddressclaims + singular: ipaddressclaim + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Name of the pool to allocate an address from + jsonPath: .spec.poolRef.name + name: Pool Name + type: string + - description: Kind of the pool to allocate an address from + jsonPath: .spec.poolRef.kind + name: Pool Kind + type: string + - description: Time duration since creation of IPAdressClaim + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1alpha1 + schema: + openAPIV3Schema: + description: IPAddressClaim is the Schema for the ipaddressclaim API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of IPAddressClaim. + properties: + poolRef: + description: poolRef is a reference to the pool from which an IP address + should be created. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + required: + - poolRef + type: object + status: + description: status is the observed state of IPAddressClaim. + properties: + addressRef: + description: addressRef is a reference to the address that was created + for this claim. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + conditions: + description: conditions summarises the current state of the IPAddressClaim + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + type: object + type: object + served: true + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Name of the pool to allocate an address from + jsonPath: .spec.poolRef.name + name: Pool Name + type: string + - description: Kind of the pool to allocate an address from + jsonPath: .spec.poolRef.kind + name: Pool Kind + type: string + - description: Time duration since creation of IPAdressClaim + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: IPAddressClaim is the Schema for the ipaddressclaim API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of IPAddressClaim. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + maxLength: 63 + minLength: 1 + type: string + poolRef: + description: poolRef is a reference to the pool from which an IP address + should be created. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + required: + - poolRef + type: object + status: + description: status is the observed state of IPAddressClaim. + properties: + addressRef: + description: addressRef is a reference to the address that was created + for this claim. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + conditions: + description: conditions summarises the current state of the IPAddressClaim + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in IPAddressClaim's status with the V1Beta2 version. + properties: + conditions: + description: conditions represents the observations of a IPAddressClaim's + current state. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + type: object + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: ipaddresses.ipam.cluster.x-k8s.io +spec: + group: ipam.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: IPAddress + listKind: IPAddressList + plural: ipaddresses + singular: ipaddress + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Address + jsonPath: .spec.address + name: Address + type: string + - description: Name of the pool the address is from + jsonPath: .spec.poolRef.name + name: Pool Name + type: string + - description: Kind of the pool the address is from + jsonPath: .spec.poolRef.kind + name: Pool Kind + type: string + - description: Time duration since creation of IPAdress + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1alpha1 + schema: + openAPIV3Schema: + description: IPAddress is the Schema for the ipaddress API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of IPAddress. + properties: + address: + description: address is the IP address. + maxLength: 39 + minLength: 1 + type: string + claimRef: + description: claimRef is a reference to the claim this IPAddress was + created for. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + gateway: + description: gateway is the network gateway of the network the address + is from. + maxLength: 39 + minLength: 1 + type: string + poolRef: + description: poolRef is a reference to the pool that this IPAddress + was created from. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + prefix: + description: prefix is the prefix of the address. + type: integer + required: + - address + - claimRef + - poolRef + - prefix + type: object + type: object + served: true + storage: false + subresources: {} + - additionalPrinterColumns: + - description: Address + jsonPath: .spec.address + name: Address + type: string + - description: Name of the pool the address is from + jsonPath: .spec.poolRef.name + name: Pool Name + type: string + - description: Kind of the pool the address is from + jsonPath: .spec.poolRef.kind + name: Pool Kind + type: string + - description: Time duration since creation of IPAdress + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: IPAddress is the Schema for the ipaddress API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of IPAddress. + properties: + address: + description: address is the IP address. + maxLength: 39 + minLength: 1 + type: string + claimRef: + description: claimRef is a reference to the claim this IPAddress was + created for. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + gateway: + description: gateway is the network gateway of the network the address + is from. + maxLength: 39 + minLength: 1 + type: string + poolRef: + description: poolRef is a reference to the pool that this IPAddress + was created from. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + prefix: + description: prefix is the prefix of the address. + type: integer + required: + - address + - claimRef + - poolRef + - prefix + type: object + type: object + served: true + storage: true + subresources: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: machinedeployments.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: cluster.x-k8s.io + names: + categories: + - cluster-api + kind: MachineDeployment + listKind: MachineDeploymentList + plural: machinedeployments + shortNames: + - md + singular: machinedeployment + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: MachineDeployment status such as ScalingUp/ScalingDown/Running/Failed/Unknown + jsonPath: .status.phase + name: Phase + type: string + - description: Total number of non-terminated machines targeted by this MachineDeployment + jsonPath: .status.replicas + name: Replicas + type: integer + - description: Total number of ready machines targeted by this MachineDeployment + jsonPath: .status.readyReplicas + name: Ready + type: integer + - description: Total number of non-terminated machines targeted by this deployment + that have the desired template spec + jsonPath: .status.updatedReplicas + name: Updated + type: integer + - description: Total number of unavailable machines targeted by this MachineDeployment + jsonPath: .status.unavailableReplicas + name: Unavailable + type: integer + deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + MachineDeployment is the Schema for the machinedeployments API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachineDeployment. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine should + be ready. + Defaults to 0 (machine will be considered available as soon as it + is ready) + format: int32 + type: integer + paused: + description: paused indicates that the deployment is paused. + type: boolean + progressDeadlineSeconds: + description: |- + progressDeadlineSeconds is the maximum time in seconds for a deployment to make progress before it + is considered to be failed. The deployment controller will continue to + process failed deployments and a condition with a ProgressDeadlineExceeded + reason will be surfaced in the deployment status. Note that progress will + not be estimated during the time a deployment is paused. Defaults to 600s. + format: int32 + type: integer + replicas: + description: |- + replicas is the number of desired machines. Defaults to 1. + This is a pointer to distinguish between explicit zero and not specified. + format: int32 + type: integer + revisionHistoryLimit: + description: |- + revisionHistoryLimit is the number of old MachineSets to retain to allow rollback. + This is a pointer to distinguish between explicit zero and not specified. + Defaults to 1. + format: int32 + type: integer + selector: + description: |- + selector is the label selector for machines. Existing MachineSets whose machines are + selected by this will be the ones affected by this deployment. + It must match the machine template's labels. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + description: |- + strategy is the deployment strategy to use to replace existing machines with + new ones. + properties: + rollingUpdate: + description: |- + rollingUpdate is the rolling update config params. Present only if + MachineDeploymentStrategyType = RollingUpdate. + properties: + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + maxSurge is the maximum number of machines that can be scheduled above the + desired number of machines. + Value can be an absolute number (ex: 5) or a percentage of + desired machines (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 1. + Example: when this is set to 30%, the new MachineSet can be scaled + up immediately when the rolling update starts, such that the total + number of old and new machines do not exceed 130% of desired + machines. Once old machines have been killed, new MachineSet can + be scaled up further, ensuring that total number of machines running + at any time during the update is at most 130% of desired machines. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + maxUnavailable is the maximum number of machines that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired + machines (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 0. + Example: when this is set to 30%, the old MachineSet can be scaled + down to 70% of desired machines immediately when the rolling update + starts. Once new machines are ready, old MachineSet can be scaled + down further, followed by scaling up the new MachineSet, ensuring + that the total number of machines available at all times + during the update is at least 70% of desired machines. + x-kubernetes-int-or-string: true + type: object + type: + description: |- + type of deployment. Currently the only supported strategy is + "RollingUpdate". + Default is RollingUpdate. + type: string + type: object + template: + description: template describes the machines that will be created. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + generateName: + description: |- + generateName is an optional prefix, used by the server, to generate a unique + name ONLY IF the Name field has not been provided. + If this field is used, the name returned to the client will be different + than the name passed. This value will also be combined with a unique suffix. + The provided value has the same validation rules as the Name field, + and may be truncated by the length of the suffix required to make the value + unique on the server. + + If this field is specified and the generated name exists, the server will + NOT return a 409 - instead, it will either return 201 Created or 500 with Reason + ServerTimeout indicating a unique name could not be found in the time allotted, and the client + should retry (optionally after the time indicated in the Retry-After header). + + Applied only if Name is not specified. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + name: + description: |- + name must be unique within a namespace. Is required when creating resources, although + some resources may allow a client to request the generation of an appropriate name + automatically. Name is primarily intended for creation idempotence and configuration + definition. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/identifiers#names + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + namespace: + description: |- + namespace defines the space within each name must be unique. An empty namespace is + equivalent to the "default" namespace, but "default" is the canonical representation. + Not all objects are required to be scoped to a namespace - the value of this field for + those objects will be empty. + + Must be a DNS_LABEL. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + ownerReferences: + description: |- + ownerReferences is the list of objects depended by this object. If ALL objects in the list have + been deleted, this object will be garbage collected. If this object is managed by a controller, + then an entry in this list will point to this controller, with the controller field set to true. + There cannot be more than one managing controller. + + Deprecated: This field has no function and is going to be removed in a next release. + items: + description: |- + OwnerReference contains enough information to let you identify an owning + object. An owning object must be in the same namespace as the dependent, or + be cluster-scoped, so there is no namespace field. + properties: + apiVersion: + description: API version of the referent. + type: string + blockOwnerDeletion: + description: |- + If true, AND if the owner has the "foregroundDeletion" finalizer, then + the owner cannot be deleted from the key-value store until this + reference is removed. + See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this field and enforces the foreground deletion. + Defaults to false. + To set this field, a user needs "delete" permission of the owner, + otherwise 422 (Unprocessable Entity) will be returned. + type: boolean + controller: + description: If true, this reference points to the managing + controller. + type: boolean + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + type: string + required: + - apiVersion + - kind + - name + - uid + type: object + x-kubernetes-map-type: atomic + type: array + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.Data without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + data: + description: |- + data contains the bootstrap data, such as cloud-init details scripts. + If nil, the Machine should remain in the Pending state. + + Deprecated: Switch to DataSecretName. + type: string + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - selector + - template + type: object + status: + description: status is the observed state of MachineDeployment. + properties: + availableReplicas: + description: |- + availableReplicas is the total number of available machines (ready for at least minReadySeconds) + targeted by this deployment. + format: int32 + type: integer + observedGeneration: + description: observedGeneration is the generation observed by the + deployment controller. + format: int64 + type: integer + phase: + description: phase represents the current phase of a MachineDeployment + (ScalingUp, ScalingDown, Running, Failed, or Unknown). + type: string + readyReplicas: + description: readyReplicas is the total number of ready machines targeted + by this deployment. + format: int32 + type: integer + replicas: + description: |- + replicas is the total number of non-terminated machines targeted by this deployment + (their labels match the selector). + format: int32 + type: integer + selector: + description: |- + selector is the same as the label selector but in the string format to avoid introspection + by clients. The string will be in the same format as the query-param syntax. + More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors + type: string + unavailableReplicas: + description: |- + unavailableReplicas is the total number of unavailable machines targeted by this deployment. + This is the total number of machines that are still required for + the deployment to have 100% available capacity. They may either + be machines that are running but not yet available or machines + that still have not been created. + format: int32 + type: integer + updatedReplicas: + description: |- + updatedReplicas is the total number of non-terminated machines targeted by this deployment + that have the desired template spec. + format: int32 + type: integer + type: object + type: object + served: false + storage: false + subresources: + scale: + labelSelectorPath: .status.selector + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Time duration since creation of MachineDeployment + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: MachineDeployment status such as ScalingUp/ScalingDown/Running/Failed/Unknown + jsonPath: .status.phase + name: Phase + type: string + - description: Total number of non-terminated machines targeted by this MachineDeployment + jsonPath: .status.replicas + name: Replicas + type: integer + - description: Total number of ready machines targeted by this MachineDeployment + jsonPath: .status.readyReplicas + name: Ready + type: integer + - description: Total number of non-terminated machines targeted by this deployment + that have the desired template spec + jsonPath: .status.updatedReplicas + name: Updated + type: integer + - description: Total number of unavailable machines targeted by this MachineDeployment + jsonPath: .status.unavailableReplicas + name: Unavailable + type: integer + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + MachineDeployment is the Schema for the machinedeployments API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachineDeployment. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine should + be ready. + Defaults to 0 (machine will be considered available as soon as it + is ready) + format: int32 + type: integer + paused: + description: paused indicates that the deployment is paused. + type: boolean + progressDeadlineSeconds: + description: |- + progressDeadlineSeconds is the maximum time in seconds for a deployment to make progress before it + is considered to be failed. The deployment controller will continue to + process failed deployments and a condition with a ProgressDeadlineExceeded + reason will be surfaced in the deployment status. Note that progress will + not be estimated during the time a deployment is paused. Defaults to 600s. + format: int32 + type: integer + replicas: + default: 1 + description: |- + replicas is the number of desired machines. Defaults to 1. + This is a pointer to distinguish between explicit zero and not specified. + format: int32 + type: integer + revisionHistoryLimit: + description: |- + revisionHistoryLimit is the number of old MachineSets to retain to allow rollback. + This is a pointer to distinguish between explicit zero and not specified. + Defaults to 1. + format: int32 + type: integer + selector: + description: |- + selector is the label selector for machines. Existing MachineSets whose machines are + selected by this will be the ones affected by this deployment. + It must match the machine template's labels. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + description: |- + strategy is the deployment strategy to use to replace existing machines with + new ones. + properties: + rollingUpdate: + description: |- + rollingUpdate is the rolling update config params. Present only if + MachineDeploymentStrategyType = RollingUpdate. + properties: + deletePolicy: + description: |- + deletePolicy defines the policy used by the MachineDeployment to identify nodes to delete when downscaling. + Valid values are "Random, "Newest", "Oldest" + When no value is supplied, the default DeletePolicy of MachineSet is used + enum: + - Random + - Newest + - Oldest + type: string + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + maxSurge is the maximum number of machines that can be scheduled above the + desired number of machines. + Value can be an absolute number (ex: 5) or a percentage of + desired machines (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 1. + Example: when this is set to 30%, the new MachineSet can be scaled + up immediately when the rolling update starts, such that the total + number of old and new machines do not exceed 130% of desired + machines. Once old machines have been killed, new MachineSet can + be scaled up further, ensuring that total number of machines running + at any time during the update is at most 130% of desired machines. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + maxUnavailable is the maximum number of machines that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired + machines (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 0. + Example: when this is set to 30%, the old MachineSet can be scaled + down to 70% of desired machines immediately when the rolling update + starts. Once new machines are ready, old MachineSet can be scaled + down further, followed by scaling up the new MachineSet, ensuring + that the total number of machines available at all times + during the update is at least 70% of desired machines. + x-kubernetes-int-or-string: true + type: object + type: + description: |- + type of deployment. + Default is RollingUpdate. + enum: + - RollingUpdate + - OnDelete + type: string + type: object + template: + description: template describes the machines that will be created. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - selector + - template + type: object + status: + description: status is the observed state of MachineDeployment. + properties: + availableReplicas: + description: |- + availableReplicas is the total number of available machines (ready for at least minReadySeconds) + targeted by this deployment. + format: int32 + type: integer + conditions: + description: conditions defines current service state of the MachineDeployment. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + observedGeneration: + description: observedGeneration is the generation observed by the + deployment controller. + format: int64 + type: integer + phase: + description: phase represents the current phase of a MachineDeployment + (ScalingUp, ScalingDown, Running, Failed, or Unknown). + type: string + readyReplicas: + description: readyReplicas is the total number of ready machines targeted + by this deployment. + format: int32 + type: integer + replicas: + description: |- + replicas is the total number of non-terminated machines targeted by this deployment + (their labels match the selector). + format: int32 + type: integer + selector: + description: |- + selector is the same as the label selector but in the string format to avoid introspection + by clients. The string will be in the same format as the query-param syntax. + More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors + type: string + unavailableReplicas: + description: |- + unavailableReplicas is the total number of unavailable machines targeted by this deployment. + This is the total number of machines that are still required for + the deployment to have 100% available capacity. They may either + be machines that are running but not yet available or machines + that still have not been created. + format: int32 + type: integer + updatedReplicas: + description: |- + updatedReplicas is the total number of non-terminated machines targeted by this deployment + that have the desired template spec. + format: int32 + type: integer + type: object + type: object + served: false + storage: false + subresources: + scale: + labelSelectorPath: .status.selector + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Total number of machines desired by this MachineDeployment + jsonPath: .spec.replicas + name: Desired + priority: 10 + type: integer + - description: Total number of non-terminated machines targeted by this MachineDeployment + jsonPath: .status.replicas + name: Replicas + type: integer + - description: Total number of ready machines targeted by this MachineDeployment + jsonPath: .status.readyReplicas + name: Ready + type: integer + - description: Total number of non-terminated machines targeted by this deployment + that have the desired template spec + jsonPath: .status.updatedReplicas + name: Updated + type: integer + - description: Total number of unavailable machines targeted by this MachineDeployment + jsonPath: .status.unavailableReplicas + name: Unavailable + type: integer + - description: MachineDeployment status such as ScalingUp/ScalingDown/Running/Failed/Unknown + jsonPath: .status.phase + name: Phase + type: string + - description: Time duration since creation of MachineDeployment + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Kubernetes version associated with this MachineDeployment + jsonPath: .spec.template.spec.version + name: Version + type: string + name: v1beta1 + schema: + openAPIV3Schema: + description: MachineDeployment is the Schema for the machinedeployments API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachineDeployment. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + maxLength: 63 + minLength: 1 + type: string + machineNamingStrategy: + description: |- + machineNamingStrategy allows changing the naming pattern used when creating Machines. + Note: InfraMachines & BootstrapConfigs will use the same name as the corresponding Machines. + properties: + template: + description: |- + template defines the template to use for generating the names of the + Machine objects. + If not defined, it will fallback to `{{ .machineSet.name }}-{{ .random }}`. + If the generated name string exceeds 63 characters, it will be trimmed to + 58 characters and will + get concatenated with a random suffix of length 5. + Length of the template string must not exceed 256 characters. + The template allows the following variables `.cluster.name`, + `.machineSet.name` and `.random`. + The variable `.cluster.name` retrieves the name of the cluster object + that owns the Machines being created. + The variable `.machineSet.name` retrieves the name of the MachineSet + object that owns the Machines being created. + The variable `.random` is substituted with random alphanumeric string, + without vowels, of length 5. This variable is required part of the + template. If not provided, validation will fail. + maxLength: 256 + minLength: 1 + type: string + type: object + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a Node for a newly created machine should be ready before considering the replica available. + Defaults to 0 (machine will be considered available as soon as the Node is ready) + format: int32 + type: integer + paused: + description: paused indicates that the deployment is paused. + type: boolean + progressDeadlineSeconds: + description: |- + progressDeadlineSeconds is the maximum time in seconds for a deployment to make progress before it + is considered to be failed. The deployment controller will continue to + process failed deployments and a condition with a ProgressDeadlineExceeded + reason will be surfaced in the deployment status. Note that progress will + not be estimated during the time a deployment is paused. Defaults to 600s. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/issues/11470 for more details. + format: int32 + type: integer + replicas: + description: |- + replicas is the number of desired machines. + This is a pointer to distinguish between explicit zero and not specified. + + Defaults to: + * if the Kubernetes autoscaler min size and max size annotations are set: + - if it's a new MachineDeployment, use min size + - if the replicas field of the old MachineDeployment is < min size, use min size + - if the replicas field of the old MachineDeployment is > max size, use max size + - if the replicas field of the old MachineDeployment is in the (min size, max size) range, keep the value from the oldMD + * otherwise use 1 + Note: Defaulting will be run whenever the replicas field is not set: + * A new MachineDeployment is created with replicas not set. + * On an existing MachineDeployment the replicas field was first set and is now unset. + Those cases are especially relevant for the following Kubernetes autoscaler use cases: + * A new MachineDeployment is created and replicas should be managed by the autoscaler + * An existing MachineDeployment which initially wasn't controlled by the autoscaler + should be later controlled by the autoscaler + format: int32 + type: integer + revisionHistoryLimit: + description: |- + revisionHistoryLimit is the number of old MachineSets to retain to allow rollback. + This is a pointer to distinguish between explicit zero and not specified. + Defaults to 1. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/issues/10479 for more details. + format: int32 + type: integer + rolloutAfter: + description: |- + rolloutAfter is a field to indicate a rollout should be performed + after the specified time even if no changes have been made to the + MachineDeployment. + Example: In the YAML the time can be specified in the RFC3339 format. + To specify the rolloutAfter target as March 9, 2023, at 9 am UTC + use "2023-03-09T09:00:00Z". + format: date-time + type: string + selector: + description: |- + selector is the label selector for machines. Existing MachineSets whose machines are + selected by this will be the ones affected by this deployment. + It must match the machine template's labels. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + strategy: + description: |- + strategy is the deployment strategy to use to replace existing machines with + new ones. + properties: + remediation: + description: |- + remediation controls the strategy of remediating unhealthy machines + and how remediating operations should occur during the lifecycle of the dependant MachineSets. + properties: + maxInFlight: + anyOf: + - type: integer + - type: string + description: |- + maxInFlight determines how many in flight remediations should happen at the same time. + + Remediation only happens on the MachineSet with the most current revision, while + older MachineSets (usually present during rollout operations) aren't allowed to remediate. + + Note: In general (independent of remediations), unhealthy machines are always + prioritized during scale down operations over healthy ones. + + MaxInFlight can be set to a fixed number or a percentage. + Example: when this is set to 20%, the MachineSet controller deletes at most 20% of + the desired replicas. + + If not set, remediation is limited to all machines (bounded by replicas) + under the active MachineSet's management. + x-kubernetes-int-or-string: true + type: object + rollingUpdate: + description: |- + rollingUpdate is the rolling update config params. Present only if + MachineDeploymentStrategyType = RollingUpdate. + properties: + deletePolicy: + description: |- + deletePolicy defines the policy used by the MachineDeployment to identify nodes to delete when downscaling. + Valid values are "Random, "Newest", "Oldest" + When no value is supplied, the default DeletePolicy of MachineSet is used + enum: + - Random + - Newest + - Oldest + type: string + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + maxSurge is the maximum number of machines that can be scheduled above the + desired number of machines. + Value can be an absolute number (ex: 5) or a percentage of + desired machines (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 1. + Example: when this is set to 30%, the new MachineSet can be scaled + up immediately when the rolling update starts, such that the total + number of old and new machines do not exceed 130% of desired + machines. Once old machines have been killed, new MachineSet can + be scaled up further, ensuring that total number of machines running + at any time during the update is at most 130% of desired machines. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + maxUnavailable is the maximum number of machines that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired + machines (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 0. + Example: when this is set to 30%, the old MachineSet can be scaled + down to 70% of desired machines immediately when the rolling update + starts. Once new machines are ready, old MachineSet can be scaled + down further, followed by scaling up the new MachineSet, ensuring + that the total number of machines available at all times + during the update is at least 70% of desired machines. + x-kubernetes-int-or-string: true + type: object + type: + description: |- + type of deployment. Allowed values are RollingUpdate and OnDelete. + The default is RollingUpdate. + enum: + - RollingUpdate + - OnDelete + type: string + type: object + template: + description: template describes the machines that will be created. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + maxLength: 253 + minLength: 1 + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + maxLength: 63 + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + maxLength: 256 + minLength: 1 + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + maxLength: 512 + minLength: 1 + type: string + readinessGates: + description: |- + readinessGates specifies additional conditions to include when evaluating Machine Ready condition. + + This field can be used e.g. by Cluster API control plane providers to extend the semantic of the + Ready condition for the Machine they control, like the kubeadm control provider adding ReadinessGates + for the APIServerPodHealthy, SchedulerPodHealthy conditions, etc. + + Another example are external controllers, e.g. responsible to install special software/hardware on the Machines; + they can include the status of those components with a new condition and add this condition to ReadinessGates. + + NOTE: This field is considered only for computing v1beta2 conditions. + NOTE: In case readinessGates conditions start with the APIServer, ControllerManager, Scheduler prefix, and all those + readiness gates condition are reporting the same message, when computing the Machine's Ready condition those + readinessGates will be replaced by a single entry reporting "Control plane components: " + message. + This helps to improve readability of conditions bubbling up to the Machine's owner resource / to the Cluster). + items: + description: MachineReadinessGate contains the type of a + Machine condition to be used as a readiness gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Machine's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as readiness gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this readinessGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + maxLength: 256 + minLength: 1 + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - selector + - template + type: object + status: + description: status is the observed state of MachineDeployment. + properties: + availableReplicas: + description: |- + availableReplicas is the total number of available machines (ready for at least minReadySeconds) + targeted by this deployment. + format: int32 + type: integer + conditions: + description: conditions defines current service state of the MachineDeployment. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + observedGeneration: + description: observedGeneration is the generation observed by the + deployment controller. + format: int64 + type: integer + phase: + description: phase represents the current phase of a MachineDeployment + (ScalingUp, ScalingDown, Running, Failed, or Unknown). + enum: + - ScalingUp + - ScalingDown + - Running + - Failed + - Unknown + type: string + readyReplicas: + description: readyReplicas is the total number of ready machines targeted + by this deployment. + format: int32 + type: integer + replicas: + description: |- + replicas is the total number of non-terminated machines targeted by this deployment + (their labels match the selector). + format: int32 + type: integer + selector: + description: |- + selector is the same as the label selector but in the string format to avoid introspection + by clients. The string will be in the same format as the query-param syntax. + More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors + maxLength: 4096 + minLength: 1 + type: string + unavailableReplicas: + description: |- + unavailableReplicas is the total number of unavailable machines targeted by this deployment. + This is the total number of machines that are still required for + the deployment to have 100% available capacity. They may either + be machines that are running but not yet available or machines + that still have not been created. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + format: int32 + type: integer + updatedReplicas: + description: |- + updatedReplicas is the total number of non-terminated machines targeted by this deployment + that have the desired template spec. + format: int32 + type: integer + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in MachineDeployment's status with the V1Beta2 version. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + for this MachineDeployment. A machine is considered available + when Machine's Available condition is true. + format: int32 + type: integer + conditions: + description: |- + conditions represents the observations of a MachineDeployment's current state. + Known condition types are Available, MachinesReady, MachinesUpToDate, ScalingUp, ScalingDown, Remediating, Deleting, Paused. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + readyReplicas: + description: readyReplicas is the number of ready replicas for + this MachineDeployment. A machine is considered ready when Machine's + Ready condition is true. + format: int32 + type: integer + upToDateReplicas: + description: upToDateReplicas is the number of up-to-date replicas + targeted by this deployment. A machine is considered up-to-date + when Machine's UpToDate condition is true. + format: int32 + type: integer + type: object + type: object + type: object + served: true + storage: true + subresources: + scale: + labelSelectorPath: .status.selector + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: machinedrainrules.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: cluster.x-k8s.io + names: + categories: + - cluster-api + kind: MachineDrainRule + listKind: MachineDrainRuleList + plural: machinedrainrules + singular: machinedrainrule + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Drain behavior + jsonPath: .spec.drain.behavior + name: Behavior + type: string + - description: Drain order + jsonPath: .spec.drain.order + name: Order + type: string + - description: Time duration since creation of the MachineDrainRule + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: MachineDrainRule is the Schema for the MachineDrainRule API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec defines the spec of a MachineDrainRule. + properties: + drain: + description: drain configures if and how Pods are drained. + properties: + behavior: + description: |- + behavior defines the drain behavior. + Can be either "Drain", "Skip", or "WaitCompleted". + "Drain" means that the Pods to which this MachineDrainRule applies will be drained. + If behavior is set to "Drain" the order in which Pods are drained can be configured + with the order field. When draining Pods of a Node the Pods will be grouped by order + and one group after another will be drained (by increasing order). Cluster API will + wait until all Pods of a group are terminated / removed from the Node before starting + with the next group. + "Skip" means that the Pods to which this MachineDrainRule applies will be skipped during drain. + "WaitCompleted" means that the pods to which this MachineDrainRule applies will never be evicted + and we wait for them to be completed, it is enforced that pods marked with this behavior always have Order=0. + enum: + - Drain + - Skip + - WaitCompleted + type: string + order: + description: |- + order defines the order in which Pods are drained. + Pods with higher order are drained after Pods with lower order. + order can only be set if behavior is set to "Drain". + If order is not set, 0 will be used. + Valid values for order are from -2147483648 to 2147483647 (inclusive). + format: int32 + type: integer + required: + - behavior + type: object + machines: + description: |- + machines defines to which Machines this MachineDrainRule should be applied. + + If machines is not set, the MachineDrainRule applies to all Machines in the Namespace. + If machines contains multiple selectors, the results are ORed. + Within a single Machine selector the results of selector and clusterSelector are ANDed. + Machines will be selected from all Clusters in the Namespace unless otherwise + restricted with the clusterSelector. + + Example: Selects control plane Machines in all Clusters or + Machines with label "os" == "linux" in Clusters with label + "stage" == "production". + + - selector: + matchExpressions: + - key: cluster.x-k8s.io/control-plane + operator: Exists + - selector: + matchLabels: + os: linux + clusterSelector: + matchExpressions: + - key: stage + operator: In + values: + - production + items: + description: MachineDrainRuleMachineSelector defines to which Machines + this MachineDrainRule should be applied. + minProperties: 1 + properties: + clusterSelector: + description: |- + clusterSelector is a label selector which selects Machines by the labels of + their Clusters. + This field follows standard label selector semantics; if not present or + empty, it selects Machines of all Clusters. + + If selector is also set, then the selector as a whole selects + Machines matching selector belonging to Clusters selected by clusterSelector. + If selector is not set, it selects all Machines belonging to Clusters + selected by clusterSelector. + properties: + matchExpressions: + description: matchExpressions is a list of label selector + requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector + applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + selector: + description: |- + selector is a label selector which selects Machines by their labels. + This field follows standard label selector semantics; if not present or + empty, it selects all Machines. + + If clusterSelector is also set, then the selector as a whole selects + Machines matching selector belonging to Clusters selected by clusterSelector. + If clusterSelector is not set, it selects all Machines matching selector in + all Clusters. + properties: + matchExpressions: + description: matchExpressions is a list of label selector + requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector + applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + type: object + maxItems: 32 + minItems: 1 + type: array + x-kubernetes-list-type: atomic + x-kubernetes-validations: + - message: entries in machines must be unique + rule: self.all(x, self.exists_one(y, x == y)) + pods: + description: |- + pods defines to which Pods this MachineDrainRule should be applied. + + If pods is not set, the MachineDrainRule applies to all Pods in all Namespaces. + If pods contains multiple selectors, the results are ORed. + Within a single Pod selector the results of selector and namespaceSelector are ANDed. + Pods will be selected from all Namespaces unless otherwise + restricted with the namespaceSelector. + + Example: Selects Pods with label "app" == "logging" in all Namespaces or + Pods with label "app" == "prometheus" in the "monitoring" + Namespace. + + - selector: + matchExpressions: + - key: app + operator: In + values: + - logging + - selector: + matchLabels: + app: prometheus + namespaceSelector: + matchLabels: + kubernetes.io/metadata.name: monitoring + items: + description: MachineDrainRulePodSelector defines to which Pods this + MachineDrainRule should be applied. + minProperties: 1 + properties: + namespaceSelector: + description: |- + namespaceSelector is a label selector which selects Pods by the labels of + their Namespaces. + This field follows standard label selector semantics; if not present or + empty, it selects Pods of all Namespaces. + + If selector is also set, then the selector as a whole selects + Pods matching selector in Namespaces selected by namespaceSelector. + If selector is not set, it selects all Pods in Namespaces selected by + namespaceSelector. + properties: + matchExpressions: + description: matchExpressions is a list of label selector + requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector + applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + selector: + description: |- + selector is a label selector which selects Pods by their labels. + This field follows standard label selector semantics; if not present or + empty, it selects all Pods. + + If namespaceSelector is also set, then the selector as a whole selects + Pods matching selector in Namespaces selected by namespaceSelector. + If namespaceSelector is not set, it selects all Pods matching selector in + all Namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector + requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector + applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + type: object + maxItems: 32 + minItems: 1 + type: array + x-kubernetes-list-type: atomic + x-kubernetes-validations: + - message: entries in pods must be unique + rule: self.all(x, self.exists_one(y, x == y)) + required: + - drain + type: object + required: + - metadata + - spec + type: object + served: true + storage: true + subresources: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: machinehealthchecks.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: cluster.x-k8s.io + names: + categories: + - cluster-api + kind: MachineHealthCheck + listKind: MachineHealthCheckList + plural: machinehealthchecks + shortNames: + - mhc + - mhcs + singular: machinehealthcheck + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Maximum number of unhealthy machines allowed + jsonPath: .spec.maxUnhealthy + name: MaxUnhealthy + type: string + - description: Number of machines currently monitored + jsonPath: .status.expectedMachines + name: ExpectedMachines + type: integer + - description: Current observed healthy machines + jsonPath: .status.currentHealthy + name: CurrentHealthy + type: integer + deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + MachineHealthCheck is the Schema for the machinehealthchecks API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the specification of machine health check policy + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + maxUnhealthy: + anyOf: + - type: integer + - type: string + description: |- + maxUnhealthy specifies the maximum number of unhealthy machines allowed. + Any further remediation is only allowed if at most "maxUnhealthy" machines selected by + "selector" are not healthy. + x-kubernetes-int-or-string: true + nodeStartupTimeout: + description: |- + nodeStartupTimeout is the duration after which machines without a node will be considered to + have failed and will be remediated. + type: string + remediationTemplate: + description: |- + remediationTemplate is a reference to a remediation template + provided by an infrastructure provider. + + This field is completely optional, when filled, the MachineHealthCheck controller + creates a new object from the template referenced and hands off remediation of the machine to + a controller that lives outside of Cluster API. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + selector: + description: selector is the label selector to match machines whose + health will be exercised + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyConditions: + description: |- + unhealthyConditions contains a list of the conditions that determine + whether a node is considered unhealthy. The conditions are combined in a + logical OR, i.e. if any of the conditions is met, the node is unhealthy. + items: + description: |- + UnhealthyCondition represents a Node condition type and value with a timeout + specified as a duration. When the named condition has been in the given + status for at least the timeout value, a node is considered unhealthy. + properties: + status: + description: status of the condition, one of True, False, Unknown. + minLength: 1 + type: string + timeout: + description: |- + timeout is the duration that a node must be in a given status for, + after which the node is considered unhealthy. + For example, with a value of "1h", the node must match the status + for at least 1 hour before being considered unhealthy. + type: string + type: + description: type of Node condition + minLength: 1 + type: string + required: + - status + - timeout + - type + type: object + minItems: 1 + type: array + required: + - clusterName + - selector + - unhealthyConditions + type: object + status: + description: status is the most recently observed status of MachineHealthCheck + resource + properties: + conditions: + description: conditions defines current service state of the MachineHealthCheck. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + currentHealthy: + description: currentHealthy is the total number of healthy machines + counted by this machine health check + format: int32 + minimum: 0 + type: integer + expectedMachines: + description: expectedMachines is the total number of machines counted + by this machine health check + format: int32 + minimum: 0 + type: integer + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + remediationsAllowed: + description: |- + remediationsAllowed is the number of further remediations allowed by this machine health check before + maxUnhealthy short circuiting will be applied + format: int32 + minimum: 0 + type: integer + targets: + description: targets shows the current list of machines the machine + health check is watching + items: + type: string + type: array + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Time duration since creation of MachineHealthCheck + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Maximum number of unhealthy machines allowed + jsonPath: .spec.maxUnhealthy + name: MaxUnhealthy + type: string + - description: Number of machines currently monitored + jsonPath: .status.expectedMachines + name: ExpectedMachines + type: integer + - description: Current observed healthy machines + jsonPath: .status.currentHealthy + name: CurrentHealthy + type: integer + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + MachineHealthCheck is the Schema for the machinehealthchecks API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the specification of machine health check policy + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + maxUnhealthy: + anyOf: + - type: integer + - type: string + description: |- + maxUnhealthy specifies the maximum number of unhealthy machines allowed. + Any further remediation is only allowed if at most "maxUnhealthy" machines selected by + "selector" are not healthy. + x-kubernetes-int-or-string: true + nodeStartupTimeout: + description: |- + nodeStartupTimeout is the duration after which machines without a node will be considered to + have failed and will be remediated. + If not set, this value is defaulted to 10 minutes. + If you wish to disable this feature, set the value explicitly to 0. + type: string + remediationTemplate: + description: |- + remediationTemplate is a reference to a remediation template + provided by an infrastructure provider. + + This field is completely optional, when filled, the MachineHealthCheck controller + creates a new object from the template referenced and hands off remediation of the machine to + a controller that lives outside of Cluster API. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + selector: + description: selector is the label selector to match machines whose + health will be exercised + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyConditions: + description: |- + unhealthyConditions contains a list of the conditions that determine + whether a node is considered unhealthy. The conditions are combined in a + logical OR, i.e. if any of the conditions is met, the node is unhealthy. + items: + description: |- + UnhealthyCondition represents a Node condition type and value with a timeout + specified as a duration. When the named condition has been in the given + status for at least the timeout value, a node is considered unhealthy. + properties: + status: + description: status of the condition, one of True, False, Unknown. + minLength: 1 + type: string + timeout: + description: |- + timeout is the duration that a node must be in a given status for, + after which the node is considered unhealthy. + For example, with a value of "1h", the node must match the status + for at least 1 hour before being considered unhealthy. + type: string + type: + description: type of Node condition + minLength: 1 + type: string + required: + - status + - timeout + - type + type: object + minItems: 1 + type: array + unhealthyRange: + description: |- + unhealthyRange specifies the range of unhealthy machines allowed. + Any further remediation is only allowed if the number of machines selected by "selector" as not healthy + is within the range of "unhealthyRange". Takes precedence over maxUnhealthy. + Eg. "[3-5]" - This means that remediation will be allowed only when: + (a) there are at least 3 unhealthy machines (and) + (b) there are at most 5 unhealthy machines + pattern: ^\[[0-9]+-[0-9]+\]$ + type: string + required: + - clusterName + - selector + - unhealthyConditions + type: object + status: + description: status is the most recently observed status of MachineHealthCheck + resource + properties: + conditions: + description: conditions defines current service state of the MachineHealthCheck. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + currentHealthy: + description: currentHealthy is the total number of healthy machines + counted by this machine health check + format: int32 + minimum: 0 + type: integer + expectedMachines: + description: expectedMachines is the total number of machines counted + by this machine health check + format: int32 + minimum: 0 + type: integer + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + remediationsAllowed: + description: |- + remediationsAllowed is the number of further remediations allowed by this machine health check before + maxUnhealthy short circuiting will be applied + format: int32 + minimum: 0 + type: integer + targets: + description: targets shows the current list of machines the machine + health check is watching + items: + type: string + type: array + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Number of machines currently monitored + jsonPath: .status.expectedMachines + name: ExpectedMachines + type: integer + - description: Maximum number of unhealthy machines allowed + jsonPath: .spec.maxUnhealthy + name: MaxUnhealthy + type: string + - description: Current observed healthy machines + jsonPath: .status.currentHealthy + name: CurrentHealthy + type: integer + - description: Time duration since creation of MachineHealthCheck + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1beta1 + schema: + openAPIV3Schema: + description: MachineHealthCheck is the Schema for the machinehealthchecks + API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the specification of machine health check policy + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + maxLength: 63 + minLength: 1 + type: string + maxUnhealthy: + anyOf: + - type: integer + - type: string + description: |- + maxUnhealthy specifies the maximum number of unhealthy machines allowed. + Any further remediation is only allowed if at most "maxUnhealthy" machines selected by + "selector" are not healthy. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/issues/10722 for more details. + x-kubernetes-int-or-string: true + nodeStartupTimeout: + description: |- + nodeStartupTimeout allows to set the maximum time for MachineHealthCheck + to consider a Machine unhealthy if a corresponding Node isn't associated + through a `Spec.ProviderID` field. + + The duration set in this field is compared to the greatest of: + - Cluster's infrastructure ready condition timestamp (if and when available) + - Control Plane's initialized condition timestamp (if and when available) + - Machine's infrastructure ready condition timestamp (if and when available) + - Machine's metadata creation timestamp + + Defaults to 10 minutes. + If you wish to disable this feature, set the value explicitly to 0. + type: string + remediationTemplate: + description: |- + remediationTemplate is a reference to a remediation template + provided by an infrastructure provider. + + This field is completely optional, when filled, the MachineHealthCheck controller + creates a new object from the template referenced and hands off remediation of the machine to + a controller that lives outside of Cluster API. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + selector: + description: selector is a label selector to match machines whose + health will be exercised + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + unhealthyConditions: + description: |- + unhealthyConditions contains a list of the conditions that determine + whether a node is considered unhealthy. The conditions are combined in a + logical OR, i.e. if any of the conditions is met, the node is unhealthy. + items: + description: |- + UnhealthyCondition represents a Node condition type and value with a timeout + specified as a duration. When the named condition has been in the given + status for at least the timeout value, a node is considered unhealthy. + properties: + status: + description: status of the condition, one of True, False, Unknown. + minLength: 1 + type: string + timeout: + description: |- + timeout is the duration that a node must be in a given status for, + after which the node is considered unhealthy. + For example, with a value of "1h", the node must match the status + for at least 1 hour before being considered unhealthy. + type: string + type: + description: type of Node condition + minLength: 1 + type: string + required: + - status + - timeout + - type + type: object + maxItems: 100 + type: array + unhealthyRange: + description: |- + unhealthyRange specifies the range of unhealthy machines allowed. + Any further remediation is only allowed if the number of machines selected by "selector" as not healthy + is within the range of "unhealthyRange". Takes precedence over maxUnhealthy. + Eg. "[3-5]" - This means that remediation will be allowed only when: + (a) there are at least 3 unhealthy machines (and) + (b) there are at most 5 unhealthy machines + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/issues/10722 for more details. + maxLength: 32 + minLength: 1 + pattern: ^\[[0-9]+-[0-9]+\]$ + type: string + required: + - clusterName + - selector + type: object + status: + description: status is the most recently observed status of MachineHealthCheck + resource + properties: + conditions: + description: conditions defines current service state of the MachineHealthCheck. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + currentHealthy: + description: currentHealthy is the total number of healthy machines + counted by this machine health check + format: int32 + minimum: 0 + type: integer + expectedMachines: + description: expectedMachines is the total number of machines counted + by this machine health check + format: int32 + minimum: 0 + type: integer + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + remediationsAllowed: + description: |- + remediationsAllowed is the number of further remediations allowed by this machine health check before + maxUnhealthy short circuiting will be applied + format: int32 + minimum: 0 + type: integer + targets: + description: targets shows the current list of machines the machine + health check is watching + items: + maxLength: 253 + minLength: 1 + type: string + maxItems: 10000 + type: array + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in MachineHealthCheck's status with the V1Beta2 version. + properties: + conditions: + description: |- + conditions represents the observations of a MachineHealthCheck's current state. + Known condition types are RemediationAllowed, Paused. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + type: object + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: machinepools.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: cluster.x-k8s.io + names: + categories: + - cluster-api + kind: MachinePool + listKind: MachinePoolList + plural: machinepools + shortNames: + - mp + singular: machinepool + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: MachinePool replicas count + jsonPath: .status.replicas + name: Replicas + type: string + - description: MachinePool status such as Terminating/Pending/Provisioning/Running/Failed + etc + jsonPath: .status.phase + name: Phase + type: string + - description: Kubernetes version associated with this MachinePool + jsonPath: .spec.template.spec.version + name: Version + type: string + deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + MachinePool is the Schema for the machinepools API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachinePool. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + failureDomains: + description: failureDomains is the list of failure domains this MachinePool + should be attached to. + items: + type: string + type: array + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine instances should + be ready. + Defaults to 0 (machine instance will be considered available as soon as it + is ready) + format: int32 + type: integer + providerIDList: + description: |- + providerIDList are the identification IDs of machine instances provided by the provider. + This field must match the provider IDs as seen on the node objects corresponding to a machine pool's machine instances. + items: + type: string + type: array + replicas: + description: |- + replicas is the number of desired machines. Defaults to 1. + This is a pointer to distinguish between explicit zero and not specified. + format: int32 + type: integer + strategy: + description: |- + strategy is the deployment strategy to use to replace existing machine instances with + new ones. + properties: + rollingUpdate: + description: |- + rollingUpdate is the rolling update config params. Present only if + MachineDeploymentStrategyType = RollingUpdate. + properties: + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + maxSurge is the maximum number of machines that can be scheduled above the + desired number of machines. + Value can be an absolute number (ex: 5) or a percentage of + desired machines (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 1. + Example: when this is set to 30%, the new MachineSet can be scaled + up immediately when the rolling update starts, such that the total + number of old and new machines do not exceed 130% of desired + machines. Once old machines have been killed, new MachineSet can + be scaled up further, ensuring that total number of machines running + at any time during the update is at most 130% of desired machines. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + maxUnavailable is the maximum number of machines that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired + machines (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 0. + Example: when this is set to 30%, the old MachineSet can be scaled + down to 70% of desired machines immediately when the rolling update + starts. Once new machines are ready, old MachineSet can be scaled + down further, followed by scaling up the new MachineSet, ensuring + that the total number of machines available at all times + during the update is at least 70% of desired machines. + x-kubernetes-int-or-string: true + type: object + type: + description: |- + type of deployment. Currently the only supported strategy is + "RollingUpdate". + Default is RollingUpdate. + type: string + type: object + template: + description: template describes the machines that will be created. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + generateName: + description: |- + generateName is an optional prefix, used by the server, to generate a unique + name ONLY IF the Name field has not been provided. + If this field is used, the name returned to the client will be different + than the name passed. This value will also be combined with a unique suffix. + The provided value has the same validation rules as the Name field, + and may be truncated by the length of the suffix required to make the value + unique on the server. + + If this field is specified and the generated name exists, the server will + NOT return a 409 - instead, it will either return 201 Created or 500 with Reason + ServerTimeout indicating a unique name could not be found in the time allotted, and the client + should retry (optionally after the time indicated in the Retry-After header). + + Applied only if Name is not specified. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + name: + description: |- + name must be unique within a namespace. Is required when creating resources, although + some resources may allow a client to request the generation of an appropriate name + automatically. Name is primarily intended for creation idempotence and configuration + definition. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/identifiers#names + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + namespace: + description: |- + namespace defines the space within each name must be unique. An empty namespace is + equivalent to the "default" namespace, but "default" is the canonical representation. + Not all objects are required to be scoped to a namespace - the value of this field for + those objects will be empty. + + Must be a DNS_LABEL. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + ownerReferences: + description: |- + ownerReferences is the list of objects depended by this object. If ALL objects in the list have + been deleted, this object will be garbage collected. If this object is managed by a controller, + then an entry in this list will point to this controller, with the controller field set to true. + There cannot be more than one managing controller. + + Deprecated: This field has no function and is going to be removed in a next release. + items: + description: |- + OwnerReference contains enough information to let you identify an owning + object. An owning object must be in the same namespace as the dependent, or + be cluster-scoped, so there is no namespace field. + properties: + apiVersion: + description: API version of the referent. + type: string + blockOwnerDeletion: + description: |- + If true, AND if the owner has the "foregroundDeletion" finalizer, then + the owner cannot be deleted from the key-value store until this + reference is removed. + See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this field and enforces the foreground deletion. + Defaults to false. + To set this field, a user needs "delete" permission of the owner, + otherwise 422 (Unprocessable Entity) will be returned. + type: boolean + controller: + description: If true, this reference points to the managing + controller. + type: boolean + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + type: string + required: + - apiVersion + - kind + - name + - uid + type: object + x-kubernetes-map-type: atomic + type: array + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.Data without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + data: + description: |- + data contains the bootstrap data, such as cloud-init details scripts. + If nil, the Machine should remain in the Pending state. + + Deprecated: Switch to DataSecretName. + type: string + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - template + type: object + status: + description: status is the observed state of MachinePool. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + (ready for at least minReadySeconds) for this MachinePool. + format: int32 + type: integer + bootstrapReady: + description: bootstrapReady is the state of the bootstrap provider. + type: boolean + conditions: + description: conditions define the current service state of the MachinePool. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + failureMessage: + description: |- + failureMessage indicates that there is a problem reconciling the state, + and will be set to a descriptive error message. + type: string + failureReason: + description: |- + failureReason indicates that there is a problem reconciling the state, and + will be set to a token value suitable for programmatic interpretation. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + nodeRefs: + description: nodeRefs will point to the corresponding Nodes if it + they exist. + items: + description: ObjectReference contains enough information to let + you inspect or modify the referred object. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + type: array + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: |- + phase represents the current phase of cluster actuation. + E.g. Pending, Running, Terminating, Failed etc. + type: string + readyReplicas: + description: readyReplicas is the number of ready replicas for this + MachinePool. A machine is considered ready when the node has been + created and is "Ready". + format: int32 + type: integer + replicas: + description: replicas is the most recently observed number of replicas. + format: int32 + type: integer + unavailableReplicas: + description: |- + unavailableReplicas is the total number of unavailable machine instances targeted by this machine pool. + This is the total number of machine instances that are still required for + the machine pool to have 100% available capacity. They may either + be machine instances that are running but not yet available or machine instances + that still have not been created. + format: int32 + type: integer + type: object + type: object + served: false + storage: false + subresources: + scale: + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} + - additionalPrinterColumns: + - description: Time duration since creation of MachinePool + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: MachinePool replicas count + jsonPath: .status.replicas + name: Replicas + type: string + - description: MachinePool status such as Terminating/Pending/Provisioning/Running/Failed + etc + jsonPath: .status.phase + name: Phase + type: string + - description: Kubernetes version associated with this MachinePool + jsonPath: .spec.template.spec.version + name: Version + type: string + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + MachinePool is the Schema for the machinepools API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachinePool. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + failureDomains: + description: failureDomains is the list of failure domains this MachinePool + should be attached to. + items: + type: string + type: array + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine instances should + be ready. + Defaults to 0 (machine instance will be considered available as soon as it + is ready) + format: int32 + type: integer + providerIDList: + description: |- + providerIDList are the identification IDs of machine instances provided by the provider. + This field must match the provider IDs as seen on the node objects corresponding to a machine pool's machine instances. + items: + type: string + type: array + replicas: + description: |- + replicas is the number of desired machines. Defaults to 1. + This is a pointer to distinguish between explicit zero and not specified. + format: int32 + type: integer + template: + description: template describes the machines that will be created. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - template + type: object + status: + description: status is the observed state of MachinePool. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + (ready for at least minReadySeconds) for this MachinePool. + format: int32 + type: integer + bootstrapReady: + description: bootstrapReady is the state of the bootstrap provider. + type: boolean + conditions: + description: conditions define the current service state of the MachinePool. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + failureMessage: + description: |- + failureMessage indicates that there is a problem reconciling the state, + and will be set to a descriptive error message. + type: string + failureReason: + description: |- + failureReason indicates that there is a problem reconciling the state, and + will be set to a token value suitable for programmatic interpretation. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + nodeRefs: + description: nodeRefs will point to the corresponding Nodes if it + they exist. + items: + description: ObjectReference contains enough information to let + you inspect or modify the referred object. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + type: array + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: |- + phase represents the current phase of cluster actuation. + E.g. Pending, Running, Terminating, Failed etc. + type: string + readyReplicas: + description: readyReplicas is the number of ready replicas for this + MachinePool. A machine is considered ready when the node has been + created and is "Ready". + format: int32 + type: integer + replicas: + description: replicas is the most recently observed number of replicas. + format: int32 + type: integer + unavailableReplicas: + description: |- + unavailableReplicas is the total number of unavailable machine instances targeted by this machine pool. + This is the total number of machine instances that are still required for + the machine pool to have 100% available capacity. They may either + be machine instances that are running but not yet available or machine instances + that still have not been created. + format: int32 + type: integer + type: object + type: object + served: false + storage: false + subresources: + scale: + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Total number of machines desired by this MachinePool + jsonPath: .spec.replicas + name: Desired + priority: 10 + type: integer + - description: MachinePool replicas count + jsonPath: .status.replicas + name: Replicas + type: string + - description: MachinePool status such as Terminating/Pending/Provisioning/Running/Failed + etc + jsonPath: .status.phase + name: Phase + type: string + - description: Time duration since creation of MachinePool + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Kubernetes version associated with this MachinePool + jsonPath: .spec.template.spec.version + name: Version + type: string + name: v1beta1 + schema: + openAPIV3Schema: + description: MachinePool is the Schema for the machinepools API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachinePool. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + maxLength: 63 + minLength: 1 + type: string + failureDomains: + description: failureDomains is the list of failure domains this MachinePool + should be attached to. + items: + maxLength: 256 + minLength: 1 + type: string + maxItems: 100 + type: array + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine instances should + be ready. + Defaults to 0 (machine instance will be considered available as soon as it + is ready) + format: int32 + type: integer + providerIDList: + description: |- + providerIDList are the identification IDs of machine instances provided by the provider. + This field must match the provider IDs as seen on the node objects corresponding to a machine pool's machine instances. + items: + maxLength: 512 + minLength: 1 + type: string + maxItems: 10000 + type: array + replicas: + description: |- + replicas is the number of desired machines. Defaults to 1. + This is a pointer to distinguish between explicit zero and not specified. + format: int32 + type: integer + template: + description: template describes the machines that will be created. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + maxLength: 253 + minLength: 1 + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + maxLength: 63 + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + maxLength: 256 + minLength: 1 + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + maxLength: 512 + minLength: 1 + type: string + readinessGates: + description: |- + readinessGates specifies additional conditions to include when evaluating Machine Ready condition. + + This field can be used e.g. by Cluster API control plane providers to extend the semantic of the + Ready condition for the Machine they control, like the kubeadm control provider adding ReadinessGates + for the APIServerPodHealthy, SchedulerPodHealthy conditions, etc. + + Another example are external controllers, e.g. responsible to install special software/hardware on the Machines; + they can include the status of those components with a new condition and add this condition to ReadinessGates. + + NOTE: This field is considered only for computing v1beta2 conditions. + NOTE: In case readinessGates conditions start with the APIServer, ControllerManager, Scheduler prefix, and all those + readiness gates condition are reporting the same message, when computing the Machine's Ready condition those + readinessGates will be replaced by a single entry reporting "Control plane components: " + message. + This helps to improve readability of conditions bubbling up to the Machine's owner resource / to the Cluster). + items: + description: MachineReadinessGate contains the type of a + Machine condition to be used as a readiness gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Machine's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as readiness gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this readinessGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + maxLength: 256 + minLength: 1 + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - template + type: object + status: + description: status is the observed state of MachinePool. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + (ready for at least minReadySeconds) for this MachinePool. + format: int32 + type: integer + bootstrapReady: + description: bootstrapReady is the state of the bootstrap provider. + type: boolean + conditions: + description: conditions define the current service state of the MachinePool. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + failureMessage: + description: |- + failureMessage indicates that there is a problem reconciling the state, + and will be set to a descriptive error message. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + maxLength: 10240 + minLength: 1 + type: string + failureReason: + description: |- + failureReason indicates that there is a problem reconciling the state, and + will be set to a token value suitable for programmatic interpretation. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + nodeRefs: + description: nodeRefs will point to the corresponding Nodes if it + they exist. + items: + description: ObjectReference contains enough information to let + you inspect or modify the referred object. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + maxItems: 10000 + type: array + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: phase represents the current phase of cluster actuation. + enum: + - Pending + - Provisioning + - Provisioned + - Running + - ScalingUp + - ScalingDown + - Scaling + - Deleting + - Failed + - Unknown + type: string + readyReplicas: + description: readyReplicas is the number of ready replicas for this + MachinePool. A machine is considered ready when the node has been + created and is "Ready". + format: int32 + type: integer + replicas: + description: replicas is the most recently observed number of replicas. + format: int32 + type: integer + unavailableReplicas: + description: |- + unavailableReplicas is the total number of unavailable machine instances targeted by this machine pool. + This is the total number of machine instances that are still required for + the machine pool to have 100% available capacity. They may either + be machine instances that are running but not yet available or machine instances + that still have not been created. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + format: int32 + type: integer + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in MachinePool's status with the V1Beta2 version. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + for this MachinePool. A machine is considered available when + Machine's Available condition is true. + format: int32 + type: integer + conditions: + description: |- + conditions represents the observations of a MachinePool's current state. + Known condition types are Available, BootstrapConfigReady, InfrastructureReady, MachinesReady, MachinesUpToDate, + ScalingUp, ScalingDown, Remediating, Deleting, Paused. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + readyReplicas: + description: readyReplicas is the number of ready replicas for + this MachinePool. A machine is considered ready when Machine's + Ready condition is true. + format: int32 + type: integer + upToDateReplicas: + description: upToDateReplicas is the number of up-to-date replicas + targeted by this MachinePool. A machine is considered up-to-date + when Machine's UpToDate condition is true. + format: int32 + type: integer + type: object + type: object + type: object + served: true + storage: true + subresources: + scale: + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: machines.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: cluster.x-k8s.io + names: + categories: + - cluster-api + kind: Machine + listKind: MachineList + plural: machines + shortNames: + - ma + singular: machine + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Provider ID + jsonPath: .spec.providerID + name: ProviderID + type: string + - description: Machine status such as Terminating/Pending/Running/Failed etc + jsonPath: .status.phase + name: Phase + type: string + - description: Kubernetes version associated with this Machine + jsonPath: .spec.version + name: Version + type: string + - description: Node name associated with this machine + jsonPath: .status.nodeRef.name + name: NodeName + priority: 1 + type: string + deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + Machine is the Schema for the machines API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of Machine. + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.Data without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + data: + description: |- + data contains the bootstrap data, such as cloud-init details scripts. + If nil, the Machine should remain in the Pending state. + + Deprecated: Switch to DataSecretName. + type: string + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + status: + description: status is the observed state of Machine. + properties: + addresses: + description: |- + addresses is a list of addresses assigned to the machine. + This field is copied from the infrastructure provider reference. + items: + description: MachineAddress contains information for the node's + address. + properties: + address: + description: address is the machine address. + type: string + type: + description: type is the machine address type, one of Hostname, + ExternalIP or InternalIP. + type: string + required: + - address + - type + type: object + type: array + bootstrapReady: + description: bootstrapReady is the state of the bootstrap provider. + type: boolean + conditions: + description: conditions defines current service state of the Machine. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + failureMessage: + description: |- + failureMessage will be set in the event that there is a terminal problem + reconciling the Machine and will contain a more verbose string suitable + for logging and human consumption. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + failureReason: + description: |- + failureReason will be set in the event that there is a terminal problem + reconciling the Machine and will contain a succinct value suitable + for machine interpretation. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + lastUpdated: + description: lastUpdated identifies when the phase of the Machine + last transitioned. + format: date-time + type: string + nodeRef: + description: nodeRef will point to the corresponding Node if it exists. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: |- + phase represents the current phase of machine actuation. + E.g. Pending, Running, Terminating, Failed etc. + type: string + version: + description: |- + version specifies the current version of Kubernetes running + on the corresponding Node. This is meant to be a means of bubbling + up status from the Node to the Machine. + It is entirely optional, but useful for end-user UX if it’s present. + type: string + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Time duration since creation of Machine + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Provider ID + jsonPath: .spec.providerID + name: ProviderID + type: string + - description: Machine status such as Terminating/Pending/Running/Failed etc + jsonPath: .status.phase + name: Phase + type: string + - description: Kubernetes version associated with this Machine + jsonPath: .spec.version + name: Version + type: string + - description: Node name associated with this machine + jsonPath: .status.nodeRef.name + name: NodeName + priority: 1 + type: string + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + Machine is the Schema for the machines API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of Machine. + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + status: + description: status is the observed state of Machine. + properties: + addresses: + description: |- + addresses is a list of addresses assigned to the machine. + This field is copied from the infrastructure provider reference. + items: + description: MachineAddress contains information for the node's + address. + properties: + address: + description: address is the machine address. + type: string + type: + description: type is the machine address type, one of Hostname, + ExternalIP or InternalIP. + type: string + required: + - address + - type + type: object + type: array + bootstrapReady: + description: bootstrapReady is the state of the bootstrap provider. + type: boolean + conditions: + description: conditions defines current service state of the Machine. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + failureMessage: + description: |- + failureMessage will be set in the event that there is a terminal problem + reconciling the Machine and will contain a more verbose string suitable + for logging and human consumption. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + failureReason: + description: |- + failureReason will be set in the event that there is a terminal problem + reconciling the Machine and will contain a succinct value suitable + for machine interpretation. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + lastUpdated: + description: lastUpdated identifies when the phase of the Machine + last transitioned. + format: date-time + type: string + nodeInfo: + description: |- + nodeInfo is a set of ids/uuids to uniquely identify the node. + More info: https://kubernetes.io/docs/concepts/nodes/node/#info + properties: + architecture: + description: The Architecture reported by the node + type: string + bootID: + description: Boot ID reported by the node. + type: string + containerRuntimeVersion: + description: ContainerRuntime Version reported by the node through + runtime remote API (e.g. containerd://1.4.2). + type: string + kernelVersion: + description: Kernel Version reported by the node from 'uname -r' + (e.g. 3.16.0-0.bpo.4-amd64). + type: string + kubeProxyVersion: + description: 'Deprecated: KubeProxy Version reported by the node.' + type: string + kubeletVersion: + description: Kubelet Version reported by the node. + type: string + machineID: + description: |- + MachineID reported by the node. For unique machine identification + in the cluster this field is preferred. Learn more from man(5) + machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html + type: string + operatingSystem: + description: The Operating System reported by the node + type: string + osImage: + description: OS Image reported by the node from /etc/os-release + (e.g. Debian GNU/Linux 7 (wheezy)). + type: string + systemUUID: + description: |- + SystemUUID reported by the node. For unique machine identification + MachineID is preferred. This field is specific to Red Hat hosts + https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid + type: string + required: + - architecture + - bootID + - containerRuntimeVersion + - kernelVersion + - kubeProxyVersion + - kubeletVersion + - machineID + - operatingSystem + - osImage + - systemUUID + type: object + nodeRef: + description: nodeRef will point to the corresponding Node if it exists. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: |- + phase represents the current phase of machine actuation. + E.g. Pending, Running, Terminating, Failed etc. + type: string + version: + description: |- + version specifies the current version of Kubernetes running + on the corresponding Node. This is meant to be a means of bubbling + up status from the Node to the Machine. + It is entirely optional, but useful for end-user UX if it’s present. + type: string + type: object + type: object + served: false + storage: false + subresources: + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Node name associated with this machine + jsonPath: .status.nodeRef.name + name: NodeName + type: string + - description: Provider ID + jsonPath: .spec.providerID + name: ProviderID + type: string + - description: Machine status such as Terminating/Pending/Running/Failed etc + jsonPath: .status.phase + name: Phase + type: string + - description: Time duration since creation of Machine + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Kubernetes version associated with this Machine + jsonPath: .spec.version + name: Version + type: string + name: v1beta1 + schema: + openAPIV3Schema: + description: Machine is the Schema for the machines API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of Machine. + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + maxLength: 253 + minLength: 1 + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + maxLength: 63 + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + maxLength: 256 + minLength: 1 + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + maxLength: 512 + minLength: 1 + type: string + readinessGates: + description: |- + readinessGates specifies additional conditions to include when evaluating Machine Ready condition. + + This field can be used e.g. by Cluster API control plane providers to extend the semantic of the + Ready condition for the Machine they control, like the kubeadm control provider adding ReadinessGates + for the APIServerPodHealthy, SchedulerPodHealthy conditions, etc. + + Another example are external controllers, e.g. responsible to install special software/hardware on the Machines; + they can include the status of those components with a new condition and add this condition to ReadinessGates. + + NOTE: This field is considered only for computing v1beta2 conditions. + NOTE: In case readinessGates conditions start with the APIServer, ControllerManager, Scheduler prefix, and all those + readiness gates condition are reporting the same message, when computing the Machine's Ready condition those + readinessGates will be replaced by a single entry reporting "Control plane components: " + message. + This helps to improve readability of conditions bubbling up to the Machine's owner resource / to the Cluster). + items: + description: MachineReadinessGate contains the type of a Machine + condition to be used as a readiness gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Machine's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as readiness gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this readinessGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + maxLength: 256 + minLength: 1 + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + status: + description: status is the observed state of Machine. + properties: + addresses: + description: |- + addresses is a list of addresses assigned to the machine. + This field is copied from the infrastructure provider reference. + items: + description: MachineAddress contains information for the node's + address. + properties: + address: + description: address is the machine address. + maxLength: 256 + minLength: 1 + type: string + type: + description: type is the machine address type, one of Hostname, + ExternalIP, InternalIP, ExternalDNS or InternalDNS. + enum: + - Hostname + - ExternalIP + - InternalIP + - ExternalDNS + - InternalDNS + type: string + required: + - address + - type + type: object + type: array + bootstrapReady: + description: bootstrapReady is the state of the bootstrap provider. + type: boolean + certificatesExpiryDate: + description: |- + certificatesExpiryDate is the expiry date of the machine certificates. + This value is only set for control plane machines. + format: date-time + type: string + conditions: + description: conditions defines current service state of the Machine. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + deletion: + description: |- + deletion contains information relating to removal of the Machine. + Only present when the Machine has a deletionTimestamp and drain or wait for volume detach started. + properties: + nodeDrainStartTime: + description: |- + nodeDrainStartTime is the time when the drain of the node started and is used to determine + if the NodeDrainTimeout is exceeded. + Only present when the Machine has a deletionTimestamp and draining the node had been started. + format: date-time + type: string + waitForNodeVolumeDetachStartTime: + description: |- + waitForNodeVolumeDetachStartTime is the time when waiting for volume detachment started + and is used to determine if the NodeVolumeDetachTimeout is exceeded. + Detaching volumes from nodes is usually done by CSI implementations and the current state + is observed from the node's `.Status.VolumesAttached` field. + Only present when the Machine has a deletionTimestamp and waiting for volume detachments had been started. + format: date-time + type: string + type: object + failureMessage: + description: |- + failureMessage will be set in the event that there is a terminal problem + reconciling the Machine and will contain a more verbose string suitable + for logging and human consumption. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + maxLength: 10240 + minLength: 1 + type: string + failureReason: + description: |- + failureReason will be set in the event that there is a terminal problem + reconciling the Machine and will contain a succinct value suitable + for machine interpretation. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + type: string + infrastructureReady: + description: infrastructureReady is the state of the infrastructure + provider. + type: boolean + lastUpdated: + description: lastUpdated identifies when the phase of the Machine + last transitioned. + format: date-time + type: string + nodeInfo: + description: |- + nodeInfo is a set of ids/uuids to uniquely identify the node. + More info: https://kubernetes.io/docs/concepts/nodes/node/#info + properties: + architecture: + description: The Architecture reported by the node + type: string + bootID: + description: Boot ID reported by the node. + type: string + containerRuntimeVersion: + description: ContainerRuntime Version reported by the node through + runtime remote API (e.g. containerd://1.4.2). + type: string + kernelVersion: + description: Kernel Version reported by the node from 'uname -r' + (e.g. 3.16.0-0.bpo.4-amd64). + type: string + kubeProxyVersion: + description: 'Deprecated: KubeProxy Version reported by the node.' + type: string + kubeletVersion: + description: Kubelet Version reported by the node. + type: string + machineID: + description: |- + MachineID reported by the node. For unique machine identification + in the cluster this field is preferred. Learn more from man(5) + machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html + type: string + operatingSystem: + description: The Operating System reported by the node + type: string + osImage: + description: OS Image reported by the node from /etc/os-release + (e.g. Debian GNU/Linux 7 (wheezy)). + type: string + systemUUID: + description: |- + SystemUUID reported by the node. For unique machine identification + MachineID is preferred. This field is specific to Red Hat hosts + https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid + type: string + required: + - architecture + - bootID + - containerRuntimeVersion + - kernelVersion + - kubeProxyVersion + - kubeletVersion + - machineID + - operatingSystem + - osImage + - systemUUID + type: object + nodeRef: + description: nodeRef will point to the corresponding Node if it exists. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + observedGeneration: + description: observedGeneration is the latest generation observed + by the controller. + format: int64 + type: integer + phase: + description: phase represents the current phase of machine actuation. + enum: + - Pending + - Provisioning + - Provisioned + - Running + - Deleting + - Deleted + - Failed + - Unknown + type: string + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in Machine's status with the V1Beta2 version. + properties: + conditions: + description: |- + conditions represents the observations of a Machine's current state. + Known condition types are Available, Ready, UpToDate, BootstrapConfigReady, InfrastructureReady, NodeReady, + NodeHealthy, Deleting, Paused. + If a MachineHealthCheck is targeting this machine, also HealthCheckSucceeded, OwnerRemediated conditions are added. + Additionally control plane Machines controlled by KubeadmControlPlane will have following additional conditions: + APIServerPodHealthy, ControllerManagerPodHealthy, SchedulerPodHealthy, EtcdPodHealthy, EtcdMemberHealthy. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + type: object + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + controller-gen.kubebuilder.io/version: v0.17.2 + labels: + cluster.x-k8s.io/provider: cluster-api + name: machinesets.cluster.x-k8s.io +spec: + conversion: + strategy: Webhook + webhook: + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /convert + conversionReviewVersions: + - v1 + - v1beta1 + group: cluster.x-k8s.io + names: + categories: + - cluster-api + kind: MachineSet + listKind: MachineSetList + plural: machinesets + shortNames: + - ms + singular: machineset + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: Total number of non-terminated machines targeted by this machineset + jsonPath: .status.replicas + name: Replicas + type: integer + - description: Total number of available machines (ready for at least minReadySeconds) + jsonPath: .status.availableReplicas + name: Available + type: integer + - description: Total number of ready machines targeted by this machineset. + jsonPath: .status.readyReplicas + name: Ready + type: integer + deprecated: true + name: v1alpha3 + schema: + openAPIV3Schema: + description: |- + MachineSet is the Schema for the machinesets API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachineSet. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + deletePolicy: + description: |- + deletePolicy defines the policy used to identify nodes to delete when downscaling. + Defaults to "Random". Valid values are "Random, "Newest", "Oldest" + enum: + - Random + - Newest + - Oldest + type: string + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine should be ready. + Defaults to 0 (machine will be considered available as soon as it is ready) + format: int32 + type: integer + replicas: + description: |- + replicas is the number of desired replicas. + This is a pointer to distinguish between explicit zero and unspecified. + Defaults to 1. + format: int32 + type: integer + selector: + description: |- + selector is a label query over machines that should match the replica count. + Label keys and values that must match in order to be controlled by this MachineSet. + It must match the machine template's labels. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + template: + description: |- + template is the object that describes the machine that will be created if + insufficient replicas are detected. + Object references to custom resources are treated as templates. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + generateName: + description: |- + generateName is an optional prefix, used by the server, to generate a unique + name ONLY IF the Name field has not been provided. + If this field is used, the name returned to the client will be different + than the name passed. This value will also be combined with a unique suffix. + The provided value has the same validation rules as the Name field, + and may be truncated by the length of the suffix required to make the value + unique on the server. + + If this field is specified and the generated name exists, the server will + NOT return a 409 - instead, it will either return 201 Created or 500 with Reason + ServerTimeout indicating a unique name could not be found in the time allotted, and the client + should retry (optionally after the time indicated in the Retry-After header). + + Applied only if Name is not specified. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + name: + description: |- + name must be unique within a namespace. Is required when creating resources, although + some resources may allow a client to request the generation of an appropriate name + automatically. Name is primarily intended for creation idempotence and configuration + definition. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/identifiers#names + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + namespace: + description: |- + namespace defines the space within each name must be unique. An empty namespace is + equivalent to the "default" namespace, but "default" is the canonical representation. + Not all objects are required to be scoped to a namespace - the value of this field for + those objects will be empty. + + Must be a DNS_LABEL. + Cannot be updated. + More info: http://kubernetes.io/docs/user-guide/namespaces + + Deprecated: This field has no function and is going to be removed in a next release. + type: string + ownerReferences: + description: |- + ownerReferences is the list of objects depended by this object. If ALL objects in the list have + been deleted, this object will be garbage collected. If this object is managed by a controller, + then an entry in this list will point to this controller, with the controller field set to true. + There cannot be more than one managing controller. + + Deprecated: This field has no function and is going to be removed in a next release. + items: + description: |- + OwnerReference contains enough information to let you identify an owning + object. An owning object must be in the same namespace as the dependent, or + be cluster-scoped, so there is no namespace field. + properties: + apiVersion: + description: API version of the referent. + type: string + blockOwnerDeletion: + description: |- + If true, AND if the owner has the "foregroundDeletion" finalizer, then + the owner cannot be deleted from the key-value store until this + reference is removed. + See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this field and enforces the foreground deletion. + Defaults to false. + To set this field, a user needs "delete" permission of the owner, + otherwise 422 (Unprocessable Entity) will be returned. + type: boolean + controller: + description: If true, this reference points to the managing + controller. + type: boolean + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + type: string + required: + - apiVersion + - kind + - name + - uid + type: object + x-kubernetes-map-type: atomic + type: array + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.Data without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + data: + description: |- + data contains the bootstrap data, such as cloud-init details scripts. + If nil, the Machine should remain in the Pending state. + + Deprecated: Switch to DataSecretName. + type: string + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - selector + type: object + status: + description: status is the observed state of MachineSet. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + (ready for at least minReadySeconds) for this MachineSet. + format: int32 + type: integer + failureMessage: + description: |- + failureMessage will be set in the event that there is a terminal problem + reconciling the Machine and will contain a more verbose string suitable + for logging and human consumption. + type: string + failureReason: + description: |- + failureReason will be set in the event that there is a terminal problem + reconciling the Machine and will contain a succinct value suitable + for machine interpretation. + + In the event that there is a terminal problem reconciling the + replicas, both FailureReason and FailureMessage will be set. FailureReason + will be populated with a succinct value suitable for machine + interpretation, while FailureMessage will contain a more verbose + string suitable for logging and human consumption. + + These fields should not be set for transitive errors that a + controller faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the MachineTemplate's spec or the configuration of + the machine controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the machine controller, or the + responsible machine controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the MachineSet object and/or logged in the + controller's output. + type: string + fullyLabeledReplicas: + description: fullyLabeledReplicas is the number of replicas that have + labels matching the labels of the machine template of the MachineSet. + format: int32 + type: integer + observedGeneration: + description: observedGeneration reflects the generation of the most + recently observed MachineSet. + format: int64 + type: integer + readyReplicas: + description: readyReplicas is the number of ready replicas for this + MachineSet. A machine is considered ready when the node has been + created and is "Ready". + format: int32 + type: integer + replicas: + description: replicas is the most recently observed number of replicas. + format: int32 + type: integer + selector: + description: |- + selector is the same as the label selector but in the string format to avoid introspection + by clients. The string will be in the same format as the query-param syntax. + More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors + type: string + type: object + type: object + served: false + storage: false + subresources: + scale: + labelSelectorPath: .status.selector + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Time duration since creation of MachineSet + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Total number of non-terminated machines targeted by this machineset + jsonPath: .status.replicas + name: Replicas + type: integer + - description: Total number of available machines (ready for at least minReadySeconds) + jsonPath: .status.availableReplicas + name: Available + type: integer + - description: Total number of ready machines targeted by this machineset. + jsonPath: .status.readyReplicas + name: Ready + type: integer + deprecated: true + name: v1alpha4 + schema: + openAPIV3Schema: + description: |- + MachineSet is the Schema for the machinesets API. + + Deprecated: This type will be removed in one of the next releases. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachineSet. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + minLength: 1 + type: string + deletePolicy: + description: |- + deletePolicy defines the policy used to identify nodes to delete when downscaling. + Defaults to "Random". Valid values are "Random, "Newest", "Oldest" + enum: + - Random + - Newest + - Oldest + type: string + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a newly created machine should be ready. + Defaults to 0 (machine will be considered available as soon as it is ready) + format: int32 + type: integer + replicas: + default: 1 + description: |- + replicas is the number of desired replicas. + This is a pointer to distinguish between explicit zero and unspecified. + Defaults to 1. + format: int32 + type: integer + selector: + description: |- + selector is a label query over machines that should match the replica count. + Label keys and values that must match in order to be controlled by this MachineSet. + It must match the machine template's labels. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + template: + description: |- + template is the object that describes the machine that will be created if + insufficient replicas are detected. + Object references to custom resources are treated as templates. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + type: string + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - selector + type: object + status: + description: status is the observed state of MachineSet. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + (ready for at least minReadySeconds) for this MachineSet. + format: int32 + type: integer + conditions: + description: conditions defines current service state of the MachineSet. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may not be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - status + - type + type: object + type: array + failureMessage: + description: |- + failureMessage will be set in the event that there is a terminal problem + reconciling the Machine and will contain a more verbose string suitable + for logging and human consumption. + type: string + failureReason: + description: |- + failureReason will be set in the event that there is a terminal problem + reconciling the Machine and will contain a succinct value suitable + for machine interpretation. + + In the event that there is a terminal problem reconciling the + replicas, both FailureReason and FailureMessage will be set. FailureReason + will be populated with a succinct value suitable for machine + interpretation, while FailureMessage will contain a more verbose + string suitable for logging and human consumption. + + These fields should not be set for transitive errors that a + controller faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the MachineTemplate's spec or the configuration of + the machine controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the machine controller, or the + responsible machine controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the MachineSet object and/or logged in the + controller's output. + type: string + fullyLabeledReplicas: + description: fullyLabeledReplicas is the number of replicas that have + labels matching the labels of the machine template of the MachineSet. + format: int32 + type: integer + observedGeneration: + description: observedGeneration reflects the generation of the most + recently observed MachineSet. + format: int64 + type: integer + readyReplicas: + description: readyReplicas is the number of ready replicas for this + MachineSet. A machine is considered ready when the node has been + created and is "Ready". + format: int32 + type: integer + replicas: + description: replicas is the most recently observed number of replicas. + format: int32 + type: integer + selector: + description: |- + selector is the same as the label selector but in the string format to avoid introspection + by clients. The string will be in the same format as the query-param syntax. + More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors + type: string + type: object + type: object + served: false + storage: false + subresources: + scale: + labelSelectorPath: .status.selector + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} + - additionalPrinterColumns: + - description: Cluster + jsonPath: .spec.clusterName + name: Cluster + type: string + - description: Total number of machines desired by this machineset + jsonPath: .spec.replicas + name: Desired + priority: 10 + type: integer + - description: Total number of non-terminated machines targeted by this machineset + jsonPath: .status.replicas + name: Replicas + type: integer + - description: Total number of ready machines targeted by this machineset. + jsonPath: .status.readyReplicas + name: Ready + type: integer + - description: Total number of available machines (ready for at least minReadySeconds) + jsonPath: .status.availableReplicas + name: Available + type: integer + - description: Time duration since creation of MachineSet + jsonPath: .metadata.creationTimestamp + name: Age + type: date + - description: Kubernetes version associated with this MachineSet + jsonPath: .spec.template.spec.version + name: Version + type: string + name: v1beta1 + schema: + openAPIV3Schema: + description: MachineSet is the Schema for the machinesets API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: spec is the desired state of MachineSet. + properties: + clusterName: + description: clusterName is the name of the Cluster this object belongs + to. + maxLength: 63 + minLength: 1 + type: string + deletePolicy: + description: |- + deletePolicy defines the policy used to identify nodes to delete when downscaling. + Defaults to "Random". Valid values are "Random, "Newest", "Oldest" + enum: + - Random + - Newest + - Oldest + type: string + machineNamingStrategy: + description: |- + machineNamingStrategy allows changing the naming pattern used when creating Machines. + Note: InfraMachines & BootstrapConfigs will use the same name as the corresponding Machines. + properties: + template: + description: |- + template defines the template to use for generating the names of the + Machine objects. + If not defined, it will fallback to `{{ .machineSet.name }}-{{ .random }}`. + If the generated name string exceeds 63 characters, it will be trimmed to + 58 characters and will + get concatenated with a random suffix of length 5. + Length of the template string must not exceed 256 characters. + The template allows the following variables `.cluster.name`, + `.machineSet.name` and `.random`. + The variable `.cluster.name` retrieves the name of the cluster object + that owns the Machines being created. + The variable `.machineSet.name` retrieves the name of the MachineSet + object that owns the Machines being created. + The variable `.random` is substituted with random alphanumeric string, + without vowels, of length 5. This variable is required part of the + template. If not provided, validation will fail. + maxLength: 256 + minLength: 1 + type: string + type: object + minReadySeconds: + description: |- + minReadySeconds is the minimum number of seconds for which a Node for a newly created machine should be ready before considering the replica available. + Defaults to 0 (machine will be considered available as soon as the Node is ready) + format: int32 + type: integer + replicas: + description: |- + replicas is the number of desired replicas. + This is a pointer to distinguish between explicit zero and unspecified. + + Defaults to: + * if the Kubernetes autoscaler min size and max size annotations are set: + - if it's a new MachineSet, use min size + - if the replicas field of the old MachineSet is < min size, use min size + - if the replicas field of the old MachineSet is > max size, use max size + - if the replicas field of the old MachineSet is in the (min size, max size) range, keep the value from the oldMS + * otherwise use 1 + Note: Defaulting will be run whenever the replicas field is not set: + * A new MachineSet is created with replicas not set. + * On an existing MachineSet the replicas field was first set and is now unset. + Those cases are especially relevant for the following Kubernetes autoscaler use cases: + * A new MachineSet is created and replicas should be managed by the autoscaler + * An existing MachineSet which initially wasn't controlled by the autoscaler + should be later controlled by the autoscaler + format: int32 + type: integer + selector: + description: |- + selector is a label query over machines that should match the replica count. + Label keys and values that must match in order to be controlled by this MachineSet. + It must match the machine template's labels. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + template: + description: |- + template is the object that describes the machine that will be created if + insufficient replicas are detected. + Object references to custom resources are treated as templates. + properties: + metadata: + description: |- + metadata is the standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + description: |- + spec is the specification of the desired behavior of the machine. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + properties: + bootstrap: + description: |- + bootstrap is a reference to a local struct which encapsulates + fields to configure the Machine’s bootstrapping mechanism. + properties: + configRef: + description: |- + configRef is a reference to a bootstrap provider-specific resource + that holds configuration details. The reference is optional to + allow users/operators to specify Bootstrap.DataSecretName without + the need of a controller. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + dataSecretName: + description: |- + dataSecretName is the name of the secret that stores the bootstrap data script. + If nil, the Machine should remain in the Pending state. + maxLength: 253 + minLength: 1 + type: string + type: object + clusterName: + description: clusterName is the name of the Cluster this object + belongs to. + maxLength: 63 + minLength: 1 + type: string + failureDomain: + description: |- + failureDomain is the failure domain the machine will be created in. + Must match a key in the FailureDomains map stored on the cluster object. + maxLength: 256 + minLength: 1 + type: string + infrastructureRef: + description: |- + infrastructureRef is a required reference to a custom resource + offered by an infrastructure provider. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + nodeDeletionTimeout: + description: |- + nodeDeletionTimeout defines how long the controller will attempt to delete the Node that the Machine + hosts after the Machine is marked for deletion. A duration of 0 will retry deletion indefinitely. + Defaults to 10 seconds. + type: string + nodeDrainTimeout: + description: |- + nodeDrainTimeout is the total amount of time that the controller will spend on draining a node. + The default value is 0, meaning that the node can be drained without any time limitations. + NOTE: NodeDrainTimeout is different from `kubectl drain --timeout` + type: string + nodeVolumeDetachTimeout: + description: |- + nodeVolumeDetachTimeout is the total amount of time that the controller will spend on waiting for all volumes + to be detached. The default value is 0, meaning that the volumes can be detached without any time limitations. + type: string + providerID: + description: |- + providerID is the identification ID of the machine provided by the provider. + This field must match the provider ID as seen on the node object corresponding to this machine. + This field is required by higher level consumers of cluster-api. Example use case is cluster autoscaler + with cluster-api as provider. Clean-up logic in the autoscaler compares machines to nodes to find out + machines at provider which could not get registered as Kubernetes nodes. With cluster-api as a + generic out-of-tree provider for autoscaler, this field is required by autoscaler to be + able to have a provider view of the list of machines. Another list of nodes is queried from the k8s apiserver + and then a comparison is done to find out unregistered machines and are marked for delete. + This field will be set by the actuators and consumed by higher level entities like autoscaler that will + be interfacing with cluster-api as generic provider. + maxLength: 512 + minLength: 1 + type: string + readinessGates: + description: |- + readinessGates specifies additional conditions to include when evaluating Machine Ready condition. + + This field can be used e.g. by Cluster API control plane providers to extend the semantic of the + Ready condition for the Machine they control, like the kubeadm control provider adding ReadinessGates + for the APIServerPodHealthy, SchedulerPodHealthy conditions, etc. + + Another example are external controllers, e.g. responsible to install special software/hardware on the Machines; + they can include the status of those components with a new condition and add this condition to ReadinessGates. + + NOTE: This field is considered only for computing v1beta2 conditions. + NOTE: In case readinessGates conditions start with the APIServer, ControllerManager, Scheduler prefix, and all those + readiness gates condition are reporting the same message, when computing the Machine's Ready condition those + readinessGates will be replaced by a single entry reporting "Control plane components: " + message. + This helps to improve readability of conditions bubbling up to the Machine's owner resource / to the Cluster). + items: + description: MachineReadinessGate contains the type of a + Machine condition to be used as a readiness gate. + properties: + conditionType: + description: |- + conditionType refers to a condition with matching type in the Machine's condition list. + If the conditions doesn't exist, it will be treated as unknown. + Note: Both Cluster API conditions or conditions added by 3rd party controllers can be used as readiness gates. + maxLength: 316 + minLength: 1 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + polarity: + description: |- + polarity of the conditionType specified in this readinessGate. + Valid values are Positive, Negative and omitted. + When omitted, the default behaviour will be Positive. + A positive polarity means that the condition should report a true status under normal conditions. + A negative polarity means that the condition should report a false status under normal conditions. + enum: + - Positive + - Negative + type: string + required: + - conditionType + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - conditionType + x-kubernetes-list-type: map + version: + description: |- + version defines the desired Kubernetes version. + This field is meant to be optionally used by bootstrap providers. + maxLength: 256 + minLength: 1 + type: string + required: + - bootstrap + - clusterName + - infrastructureRef + type: object + type: object + required: + - clusterName + - selector + type: object + status: + description: status is the observed state of MachineSet. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + (ready for at least minReadySeconds) for this MachineSet. + format: int32 + type: integer + conditions: + description: conditions defines current service state of the MachineSet. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + failureMessage: + description: |- + failureMessage will be set in the event that there is a terminal problem + reconciling the Machine and will contain a more verbose string suitable + for logging and human consumption. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + maxLength: 10240 + minLength: 1 + type: string + failureReason: + description: |- + failureReason will be set in the event that there is a terminal problem + reconciling the Machine and will contain a succinct value suitable + for machine interpretation. + + In the event that there is a terminal problem reconciling the + replicas, both FailureReason and FailureMessage will be set. FailureReason + will be populated with a succinct value suitable for machine + interpretation, while FailureMessage will contain a more verbose + string suitable for logging and human consumption. + + These fields should not be set for transitive errors that a + controller faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the MachineTemplate's spec or the configuration of + the machine controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the machine controller, or the + responsible machine controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the MachineSet object and/or logged in the + controller's output. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + type: string + fullyLabeledReplicas: + description: |- + fullyLabeledReplicas is the number of replicas that have labels matching the labels of the machine template of the MachineSet. + + Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details. + format: int32 + type: integer + observedGeneration: + description: observedGeneration reflects the generation of the most + recently observed MachineSet. + format: int64 + type: integer + readyReplicas: + description: readyReplicas is the number of ready replicas for this + MachineSet. A machine is considered ready when the node has been + created and is "Ready". + format: int32 + type: integer + replicas: + description: replicas is the most recently observed number of replicas. + format: int32 + type: integer + selector: + description: |- + selector is the same as the label selector but in the string format to avoid introspection + by clients. The string will be in the same format as the query-param syntax. + More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors + maxLength: 4096 + minLength: 1 + type: string + v1beta2: + description: v1beta2 groups all the fields that will be added or modified + in MachineSet's status with the V1Beta2 version. + properties: + availableReplicas: + description: availableReplicas is the number of available replicas + for this MachineSet. A machine is considered available when + Machine's Available condition is true. + format: int32 + type: integer + conditions: + description: |- + conditions represents the observations of a MachineSet's current state. + Known condition types are MachinesReady, MachinesUpToDate, ScalingUp, ScalingDown, Remediating, Deleting, Paused. + items: + description: Condition contains details for one aspect of the + current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, + Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + maxItems: 32 + type: array + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + readyReplicas: + description: readyReplicas is the number of ready replicas for + this MachineSet. A machine is considered ready when Machine's + Ready condition is true. + format: int32 + type: integer + upToDateReplicas: + description: upToDateReplicas is the number of up-to-date replicas + for this MachineSet. A machine is considered up-to-date when + Machine's UpToDate condition is true. + format: int32 + type: integer + type: object + type: object + type: object + served: true + storage: true + subresources: + scale: + labelSelectorPath: .status.selector + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-manager + namespace: capi-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-leader-election-role + namespace: capi-system +rules: +- apiGroups: + - "" + resources: + - events + verbs: + - create +- apiGroups: + - coordination.k8s.io + resources: + - leases + verbs: + - get + - list + - watch + - create + - update + - patch + - delete +--- +aggregationRule: + clusterRoleSelectors: + - matchLabels: + cluster.x-k8s.io/aggregate-to-manager: "true" +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-aggregated-manager-role +rules: [] +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + cluster.x-k8s.io/aggregate-to-manager: "true" + cluster.x-k8s.io/provider: cluster-api + name: capi-manager-role +rules: +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - patch + - update + - watch +- apiGroups: + - "" + resources: + - events + verbs: + - create + - patch +- apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - secrets + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - addons.cluster.x-k8s.io + resources: + - clusterresourcesets/finalizers + - clusterresourcesets/status + verbs: + - get + - patch + - update +- apiGroups: + - addons.cluster.x-k8s.io + - bootstrap.cluster.x-k8s.io + - controlplane.cluster.x-k8s.io + - infrastructure.cluster.x-k8s.io + resources: + - '*' + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get + - list + - watch +- apiGroups: + - apiextensions.k8s.io + resourceNames: + - clusterclasses.cluster.x-k8s.io + - clusterresourcesetbindings.addons.cluster.x-k8s.io + - clusterresourcesets.addons.cluster.x-k8s.io + - clusters.cluster.x-k8s.io + - extensionconfigs.runtime.cluster.x-k8s.io + - ipaddressclaims.ipam.cluster.x-k8s.io + - ipaddresses.ipam.cluster.x-k8s.io + - machinedeployments.cluster.x-k8s.io + - machinedrainrules.cluster.x-k8s.io + - machinehealthchecks.cluster.x-k8s.io + - machinepools.cluster.x-k8s.io + - machines.cluster.x-k8s.io + - machinesets.cluster.x-k8s.io + resources: + - customresourcedefinitions + - customresourcedefinitions/status + verbs: + - patch + - update +- apiGroups: + - authentication.k8s.io + resources: + - tokenreviews + verbs: + - create +- apiGroups: + - authorization.k8s.io + resources: + - subjectaccessreviews + verbs: + - create +- apiGroups: + - cluster.x-k8s.io + resources: + - clusterclasses + - clusterclasses/status + - clusters + - clusters/finalizers + - clusters/status + - machinedrainrules + - machinehealthchecks/finalizers + - machinehealthchecks/status + verbs: + - get + - list + - patch + - update + - watch +- apiGroups: + - cluster.x-k8s.io + resources: + - machinedeployments + - machinedeployments/finalizers + - machinedeployments/status + - machinehealthchecks + - machinepools + - machinepools/finalizers + - machinepools/status + - machines + - machines/finalizers + - machines/status + - machinesets + - machinesets/finalizers + - machinesets/status + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - ipam.cluster.x-k8s.io + resources: + - ipaddressclaims + - ipaddresses + verbs: + - get + - list + - patch + - update + - watch +- apiGroups: + - ipam.cluster.x-k8s.io + resources: + - ipaddressclaims/status + verbs: + - patch + - update +- apiGroups: + - runtime.cluster.x-k8s.io + resources: + - extensionconfigs + - extensionconfigs/status + verbs: + - get + - list + - patch + - update + - watch +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-leader-election-rolebinding + namespace: capi-system +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: capi-leader-election-role +subjects: +- kind: ServiceAccount + name: capi-manager + namespace: capi-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-manager-rolebinding +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: capi-aggregated-manager-role +subjects: +- kind: ServiceAccount + name: capi-manager + namespace: capi-system +--- +apiVersion: v1 +kind: Service +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-webhook-service + namespace: capi-system +spec: + ports: + - port: 443 + targetPort: webhook-server + selector: + cluster.x-k8s.io/provider: cluster-api +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + control-plane: controller-manager + name: capi-controller-manager + namespace: capi-system +spec: + replicas: 1 + selector: + matchLabels: + cluster.x-k8s.io/provider: cluster-api + control-plane: controller-manager + template: + metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + control-plane: controller-manager + spec: + containers: + - args: + - --leader-elect + - --diagnostics-address=${CAPI_DIAGNOSTICS_ADDRESS:=:8443} + - --insecure-diagnostics=${CAPI_INSECURE_DIAGNOSTICS:=false} + - --feature-gates=MachinePool=${EXP_MACHINE_POOL:=true},ClusterResourceSet=${EXP_CLUSTER_RESOURCE_SET:=true},ClusterTopology=${CLUSTER_TOPOLOGY:=false},RuntimeSDK=${EXP_RUNTIME_SDK:=false},MachineSetPreflightChecks=${EXP_MACHINE_SET_PREFLIGHT_CHECKS:=true},MachineWaitForVolumeDetachConsiderVolumeAttachments=${EXP_MACHINE_WAITFORVOLUMEDETACH_CONSIDER_VOLUMEATTACHMENTS:=true},PriorityQueue=${EXP_PRIORITY_QUEUE:=false} + command: + - /manager + env: + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + - name: POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name + - name: POD_UID + valueFrom: + fieldRef: + fieldPath: metadata.uid + image: registry.k8s.io/cluster-api/cluster-api-controller:v1.10.1 + imagePullPolicy: IfNotPresent + livenessProbe: + httpGet: + path: /healthz + port: healthz + name: manager + ports: + - containerPort: 9443 + name: webhook-server + protocol: TCP + - containerPort: 9440 + name: healthz + protocol: TCP + - containerPort: 8443 + name: metrics + protocol: TCP + readinessProbe: + httpGet: + path: /readyz + port: healthz + securityContext: + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + privileged: false + runAsGroup: 65532 + runAsUser: 65532 + terminationMessagePolicy: FallbackToLogsOnError + volumeMounts: + - mountPath: /tmp/k8s-webhook-server/serving-certs + name: cert + readOnly: true + securityContext: + runAsNonRoot: true + seccompProfile: + type: RuntimeDefault + serviceAccountName: capi-manager + terminationGracePeriodSeconds: 10 + tolerations: + - effect: NoSchedule + key: node-role.kubernetes.io/master + - effect: NoSchedule + key: node-role.kubernetes.io/control-plane + volumes: + - name: cert + secret: + secretName: capi-webhook-service-cert +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-serving-cert + namespace: capi-system +spec: + dnsNames: + - capi-webhook-service.capi-system.svc + - capi-webhook-service.capi-system.svc.cluster.local + issuerRef: + kind: Issuer + name: capi-selfsigned-issuer + secretName: capi-webhook-service-cert + subject: + organizations: + - k8s-sig-cluster-lifecycle +--- +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-selfsigned-issuer + namespace: capi-system +spec: + selfSigned: {} +--- +apiVersion: admissionregistration.k8s.io/v1 +kind: MutatingWebhookConfiguration +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-mutating-webhook-configuration +webhooks: +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-cluster-x-k8s-io-v1beta1-cluster + failurePolicy: Fail + matchPolicy: Equivalent + name: default.cluster.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - clusters + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-cluster-x-k8s-io-v1beta1-clusterclass + failurePolicy: Fail + matchPolicy: Equivalent + name: default.clusterclass.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - clusterclasses + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-addons-cluster-x-k8s-io-v1beta1-clusterresourceset + failurePolicy: Fail + matchPolicy: Equivalent + name: default.clusterresourceset.addons.cluster.x-k8s.io + rules: + - apiGroups: + - addons.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - clusterresourcesets + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-cluster-x-k8s-io-v1beta1-machine + failurePolicy: Fail + matchPolicy: Equivalent + name: default.machine.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machines + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-cluster-x-k8s-io-v1beta1-machinedeployment + failurePolicy: Fail + matchPolicy: Equivalent + name: default.machinedeployment.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinedeployments + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-cluster-x-k8s-io-v1beta1-machinehealthcheck + failurePolicy: Fail + matchPolicy: Equivalent + name: default.machinehealthcheck.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinehealthchecks + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-cluster-x-k8s-io-v1beta1-machineset + failurePolicy: Fail + matchPolicy: Equivalent + name: default.machineset.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinesets + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-runtime-cluster-x-k8s-io-v1alpha1-extensionconfig + failurePolicy: Fail + matchPolicy: Equivalent + name: default.extensionconfig.runtime.addons.cluster.x-k8s.io + rules: + - apiGroups: + - runtime.cluster.x-k8s.io + apiVersions: + - v1alpha1 + operations: + - CREATE + - UPDATE + resources: + - extensionconfigs + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /mutate-cluster-x-k8s-io-v1beta1-machinepool + failurePolicy: Fail + matchPolicy: Equivalent + name: default.machinepool.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinepools + sideEffects: None +--- +apiVersion: admissionregistration.k8s.io/v1 +kind: ValidatingWebhookConfiguration +metadata: + annotations: + cert-manager.io/inject-ca-from: capi-system/capi-serving-cert + labels: + cluster.x-k8s.io/provider: cluster-api + name: capi-validating-webhook-configuration +webhooks: +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-cluster + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.cluster.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + - DELETE + resources: + - clusters + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-clusterclass + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.clusterclass.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + - DELETE + resources: + - clusterclasses + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-addons-cluster-x-k8s-io-v1beta1-clusterresourceset + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.clusterresourceset.addons.cluster.x-k8s.io + rules: + - apiGroups: + - addons.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - clusterresourcesets + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-addons-cluster-x-k8s-io-v1beta1-clusterresourcesetbinding + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.clusterresourcesetbinding.addons.cluster.x-k8s.io + rules: + - apiGroups: + - addons.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - clusterresourcesetbindings + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-machine + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.machine.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machines + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-machinedeployment + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.machinedeployment.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinedeployments + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-machinedrainrule + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.machinedrainrule.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinedrainrules + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-machinehealthcheck + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.machinehealthcheck.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinehealthchecks + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-machineset + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.machineset.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinesets + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-runtime-cluster-x-k8s-io-v1alpha1-extensionconfig + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.extensionconfig.runtime.cluster.x-k8s.io + rules: + - apiGroups: + - runtime.cluster.x-k8s.io + apiVersions: + - v1alpha1 + operations: + - CREATE + - UPDATE + resources: + - extensionconfigs + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-cluster-x-k8s-io-v1beta1-machinepool + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.machinepool.cluster.x-k8s.io + rules: + - apiGroups: + - cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + resources: + - machinepools + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-ipam-cluster-x-k8s-io-v1beta1-ipaddress + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.ipaddress.ipam.cluster.x-k8s.io + rules: + - apiGroups: + - ipam.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + - DELETE + resources: + - ipaddresses + sideEffects: None +- admissionReviewVersions: + - v1 + - v1beta1 + clientConfig: + service: + name: capi-webhook-service + namespace: capi-system + path: /validate-ipam-cluster-x-k8s-io-v1beta1-ipaddressclaim + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.ipaddressclaim.ipam.cluster.x-k8s.io + rules: + - apiGroups: + - ipam.cluster.x-k8s.io + apiVersions: + - v1beta1 + operations: + - CREATE + - UPDATE + - DELETE + resources: + - ipaddressclaims + sideEffects: None diff --git a/packages/system/capi-providers-core/files/metadata.yaml b/packages/system/capi-providers-core/files/metadata.yaml new file mode 100644 index 00000000..5d25cb46 --- /dev/null +++ b/packages/system/capi-providers-core/files/metadata.yaml @@ -0,0 +1,41 @@ +# maps release series of major.minor to cluster-api contract version +# the contract version may change between minor or major versions, but *not* +# between patch versions. +# +# update this file only when a new major or minor version is released +apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3 +kind: Metadata +releaseSeries: + - major: 1 + minor: 10 + contract: v1beta1 + - major: 1 + minor: 9 + contract: v1beta1 + - major: 1 + minor: 8 + contract: v1beta1 + - major: 1 + minor: 7 + contract: v1beta1 + - major: 1 + minor: 6 + contract: v1beta1 + - major: 1 + minor: 5 + contract: v1beta1 + - major: 1 + minor: 4 + contract: v1beta1 + - major: 1 + minor: 3 + contract: v1beta1 + - major: 1 + minor: 2 + contract: v1beta1 + - major: 1 + minor: 1 + contract: v1beta1 + - major: 1 + minor: 0 + contract: v1beta1 diff --git a/packages/system/capi-providers-core/templates/configmaps.yaml b/packages/system/capi-providers-core/templates/configmaps.yaml new file mode 100644 index 00000000..123f062e --- /dev/null +++ b/packages/system/capi-providers-core/templates/configmaps.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: v1.10.1-core + labels: + core-components: cozy + annotations: + provider.cluster.x-k8s.io/compressed: "true" +binaryData: + components: {{ .Files.Get "files/components.gz" | b64enc | quote }} +data: + metadata: {{ .Files.Get "files/metadata.yaml" | quote }} diff --git a/packages/system/capi-providers-core/templates/providers.yaml b/packages/system/capi-providers-core/templates/providers.yaml new file mode 100644 index 00000000..833b39bc --- /dev/null +++ b/packages/system/capi-providers-core/templates/providers.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: operator.cluster.x-k8s.io/v1alpha2 +kind: CoreProvider +metadata: + name: cluster-api +spec: + # https://github.com/kubernetes-sigs/cluster-api + version: v1.10.1-core + fetchConfig: + selector: + matchLabels: + core-components: cozy diff --git a/packages/system/capi-providers-cpprovider/.helmignore b/packages/system/capi-providers-cpprovider/.helmignore new file mode 100644 index 00000000..7a69e7e1 --- /dev/null +++ b/packages/system/capi-providers-cpprovider/.helmignore @@ -0,0 +1 @@ +files/.*-components.yaml diff --git a/packages/system/capi-providers-cpprovider/Chart.yaml b/packages/system/capi-providers-cpprovider/Chart.yaml new file mode 100644 index 00000000..2671bcb2 --- /dev/null +++ b/packages/system/capi-providers-cpprovider/Chart.yaml @@ -0,0 +1,3 @@ +apiVersion: v2 +name: cozy-capi-providers-cpprovider +version: 0.0.0 # Placeholder, the actual version will be automatically set during the build process diff --git a/packages/system/capi-providers-cpprovider/Makefile b/packages/system/capi-providers-cpprovider/Makefile new file mode 100644 index 00000000..249d3f38 --- /dev/null +++ b/packages/system/capi-providers-cpprovider/Makefile @@ -0,0 +1,4 @@ +export NAME=capi-providers +export NAMESPACE=cozy-cluster-api + +include ../../../scripts/package.mk diff --git a/packages/system/capi-providers-cpprovider/files/components.gz b/packages/system/capi-providers-cpprovider/files/components.gz new file mode 100644 index 0000000000000000000000000000000000000000..60ac302a0ee0a3d29492fcd1f7e55e760cfcc83e GIT binary patch literal 106128 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%0DCSlC6fwtaMEO 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%0D85as@9oJe09oOo(7QyGp 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%0Ds1 zOv5`6%Vq56(!-fmHCZm9&vB(%?pjN7%12_sF!Jj#3bGj-E#f@ru|gKbX+a5AH}axF z1mG|ir5-)I-I2y(NI8s@1BLg+!uhVXE?dULjYq^(E_HmYcGD8OR(e8aTv?>r`%We> zu@yY^^z=HT*Dhn|$%_gUYEkCX-q|pS+;~mbiRG}OhUK?7*3|^-Rf)bEHX(OtxJ!Y; zbJ4@AQpzKBAI%99mjxU_*3lC6lXj(zj=W|OoLWU#BD(J`ZnuJ7oX4>|`Pr$gHW0~t);mFoFrlmEp)fH*f7{wpn zzmZ%Mh7(-V3MKo(gMG+3yzs7=4$9H3a-Hw*?ru<3Hs`*9sFQ{K0hfhF1`_jCJ$7@o zom;HNqMoQ5VQr_-!&K=p#f94h>T`vpDaiDXN$P8n1!4*gGMczk<8g(dmHb=E>h4^e z?=o)Mg9k6@4X)khS%eq*Xk>A>I>HL2C7 z#4f`w0TKe&8&}wNET|AE$7)0-U$zo+e-ft0EQm9>5sb=4mw-mIbYfZnRz3Y0Q)0W~ z{<-+sk{77EOOyPo4Z9l%{XYb=E8jU*V$F%Tfb0mHFD<^xc%?ADb1cOk^Qxb;&?rmh zuEoz>H^Cnp=q4!N9%m;?!tFGa1t5D&n6#>-knQQ}oiVnhw!hLmVy;T)<`iWf5%0Wv z6UjEE|3;<~chL}iaZbzKH3RX(?Eb2GF^x+c=CY)y(5`+#BI*;}3zrg?uG&3Y{e{`q z5^Va>58~10KA=k%_vPGR`@@9&?Zrp|J=<* z*jd||9gDX|IFL#|5)Z0Mk1ab9fipWthCMT}upswKT(K!?#zyQ4VqgCna^k7Ei7OT2sP z{^E^gLl!Z9r`c>(vw7c$Wzzcgt=v3Wh#j!T^V|jE9A~+k=C&?J6(CPd>j6nj<#1xW zurInoo|rVOR7-8z!po-g#EVvCiQ5+ktDwNrz9{*jbHm$=xJNhqFYF4kJ#VzKeP2H9 z#jWiL4WETmNH#re_X-k&9;`aMq7~#X*l5-W5eQ$X{cN9j`O-~k1$BXLmGf|8>4W1t zgPC|)*)YTEq*^2T!S~zBIAJt@yuAG3K(!3#Nyix{R?*~*NFW~y5)WD2s>+S;cDLp%6;kJV&3B&$%9Zlmslr;s#0VhBwucJa)XHxNs#_ z6G*Ykk-Bk=USGEH6uk_&@7`jHyV00CO^3H>sJ5W-;~))W~7ZKq!y@3ZzX^uTAeb6W|kUb#M;=QjN5$~ z8?Eg4H&-&U=idChyr9bxB4S`O+q-B-Y?@7G%W7Foz*0dw?{IcrPF+^PpO$A_SqRheAP?mH&hgG zxdTUbj69ZZty8h5vcY8a>nC%AVQ}~H(t>gG-}DL?xa`X(I>N}NEg4H;(_~t3>3G%s zk!p|o+>H`maB&=JOkN#relSjY+}PwRAs7CCw~OD-8CjxGnAC9?ixoD*i`eY$Ks>pFoOkx_Or?CI6!XzgzF=*}`? zF}yT)qOI4>)NNgg?(}rmjk@bb-F2fb;h_31cipJxm+{56?QOI8xUaMMUCThXf~$$l zNET(t&GtABJ@VuUDPXZ$G%mb{MR(n@|ADa7_k?7J71ee5E2qwnSPN9UZmW&JrI^6=H2E$jgG*L;)Xy#)>O5(V@rxx>b$`HE zmf(xVS?)$y2v&?O(3Oy+HypqX!=G^7e}#Oy=|nS^s%#><0OA#ehTKOt^)qUc2;$)&#L0V=VUM*nP%j~! z$WJPTouxTZO@kG_60COuWCB|Q3kJN2ccau0CKOqiny*W`v}F?<3ls;~VjBKGe@sNO z0ySh8CCRY?aDe7f5M#fKfDG6{nkFf8p7|*%2j2W;YSoC|DEe0_M0YZKC$o1ldkF_3opv(& za%e9u){=+3Relf+t;#XdCY~JZ$R`YGR72j?=Bf≧05;cXkRA|6`J(D_a`)-pe(7 zm!ixdq(r^?y%D{jJzG~uQ!wCXKhiU^%5x(rkY>|Lvl@3q$Gs)1>)byF{U zryrhkMXhaz!dXPU()ZiO4`h{hRw0i_)=Z;eoChPztn+@ey9og_PIMi-bpHGJufP4d zfAZ(!=qSul^RE{QQ@=nB4PkKOg@k zc=flMgPffF`F~g~w_+y()b*3J&u{1;-tt zhF|1?c9ey(Wp|wzo?ng*E>gP8&L(aQhqHkF(G24X`C$k~R`Y&z%Sx z^g6IR>5S4%g#2ic`IR6gW+6sEAYlsI|1Pa^^X-5eYu57v!V$8&KvYR}Mz`F%N^4-d zV{q4MgW(26%-dkFjv~lq7~J#E=D&S1nu(hfdaoM~XzihdrG>FI^j;tOVOXJWy zo868zp>PIRh3%tr`-JZ!tUrWz>rrV@WfFqgByPECcWM~¯$Y*V?ZZ2#R7!mSU6 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 matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is + a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label + key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is + a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label + key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + podAntiAffinity: + description: Describes pod anti-affinity scheduling + rules (e.g. avoid putting this pod in the same + node, zone, etc. as some other pod(s)). + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the anti-affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling anti-affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the + node(s) with the highest sum are the most preferred. + items: + description: The weights of all of the matched + WeightedPodAffinityTerm fields are added + per-node to find the most preferred node(s) + properties: + podAffinityTerm: + description: Required. A pod affinity + term, associated with the corresponding + weight. + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions + is a list of label selector + requirements. The requirements + are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the + label key that the selector + applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions + is a list of label selector + requirements. The requirements + are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the + label key that the selector + applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + weight: + description: |- + weight associated with matching the corresponding podAffinityTerm, + in the range 1-100. + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the anti-affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the anti-affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to a pod label update), the + system may or may not try to eventually evict the pod from its node. + When there are multiple elements, the lists of nodes corresponding to each + podAffinityTerm are intersected, i.e. all terms must be satisfied. + items: + description: |- + Defines a set of pods (namely those matching the labelSelector + relative to the given namespace(s)) that this pod should be + co-located (affinity) or not co-located (anti-affinity) with, + where co-located is defined as running on a node whose value of + the label with key matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is + a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label + key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is + a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label + key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + type: object + architecture: + description: Specifies the architecture of the vm + guest you are attempting to run. Defaults to the + compiled architecture of the KubeVirt components + type: string + dnsConfig: + description: |- + Specifies the DNS parameters of a pod. + Parameters specified here will be merged to the generated DNS + configuration based on DNSPolicy. + properties: + nameservers: + description: |- + A list of DNS name server IP addresses. + This will be appended to the base nameservers generated from DNSPolicy. + Duplicated nameservers will be removed. + items: + type: string + type: array + x-kubernetes-list-type: atomic + options: + description: |- + A list of DNS resolver options. + This will be merged with the base options generated from DNSPolicy. + Duplicated entries will be removed. Resolution options given in Options + will override those that appear in the base DNSPolicy. + items: + description: PodDNSConfigOption defines DNS + resolver options of a pod. + properties: + name: + description: |- + Name is this DNS resolver option's name. + Required. + type: string + value: + description: Value is this DNS resolver + option's value. + type: string + type: object + type: array + x-kubernetes-list-type: atomic + searches: + description: |- + A list of DNS search domains for host-name lookup. + This will be appended to the base search paths generated from DNSPolicy. + Duplicated search paths will be removed. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + dnsPolicy: + description: |- + Set DNS policy for the pod. + Defaults to "ClusterFirst". + Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. + DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. + To have DNS options set along with hostNetwork, you have to specify DNS policy + explicitly to 'ClusterFirstWithHostNet'. + type: string + domain: + description: Specification of the desired behavior + of the VirtualMachineInstance on the host. + properties: + chassis: + description: Chassis specifies the chassis info + passed to the domain. + properties: + asset: + type: string + manufacturer: + type: string + serial: + type: string + sku: + type: string + version: + type: string + type: object + clock: + description: Clock sets the clock and timers of + the vmi. + properties: + timer: + description: Timer specifies whih timers are + attached to the vmi. + properties: + hpet: + description: HPET (High Precision Event + Timer) - multiple timers with periodic + interrupts. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + tickPolicy: + description: |- + TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. + One of "delay", "catchup", "merge", "discard". + type: string + type: object + hyperv: + description: Hyperv (Hypervclock) - lets + guests read the host’s wall clock time + (paravirtualized). For windows guests. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + type: object + kvm: + description: "KVM \t(KVM clock) - lets + guests read the host’s wall clock time + (paravirtualized). For linux guests." + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + type: object + pit: + description: PIT (Programmable Interval + Timer) - a timer with periodic interrupts. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + tickPolicy: + description: |- + TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. + One of "delay", "catchup", "discard". + type: string + type: object + rtc: + description: RTC (Real Time Clock) - a + continuously running timer with periodic + interrupts. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + tickPolicy: + description: |- + TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. + One of "delay", "catchup". + type: string + track: + description: Track the guest or the + wall clock. + type: string + type: object + type: object + timezone: + description: |- + Timezone sets the guest clock to the specified timezone. + Zone name follows the TZ environment variable format (e.g. 'America/New_York'). + type: string + utc: + description: |- + UTC sets the guest clock to UTC on each boot. If an offset is specified, + guest changes to the clock will be kept during reboots and are not reset. + properties: + offsetSeconds: + description: |- + OffsetSeconds specifies an offset in seconds, relative to UTC. If set, + guest changes to the clock will be kept during reboots and not reset. + type: integer + type: object + type: object + x-kubernetes-preserve-unknown-fields: true + cpu: + description: CPU allow specified the detailed + CPU topology inside the vmi. + properties: + cores: + description: |- + Cores specifies the number of cores inside the vmi. + Must be a value greater or equal 1. + format: int32 + type: integer + dedicatedCpuPlacement: + description: |- + DedicatedCPUPlacement requests the scheduler to place the VirtualMachineInstance on a node + with enough dedicated pCPUs and pin the vCPUs to it. + type: boolean + features: + description: Features specifies the CPU features + list inside the VMI. + items: + description: CPUFeature allows specifying + a CPU feature. + properties: + name: + description: Name of the CPU feature + type: string + policy: + description: |- + Policy is the CPU feature attribute which can have the following attributes: + force - The virtual CPU will claim the feature is supported regardless of it being supported by host CPU. + require - Guest creation will fail unless the feature is supported by the host CPU or the hypervisor is able to emulate it. + optional - The feature will be supported by virtual CPU if and only if it is supported by host CPU. + disable - The feature will not be supported by virtual CPU. + forbid - Guest creation will fail if the feature is supported by host CPU. + Defaults to require + type: string + required: + - name + type: object + type: array + isolateEmulatorThread: + description: |- + IsolateEmulatorThread requests one more dedicated pCPU to be allocated for the VMI to place + the emulator thread on it. + type: boolean + maxSockets: + description: |- + MaxSockets specifies the maximum amount of sockets that can + be hotplugged + format: int32 + type: integer + model: + description: |- + Model specifies the CPU model inside the VMI. + List of available models https://github.com/libvirt/libvirt/tree/master/src/cpu_map. + It is possible to specify special cases like "host-passthrough" to get the same CPU as the node + and "host-model" to get CPU closest to the node one. + Defaults to host-model. + type: string + numa: + description: NUMA allows specifying settings + for the guest NUMA topology + properties: + guestMappingPassthrough: + description: |- + GuestMappingPassthrough will create an efficient guest topology based on host CPUs exclusively assigned to a pod. + The created topology ensures that memory and CPUs on the virtual numa nodes never cross boundaries of host numa nodes. + type: object + type: object + realtime: + description: Realtime instructs the virt-launcher + to tune the VMI for lower latency, optional + for real time workloads + properties: + mask: + description: |- + Mask defines the vcpu mask expression that defines which vcpus are used for realtime. Format matches libvirt's expressions. + Example: "0-3,^1","0,2,3","2-3" + type: string + type: object + sockets: + description: |- + Sockets specifies the number of sockets inside the vmi. + Must be a value greater or equal 1. + format: int32 + type: integer + threads: + description: |- + Threads specifies the number of threads inside the vmi. + Must be a value greater or equal 1. + format: int32 + type: integer + type: object + devices: + description: Devices allows adding disks, network + interfaces, and others + properties: + autoattachGraphicsDevice: + description: |- + Whether to attach the default graphics device or not. + VNC will not be available if set to false. Defaults to true. + type: boolean + autoattachInputDevice: + description: |- + Whether to attach an Input Device. + Defaults to false. + type: boolean + autoattachMemBalloon: + description: |- + Whether to attach the Memory balloon device with default period. + Period can be adjusted in virt-config. + Defaults to true. + type: boolean + autoattachPodInterface: + description: Whether to attach a pod network + interface. Defaults to true. + type: boolean + autoattachSerialConsole: + description: |- + Whether to attach the default virtio-serial console or not. + Serial console access will not be available if set to false. Defaults to true. + type: boolean + autoattachVSOCK: + description: |- + Whether to attach the VSOCK CID to the VM or not. + VSOCK access will be available if set to true. Defaults to false. + type: boolean + blockMultiQueue: + description: |- + Whether or not to enable virtio multi-queue for block devices. + Defaults to false. + type: boolean + clientPassthrough: + description: To configure and access client + devices such as redirecting USB + type: object + disableHotplug: + description: DisableHotplug disabled the ability + to hotplug disks. + type: boolean + disks: + description: Disks describes disks, cdroms + and luns which are connected to the vmi. + items: + properties: + blockSize: + description: If specified, the virtual + disk will be presented with the given + block sizes. + properties: + custom: + description: CustomBlockSize represents + the desired logical and physical + block size for a VM disk. + properties: + logical: + type: integer + physical: + type: integer + required: + - logical + - physical + type: object + matchVolume: + description: Represents if a feature + is enabled or disabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + bootOrder: + description: |- + BootOrder is an integer value > 0, used to determine ordering of boot devices. + Lower values take precedence. + Each disk or interface that has a boot order must have a unique value. + Disks without a boot order are not tried if a disk with a boot order exists. + type: integer + cache: + description: |- + Cache specifies which kvm disk cache mode should be used. + Supported values are: CacheNone, CacheWriteThrough. + type: string + cdrom: + description: Attach a volume as a cdrom + to the vmi. + properties: + bus: + description: |- + Bus indicates the type of disk device to emulate. + supported values: virtio, sata, scsi. + type: string + readonly: + description: |- + ReadOnly. + Defaults to true. + type: boolean + tray: + description: |- + Tray indicates if the tray of the device is open or closed. + Allowed values are "open" and "closed". + Defaults to closed. + type: string + type: object + dedicatedIOThread: + description: |- + dedicatedIOThread indicates this disk should have an exclusive IO Thread. + Enabling this implies useIOThreads = true. + Defaults to false. + type: boolean + disk: + description: Attach a volume as a disk + to the vmi. + properties: + bus: + description: |- + Bus indicates the type of disk device to emulate. + supported values: virtio, sata, scsi, usb. + type: string + pciAddress: + description: 'If specified, the + virtual disk will be placed on + the guests pci address with the + specified PCI address. For example: + 0000:81:01.10' + type: string + readonly: + description: |- + ReadOnly. + Defaults to false. + type: boolean + type: object + errorPolicy: + description: If specified, it can change + the default error policy (stop) for + the disk + type: string + io: + description: |- + IO specifies which QEMU disk IO mode should be used. + Supported values are: native, default, threads. + type: string + lun: + description: Attach a volume as a LUN + to the vmi. + properties: + bus: + description: |- + Bus indicates the type of disk device to emulate. + supported values: virtio, sata, scsi. + type: string + readonly: + description: |- + ReadOnly. + Defaults to false. + type: boolean + reservation: + description: Reservation indicates + if the disk needs to support the + persistent reservation for the + SCSI disk + type: boolean + type: object + name: + description: Name is the device name + type: string + serial: + description: Serial provides the ability + to specify a serial number for the + disk device. + type: string + shareable: + description: If specified the disk is + made sharable and multiple write from + different VMs are permitted + type: boolean + tag: + description: If specified, disk address + and its tag will be provided to the + guest via config drive metadata + type: string + required: + - name + type: object + maxItems: 256 + type: array + downwardMetrics: + description: DownwardMetrics creates a virtio + serials for exposing the downward metrics + to the vmi. + type: object + filesystems: + description: Filesystems describes filesystem + which is connected to the vmi. + items: + properties: + name: + description: Name is the device name + type: string + virtiofs: + description: Virtiofs is supported + type: object + required: + - name + - virtiofs + type: object + type: array + x-kubernetes-list-type: atomic + gpus: + description: Whether to attach a GPU device + to the vmi. + items: + properties: + deviceName: + type: string + name: + description: Name of the GPU device + as exposed by a device plugin + type: string + tag: + description: If specified, the virtual + network interface address and its + tag will be provided to the guest + via config drive + type: string + virtualGPUOptions: + properties: + display: + properties: + enabled: + description: |- + Enabled determines if a display addapter backed by a vGPU should be enabled or disabled on the guest. + Defaults to true. + type: boolean + ramFB: + description: |- + Enables a boot framebuffer, until the guest OS loads a real GPU driver + Defaults to true. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + type: object + required: + - deviceName + - name + type: object + type: array + x-kubernetes-list-type: atomic + hostDevices: + description: Whether to attach a host device + to the vmi. + items: + properties: + deviceName: + description: DeviceName is the resource + name of the host device exposed by + a device plugin + type: string + name: + type: string + tag: + description: If specified, the virtual + network interface address and its + tag will be provided to the guest + via config drive + type: string + required: + - deviceName + - name + type: object + type: array + x-kubernetes-list-type: atomic + inputs: + description: Inputs describe input devices + items: + properties: + bus: + description: |- + Bus indicates the bus of input device to emulate. + Supported values: virtio, usb. + type: string + name: + description: Name is the device name + type: string + type: + description: |- + Type indicated the type of input device. + Supported values: tablet. + type: string + required: + - name + - type + type: object + type: array + interfaces: + description: Interfaces describe network interfaces + which are added to the vmi. + items: + properties: + acpiIndex: + description: |- + If specified, the ACPI index is used to provide network interface device naming, that is stable across changes + in PCI addresses assigned to the device. + This value is required to be unique across all devices and be between 1 and (16*1024-1). + type: integer + binding: + description: |- + Binding specifies the binding plugin that will be used to connect the interface to the guest. + It provides an alternative to InterfaceBindingMethod. + version: 1alphav1 + properties: + name: + description: |- + Name references to the binding name as denined in the kubevirt CR. + version: 1alphav1 + type: string + required: + - name + type: object + bootOrder: + description: |- + BootOrder is an integer value > 0, used to determine ordering of boot devices. + Lower values take precedence. + Each interface or disk that has a boot order must have a unique value. + Interfaces without a boot order are not tried. + type: integer + bridge: + description: InterfaceBridge connects + to a given network via a linux bridge. + type: object + dhcpOptions: + description: If specified the network + interface will pass additional DHCP + options to the VMI + properties: + bootFileName: + description: If specified will pass + option 67 to interface's DHCP + server + type: string + ntpServers: + description: If specified will pass + the configured NTP server to the + VM via DHCP option 042. + items: + type: string + type: array + privateOptions: + description: 'If specified will + pass extra DHCP options for private + use, range: 224-254' + items: + description: DHCPExtraOptions + defines Extra DHCP options for + a VM. + properties: + option: + description: |- + Option is an Integer value from 224-254 + Required. + type: integer + value: + description: |- + Value is a String value for the Option provided + Required. + type: string + required: + - option + - value + type: object + type: array + tftpServerName: + description: If specified will pass + option 66 to interface's DHCP + server + type: string + type: object + macAddress: + description: 'Interface MAC address. + For example: de:ad:00:00:be:af or + DE-AD-00-00-BE-AF.' + type: string + macvtap: + description: |- + DeprecatedMacvtap is an alias to the deprecated Macvtap interface, + please refer to Kubevirt user guide for alternatives. + Deprecated: Removed in v1.3 + type: object + masquerade: + description: InterfaceMasquerade connects + to a given network using netfilter + rules to nat the traffic. + type: object + model: + description: |- + Interface model. + One of: e1000, e1000e, igb, ne2k_pci, pcnet, rtl8139, virtio. + Defaults to virtio. + type: string + name: + description: |- + Logical name of the interface as well as a reference to the associated networks. + Must match the Name of a Network. + type: string + passt: + description: |- + DeprecatedPasst is an alias to the deprecated Passt interface, + please refer to Kubevirt user guide for alternatives. + Deprecated: Removed in v1.3 + type: object + pciAddress: + description: 'If specified, the virtual + network interface will be placed on + the guests pci address with the specified + PCI address. For example: 0000:81:01.10' + type: string + ports: + description: List of ports to be forwarded + to the virtual machine. + items: + description: |- + Port represents a port to expose from the virtual machine. + Default protocol TCP. + The port field is mandatory + properties: + name: + description: |- + If specified, this must be an IANA_SVC_NAME and unique within the pod. Each + named port in a pod must have a unique name. Name for the port that can be + referred to by services. + type: string + port: + description: |- + Number of port to expose for the virtual machine. + This must be a valid port number, 0 < x < 65536. + format: int32 + type: integer + protocol: + description: |- + Protocol for port. Must be UDP or TCP. + Defaults to "TCP". + type: string + required: + - port + type: object + type: array + slirp: + description: |- + DeprecatedSlirp is an alias to the deprecated Slirp interface + Deprecated: Removed in v1.3 + type: object + sriov: + description: InterfaceSRIOV connects + to a given network by passing-through + an SR-IOV PCI device via vfio. + type: object + state: + description: |- + State represents the requested operational state of the interface. + The supported values are: + `absent`, expressing a request to remove the interface. + `down`, expressing a request to set the link down. + `up`, expressing a request to set the link up. + Empty value functions as `up`. + type: string + tag: + description: If specified, the virtual + network interface address and its + tag will be provided to the guest + via config drive + type: string + required: + - name + type: object + maxItems: 256 + type: array + logSerialConsole: + description: |- + Whether to log the auto-attached default serial console or not. + Serial console logs will be collect to a file and then streamed from a named `guest-console-log`. + Not relevant if autoattachSerialConsole is disabled. + Defaults to cluster wide setting on VirtualMachineOptions. + type: boolean + networkInterfaceMultiqueue: + description: If specified, virtual network + interfaces configured with a virtio bus + will also enable the vhost multiqueue feature + for network devices. The number of queues + created depends on additional factors of + the VirtualMachineInstance, like the number + of guest CPUs. + type: boolean + rng: + description: Whether to have random number + generator from host + type: object + sound: + description: Whether to emulate a sound device. + properties: + model: + description: |- + We only support ich9 or ac97. + If SoundDevice is not set: No sound card is emulated. + If SoundDevice is set but Model is not: ich9 + type: string + name: + description: User's defined name for this + sound device + type: string + required: + - name + type: object + tpm: + description: Whether to emulate a TPM device. + properties: + persistent: + description: |- + Persistent indicates the state of the TPM device should be kept accross reboots + Defaults to false + type: boolean + type: object + useVirtioTransitional: + description: |- + Fall back to legacy virtio 0.9 support if virtio bus is selected on devices. + This is helpful for old machines like CentOS6 or RHEL6 which + do not understand virtio_non_transitional (virtio 1.0). + type: boolean + watchdog: + description: Watchdog describes a watchdog + device which can be added to the vmi. + properties: + i6300esb: + description: i6300esb watchdog device. + properties: + action: + description: |- + The action to take. Valid values are poweroff, reset, shutdown. + Defaults to reset. + type: string + type: object + name: + description: Name of the watchdog. + type: string + required: + - name + type: object + type: object + features: + description: Features like acpi, apic, hyperv, + smm. + properties: + acpi: + description: |- + ACPI enables/disables ACPI inside the guest. + Defaults to enabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + apic: + description: Defaults to the machine type + setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + endOfInterrupt: + description: |- + EndOfInterrupt enables the end of interrupt notification in the guest. + Defaults to false. + type: boolean + type: object + hyperv: + description: Defaults to the machine type + setting. + properties: + evmcs: + description: |- + EVMCS Speeds up L2 vmexits, but disables other virtualization features. Requires vapic. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + frequencies: + description: |- + Frequencies improves the TSC clock source handling for Hyper-V on KVM. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + ipi: + description: |- + IPI improves performances in overcommited environments. Requires vpindex. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + reenlightenment: + description: |- + Reenlightenment enables the notifications on TSC frequency changes. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + relaxed: + description: |- + Relaxed instructs the guest OS to disable watchdog timeouts. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + reset: + description: |- + Reset enables Hyperv reboot/reset for the vmi. Requires synic. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + runtime: + description: |- + Runtime improves the time accounting to improve scheduling in the guest. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + spinlocks: + description: Spinlocks allows to configure + the spinlock retry attempts. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + spinlocks: + description: |- + Retries indicates the number of retries. + Must be a value greater or equal 4096. + Defaults to 4096. + format: int32 + type: integer + type: object + synic: + description: |- + SyNIC enables the Synthetic Interrupt Controller. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + synictimer: + description: |- + SyNICTimer enables Synthetic Interrupt Controller Timers, reducing CPU load. + Defaults to the machine type setting. + properties: + direct: + description: Represents if a feature + is enabled or disabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + enabled: + type: boolean + type: object + tlbflush: + description: |- + TLBFlush improves performances in overcommited environments. Requires vpindex. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + vapic: + description: |- + VAPIC improves the paravirtualized handling of interrupts. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + vendorid: + description: |- + VendorID allows setting the hypervisor vendor id. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + vendorid: + description: |- + VendorID sets the hypervisor vendor id, visible to the vmi. + String up to twelve characters. + type: string + type: object + vpindex: + description: |- + VPIndex enables the Virtual Processor Index to help windows identifying virtual processors. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + hypervPassthrough: + description: |- + This enables all supported hyperv flags automatically. + Bear in mind that if this enabled hyperV features cannot + be enabled explicitly. In addition, a Virtual Machine + using it will be non-migratable. + properties: + enabled: + type: boolean + type: object + kvm: + description: Configure how KVM presence is + exposed to the guest. + properties: + hidden: + description: |- + Hide the KVM hypervisor from standard MSR based discovery. + Defaults to false + type: boolean + type: object + pvspinlock: + description: |- + Notify the guest that the host supports paravirtual spinlocks. + For older kernels this feature should be explicitly disabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + smm: + description: |- + SMM enables/disables System Management Mode. + TSEG not yet implemented. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + firmware: + description: Firmware. + properties: + acpi: + description: Information that can be set in + the ACPI table + properties: + slicNameRef: + description: |- + SlicNameRef should match the volume name of a secret object. The data in the secret should + be a binary blob that follows the ACPI SLIC standard, see: + https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85) + type: string + type: object + bootloader: + description: Settings to control the bootloader + that is used. + properties: + bios: + description: If set (default), BIOS will + be used. + properties: + useSerial: + description: If set, the BIOS output + will be transmitted over serial + type: boolean + type: object + efi: + description: If set, EFI will be used + instead of BIOS. + properties: + persistent: + description: |- + If set to true, Persistent will persist the EFI NVRAM across reboots. + Defaults to false + type: boolean + secureBoot: + description: |- + If set, SecureBoot will be enabled and the OVMF roms will be swapped for + SecureBoot-enabled ones. + Requires SMM to be enabled. + Defaults to true + type: boolean + type: object + type: object + kernelBoot: + description: Settings to set the kernel for + booting. + properties: + container: + description: Container defines the container + that containes kernel artifacts + properties: + image: + description: Image that contains initrd + / kernel files. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + imagePullSecret: + description: ImagePullSecret is the + name of the Docker registry secret + required to pull the image. The + secret must already exist. + type: string + initrdPath: + description: the fully-qualified path + to the ramdisk image in the host + OS + type: string + kernelPath: + description: The fully-qualified path + to the kernel image in the host + OS + type: string + required: + - image + type: object + kernelArgs: + description: Arguments to be passed to + the kernel at boot time + type: string + type: object + serial: + description: The system-serial-number in SMBIOS + type: string + uuid: + description: |- + UUID reported by the vmi bios. + Defaults to a random generated uid. + type: string + type: object + ioThreads: + description: IOThreads specifies the IOThreads + options. + properties: + supplementalPoolThreadCount: + description: SupplementalPoolThreadCount specifies + how many iothreads are allocated for the + supplementalPool policy. + format: int32 + type: integer + type: object + ioThreadsPolicy: + description: |- + Controls whether or not disks will share IOThreads. + Omitting IOThreadsPolicy disables use of IOThreads. + One of: shared, auto + type: string + launchSecurity: + description: Launch Security setting of the vmi. + properties: + sev: + description: AMD Secure Encrypted Virtualization + (SEV). + properties: + attestation: + description: If specified, run the attestation + process for a vmi. + type: object + dhCert: + description: Base64 encoded guest owner's + Diffie-Hellman key. + type: string + policy: + description: |- + Guest policy flags as defined in AMD SEV API specification. + Note: due to security reasons it is not allowed to enable guest debugging. Therefore NoDebug flag is not exposed to users and is always true. + properties: + encryptedState: + description: |- + SEV-ES is required. + Defaults to false. + type: boolean + type: object + session: + description: Base64 encoded session blob. + type: string + type: object + type: object + machine: + description: Machine type. + properties: + type: + description: QEMU machine type is the actual + chipset of the VirtualMachineInstance. + type: string + type: object + memory: + description: Memory allow specifying the VMI memory + features. + properties: + guest: + anyOf: + - type: integer + - type: string + description: |- + Guest allows to specifying the amount of memory which is visible inside the Guest OS. + The Guest must lie between Requests and Limits from the resources section. + Defaults to the requested memory in the resources section if not specified. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + hugepages: + description: Hugepages allow to use hugepages + for the VirtualMachineInstance instead of + regular memory. + properties: + pageSize: + description: PageSize specifies the hugepage + size, for x86_64 architecture valid + values are 1Gi and 2Mi. + type: string + type: object + maxGuest: + anyOf: + - type: integer + - type: string + description: |- + MaxGuest allows to specify the maximum amount of memory which is visible inside the Guest OS. + The delta between MaxGuest and Guest is the amount of memory that can be hot(un)plugged. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + resources: + description: Resources describes the Compute Resources + required by this vmi. + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + Valid resource keys are "memory" and "cpu". + type: object + overcommitGuestOverhead: + description: |- + Don't ask the scheduler to take the guest-management overhead into account. Instead + put the overhead only into the container's memory limit. This can lead to crashes if + all memory is in use on a node. Defaults to false. + type: boolean + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests is a description of the initial vmi resources. + Valid resource keys are "memory" and "cpu". + type: object + type: object + required: + - devices + type: object + evictionStrategy: + description: |- + EvictionStrategy describes the strategy to follow when a node drain occurs. + The possible options are: + - "None": No action will be taken, according to the specified 'RunStrategy' the VirtualMachine will be restarted or shutdown. + - "LiveMigrate": the VirtualMachineInstance will be migrated instead of being shutdown. + - "LiveMigrateIfPossible": the same as "LiveMigrate" but only if the VirtualMachine is Live-Migratable, otherwise it will behave as "None". + - "External": the VirtualMachineInstance will be protected by a PDB and `vmi.Status.EvacuationNodeName` will be set on eviction. This is mainly useful for cluster-api-provider-kubevirt (capk) which needs a way for VMI's to be blocked from eviction, yet signal capk that eviction has been called on the VMI so the capk controller can handle tearing the VMI down. Details can be found in the commit description https://github.com/kubevirt/kubevirt/commit/c1d77face705c8b126696bac9a3ee3825f27f1fa. + type: string + hostname: + description: |- + Specifies the hostname of the vmi + If not specified, the hostname will be set to the name of the vmi, if dhcp or cloud-init is configured properly. + type: string + livenessProbe: + description: |- + Periodic probe of VirtualMachineInstance liveness. + VirtualmachineInstances will be stopped if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: |- + One and only one of the following should be specified. + Exec specifies the action to take, it will be executed on the guest through the qemu-guest-agent. + If the guest agent is not available, this probe will fail. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + guestAgentPing: + description: GuestAgentPing contacts the qemu-guest-agent + for availability checks. + type: object + httpGet: + description: HTTPGet specifies the http request + to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the + request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom + header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the VirtualMachineInstance has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: |- + TCPSocket specifies an action involving a TCP port. + TCP hooks not yet supported + properties: + host: + description: 'Optional: Host name to connect + to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + For exec probes the timeout fails the probe but does not terminate the command running on the guest. + This means a blocking command can result in an increasing load on the guest. + A small buffer will be added to the resulting workload exec probe to compensate for delays + caused by the qemu guest exec mechanism. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + networks: + description: List of networks that can be attached + to a vm's virtual interface. + items: + description: Network represents a network type and + a resource that should be connected to the vm. + properties: + multus: + description: Represents the multus cni network. + properties: + default: + description: |- + Select the default network and add it to the + multus-cni.io/default-network annotation. + type: boolean + networkName: + description: |- + References to a NetworkAttachmentDefinition CRD object. Format: + , /. If namespace is not + specified, VMI namespace is assumed. + type: string + required: + - networkName + type: object + name: + description: |- + Network name. + Must be a DNS_LABEL and unique within the vm. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + pod: + description: Represents the stock pod network + interface. + properties: + vmIPv6NetworkCIDR: + description: |- + IPv6 CIDR for the vm network. + Defaults to fd10:0:2::/120 if not specified. + type: string + vmNetworkCIDR: + description: |- + CIDR for vm network. + Default 10.0.2.0/24 if not specified. + type: string + type: object + required: + - name + type: object + maxItems: 256 + type: array + nodeSelector: + additionalProperties: + type: string + description: |- + NodeSelector is a selector which must be true for the vmi to fit on a node. + Selector which must match a node's labels for the vmi to be scheduled on that node. + More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + type: object + priorityClassName: + description: |- + If specified, indicates the pod's priority. + If not specified, the pod priority will be default or zero if there is no + default. + type: string + readinessProbe: + description: |- + Periodic probe of VirtualMachineInstance service readiness. + VirtualmachineInstances will be removed from service endpoints if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: |- + One and only one of the following should be specified. + Exec specifies the action to take, it will be executed on the guest through the qemu-guest-agent. + If the guest agent is not available, this probe will fail. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + guestAgentPing: + description: GuestAgentPing contacts the qemu-guest-agent + for availability checks. + type: object + httpGet: + description: HTTPGet specifies the http request + to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the + request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom + header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the VirtualMachineInstance has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: |- + TCPSocket specifies an action involving a TCP port. + TCP hooks not yet supported + properties: + host: + description: 'Optional: Host name to connect + to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + For exec probes the timeout fails the probe but does not terminate the command running on the guest. + This means a blocking command can result in an increasing load on the guest. + A small buffer will be added to the resulting workload exec probe to compensate for delays + caused by the qemu guest exec mechanism. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + schedulerName: + description: |- + If specified, the VMI will be dispatched by specified scheduler. + If not specified, the VMI will be dispatched by default scheduler. + type: string + startStrategy: + description: StartStrategy can be set to "Paused" + if Virtual Machine should be started in paused state. + type: string + subdomain: + description: |- + If specified, the fully qualified vmi hostname will be "...svc.". + If not specified, the vmi will not have a domainname at all. The DNS entry will resolve to the vmi, + no matter if the vmi itself can pick up a hostname. + type: string + terminationGracePeriodSeconds: + description: Grace period observed after signalling + a VirtualMachineInstance to stop after which the + VirtualMachineInstance is force terminated. + format: int64 + type: integer + tolerations: + description: If toleration is specified, obey all + the toleration rules. + items: + description: |- + The pod this Toleration is attached to tolerates any taint that matches + the triple using the matching operator . + properties: + effect: + description: |- + Effect indicates the taint effect to match. Empty means match all taint effects. + When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: |- + Key is the taint key that the toleration applies to. Empty means match all taint keys. + If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: |- + Operator represents a key's relationship to the value. + Valid operators are Exists and Equal. Defaults to Equal. + Exists is equivalent to wildcard for value, so that a pod can + tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: |- + TolerationSeconds represents the period of time the toleration (which must be + of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, + it is not set, which means tolerate the taint forever (do not evict). Zero and + negative values will be treated as 0 (evict immediately) by the system. + format: int64 + type: integer + value: + description: |- + Value is the taint value the toleration matches to. + If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + topologySpreadConstraints: + description: |- + TopologySpreadConstraints describes how a group of VMIs will be spread across a given topology + domains. K8s scheduler will schedule VMI pods in a way which abides by the constraints. + items: + description: TopologySpreadConstraint specifies + how to spread matching pods among the given topology. + properties: + labelSelector: + description: |- + LabelSelector is used to find matching pods. + Pods that match this label selector are counted to determine the number of pods + in their corresponding topology domain. + properties: + matchExpressions: + description: matchExpressions is a list + of label selector requirements. The requirements + are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key + that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select the pods over which + spreading will be calculated. The keys are used to lookup values from the + incoming pod labels, those key-value labels are ANDed with labelSelector + to select the group of existing pods over which spreading will be calculated + for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. + MatchLabelKeys cannot be set when LabelSelector isn't set. + Keys that don't exist in the incoming pod labels will + be ignored. A null or empty list means only match against labelSelector. + + This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + maxSkew: + description: |- + MaxSkew describes the degree to which pods may be unevenly distributed. + When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference + between the number of matching pods in the target topology and the global minimum. + The global minimum is the minimum number of matching pods in an eligible domain + or zero if the number of eligible domains is less than MinDomains. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 2/2/1: + In this case, the global minimum is 1. + | zone1 | zone2 | zone3 | + | P P | P P | P | + - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; + scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) + violate MaxSkew(1). + - if MaxSkew is 2, incoming pod can be scheduled onto any zone. + When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence + to topologies that satisfy it. + It's a required field. Default value is 1 and 0 is not allowed. + format: int32 + type: integer + minDomains: + description: |- + MinDomains indicates a minimum number of eligible domains. + When the number of eligible domains with matching topology keys is less than minDomains, + Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. + And when the number of eligible domains with matching topology keys equals or greater than minDomains, + this value has no effect on scheduling. + As a result, when the number of eligible domains is less than minDomains, + scheduler won't schedule more than maxSkew Pods to those domains. + If value is nil, the constraint behaves as if MinDomains is equal to 1. + Valid values are integers greater than 0. + When value is not nil, WhenUnsatisfiable must be DoNotSchedule. + + For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same + labelSelector spread as 2/2/2: + | zone1 | zone2 | zone3 | + | P P | P P | P P | + The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. + In this situation, new pod with the same labelSelector cannot be scheduled, + because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, + it will violate MaxSkew. + format: int32 + type: integer + nodeAffinityPolicy: + description: |- + NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector + when calculating pod topology spread skew. Options are: + - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. + - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. + + If this value is nil, the behavior is equivalent to the Honor policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + nodeTaintsPolicy: + description: |- + NodeTaintsPolicy indicates how we will treat node taints when calculating + pod topology spread skew. Options are: + - Honor: nodes without taints, along with tainted nodes for which the incoming pod + has a toleration, are included. + - Ignore: node taints are ignored. All nodes are included. + + If this value is nil, the behavior is equivalent to the Ignore policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + topologyKey: + description: |- + TopologyKey is the key of node labels. Nodes that have a label with this key + and identical values are considered to be in the same topology. + We consider each as a "bucket", and try to put balanced number + of pods into each bucket. + We define a domain as a particular instance of a topology. + Also, we define an eligible domain as a domain whose nodes meet the requirements of + nodeAffinityPolicy and nodeTaintsPolicy. + e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. + And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. + It's a required field. + type: string + whenUnsatisfiable: + description: |- + WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy + the spread constraint. + - DoNotSchedule (default) tells the scheduler not to schedule it. + - ScheduleAnyway tells the scheduler to schedule the pod in any location, + but giving higher precedence to topologies that would help reduce the + skew. + A constraint is considered "Unsatisfiable" for an incoming pod + if and only if every possible node assignment for that pod would violate + "MaxSkew" on some topology. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 3/1/1: + | zone1 | zone2 | zone3 | + | P P P | P | P | + If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled + to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies + MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler + won't make it *more* imbalanced. + It's a required field. + type: string + required: + - maxSkew + - topologyKey + - whenUnsatisfiable + type: object + type: array + x-kubernetes-list-map-keys: + - topologyKey + - whenUnsatisfiable + x-kubernetes-list-type: map + volumes: + description: List of volumes that can be mounted by + disks belonging to the vmi. + items: + description: Volume represents a named volume in + a vmi. + properties: + cloudInitConfigDrive: + description: |- + CloudInitConfigDrive represents a cloud-init Config Drive user-data source. + The Config Drive data will be added as a disk to the vmi. A proper cloud-init installation is required inside the guest. + More info: https://cloudinit.readthedocs.io/en/latest/topics/datasources/configdrive.html + properties: + networkData: + description: NetworkData contains config + drive inline cloud-init networkdata. + type: string + networkDataBase64: + description: NetworkDataBase64 contains + config drive cloud-init networkdata as + a base64 encoded string. + type: string + networkDataSecretRef: + description: NetworkDataSecretRef references + a k8s secret that contains config drive + networkdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + secretRef: + description: UserDataSecretRef references + a k8s secret that contains config drive + userdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + userData: + description: UserData contains config drive + inline cloud-init userdata. + type: string + userDataBase64: + description: UserDataBase64 contains config + drive cloud-init userdata as a base64 + encoded string. + type: string + type: object + cloudInitNoCloud: + description: |- + CloudInitNoCloud represents a cloud-init NoCloud user-data source. + The NoCloud data will be added as a disk to the vmi. A proper cloud-init installation is required inside the guest. + More info: http://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html + properties: + networkData: + description: NetworkData contains NoCloud + inline cloud-init networkdata. + type: string + networkDataBase64: + description: NetworkDataBase64 contains + NoCloud cloud-init networkdata as a base64 + encoded string. + type: string + networkDataSecretRef: + description: NetworkDataSecretRef references + a k8s secret that contains NoCloud networkdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + secretRef: + description: UserDataSecretRef references + a k8s secret that contains NoCloud userdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + userData: + description: UserData contains NoCloud inline + cloud-init userdata. + type: string + userDataBase64: + description: UserDataBase64 contains NoCloud + cloud-init userdata as a base64 encoded + string. + type: string + type: object + configMap: + description: |- + ConfigMapSource represents a reference to a ConfigMap in the same namespace. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/ + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap + or it's keys must be defined + type: boolean + volumeLabel: + description: |- + The volume label of the resulting disk inside the VMI. + Different bootstrapping mechanisms require different values. + Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). + type: string + type: object + x-kubernetes-map-type: atomic + containerDisk: + description: |- + ContainerDisk references a docker image, embedding a qcow or raw disk. + More info: https://kubevirt.gitbooks.io/user-guide/registry-disk.html + properties: + image: + description: Image is the name of the image + with the embedded disk. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + imagePullSecret: + description: ImagePullSecret is the name + of the Docker registry secret required + to pull the image. The secret must already + exist. + type: string + path: + description: Path defines the path to disk + file in the container + type: string + required: + - image + type: object + dataVolume: + description: |- + DataVolume represents the dynamic creation a PVC for this volume as well as + the process of populating that PVC with a disk image. + properties: + hotpluggable: + description: Hotpluggable indicates whether + the volume can be hotplugged and hotunplugged. + type: boolean + name: + description: Name of both the DataVolume + and the PVC in the same namespace. + type: string + required: + - name + type: object + downwardAPI: + description: DownwardAPI represents downward + API about the pod that should populate this + volume + properties: + fields: + description: Fields is a list of downward + API volume file + items: + description: DownwardAPIVolumeFile represents + information to create the file containing + the pod field + properties: + fieldRef: + description: 'Required: Selects a + field of the pod: only annotations, + labels, name, namespace and uid + are supported.' + properties: + apiVersion: + description: Version of the schema + the FieldPath is written in + terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field + to select in the specified API + version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + description: |- + Optional: mode bits used to set permissions on this file, must be an octal value + between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: 'Required: Path is the + relative path name of the file to + be created. Must not be absolute + or contain the ''..'' path. Must + be utf-8 encoded. The first item + of the relative path must not start + with ''..''' + type: string + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + properties: + containerName: + description: 'Container name: + required for volumes, optional + for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output + format of the exposed resources, + defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource + to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + volumeLabel: + description: |- + The volume label of the resulting disk inside the VMI. + Different bootstrapping mechanisms require different values. + Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). + type: string + type: object + downwardMetrics: + description: |- + DownwardMetrics adds a very small disk to VMIs which contains a limited view of host and guest + metrics. The disk content is compatible with vhostmd (https://github.com/vhostmd/vhostmd) and vm-dump-metrics. + type: object + emptyDisk: + description: |- + EmptyDisk represents a temporary disk which shares the vmis lifecycle. + More info: https://kubevirt.gitbooks.io/user-guide/disks-and-volumes.html + properties: + capacity: + anyOf: + - type: integer + - type: string + description: Capacity of the sparse disk. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + required: + - capacity + type: object + ephemeral: + description: Ephemeral is a special volume source + that "wraps" specified source and provides + copy-on-write image on top of it. + properties: + persistentVolumeClaim: + description: |- + PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. + Directly attached to the vmi via qemu. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + type: object + hostDisk: + description: HostDisk represents a disk created + on the cluster level + properties: + capacity: + anyOf: + - type: integer + - type: string + description: Capacity of the sparse disk + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + path: + description: The path to HostDisk image + located on the cluster + type: string + shared: + description: Shared indicate whether the + path is shared between nodes + type: boolean + type: + description: |- + Contains information if disk.img exists or should be created + allowed options are 'Disk' and 'DiskOrCreate' + type: string + required: + - path + - type + type: object + memoryDump: + description: MemoryDump is attached to the virt + launcher and is populated with a memory dump + of the vmi + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + hotpluggable: + description: Hotpluggable indicates whether + the volume can be hotplugged and hotunplugged. + type: boolean + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + name: + description: |- + Volume's name. + Must be a DNS_LABEL and unique within the vmi. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + persistentVolumeClaim: + description: |- + PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. + Directly attached to the vmi via qemu. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + hotpluggable: + description: Hotpluggable indicates whether + the volume can be hotplugged and hotunplugged. + type: boolean + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + secret: + description: |- + SecretVolumeSource represents a reference to a secret data in the same namespace. + More info: https://kubernetes.io/docs/concepts/configuration/secret/ + properties: + optional: + description: Specify whether the Secret + or it's keys must be defined + type: boolean + secretName: + description: |- + Name of the secret in the pod's namespace to use. + More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + type: string + volumeLabel: + description: |- + The volume label of the resulting disk inside the VMI. + Different bootstrapping mechanisms require different values. + Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). + type: string + type: object + serviceAccount: + description: |- + ServiceAccountVolumeSource represents a reference to a service account. + There can only be one volume of this type! + More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + properties: + serviceAccountName: + description: |- + Name of the service account in the pod's namespace to use. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + type: string + type: object + sysprep: + description: Represents a Sysprep volume source. + properties: + configMap: + description: ConfigMap references a ConfigMap + that contains Sysprep answer file named + autounattend.xml that should be attached + as disk of CDROM type. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + secret: + description: Secret references a k8s Secret + that contains Sysprep answer file named + autounattend.xml that should be attached + as disk of CDROM type. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 256 + type: array + required: + - domain + type: object + type: object + updateVolumesStrategy: + description: UpdateVolumesStrategy is the strategy to apply + on volumes updates + type: string + required: + - template + type: object + type: object + type: object + status: + description: KubevirtMachineStatus defines the observed state of KubevirtMachine. + properties: + addresses: + description: Addresses contains the associated addresses for the machine. + items: + description: MachineAddress contains information for the node's + address. + properties: + address: + description: address is the machine address. + maxLength: 256 + minLength: 1 + type: string + type: + description: type is the machine address type, one of Hostname, + ExternalIP, InternalIP, ExternalDNS or InternalDNS. + enum: + - Hostname + - ExternalIP + - InternalIP + - ExternalDNS + - InternalDNS + type: string + required: + - address + - type + type: object + type: array + conditions: + description: Conditions defines current service state of the KubevirtMachine. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This field may be empty. + maxLength: 10240 + minLength: 1 + type: string + reason: + description: |- + reason is the reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + maxLength: 256 + minLength: 1 + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + maxLength: 32 + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + maxLength: 256 + minLength: 1 + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + failureMessage: + description: |- + FailureMessage will be set in the event that there is a terminal problem + reconciling the Machine and will contain a more verbose string suitable + for logging and human consumption. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + failureReason: + description: |- + FailureReason will be set in the event that there is a terminal problem + reconciling the Machine and will contain a succinct value suitable + for machine interpretation. + + This field should not be set for transitive errors that a controller + faces that are expected to be fixed automatically over + time (like service outages), but instead indicate that something is + fundamentally wrong with the Machine's spec or the configuration of + the controller, and that manual intervention is required. Examples + of terminal errors would be invalid combinations of settings in the + spec, values that are unsupported by the controller, or the + responsible controller itself being critically misconfigured. + + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + loadBalancerConfigured: + description: |- + LoadBalancerConfigured denotes that the machine has been + added to the load balancer + type: boolean + nodeupdated: + description: NodeUpdated denotes that the ProviderID is updated on + Node of this KubevirtMachine + type: boolean + ready: + default: false + description: Ready denotes that the machine is ready + type: boolean + required: + - ready + type: object + type: object + served: true + storage: true + subresources: + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.17.1 + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: kubevirtmachinetemplates.infrastructure.cluster.x-k8s.io +spec: + group: infrastructure.cluster.x-k8s.io + names: + categories: + - cluster-api + kind: KubevirtMachineTemplate + listKind: KubevirtMachineTemplateList + plural: kubevirtmachinetemplates + singular: kubevirtmachinetemplate + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: KubevirtMachineTemplate is the Schema for the kubevirtmachinetemplates + API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: KubevirtMachineTemplateSpec defines the desired state of + KubevirtMachineTemplate. + properties: + template: + description: KubevirtMachineTemplateResource describes the data needed + to create a KubevirtMachine from a template. + properties: + spec: + description: Spec is the specification of the desired behavior + of the machine. + properties: + infraClusterSecretRef: + description: |- + InfraClusterSecretRef is a reference to a secret with a kubeconfig for external cluster used for infra. + When nil, this defaults to the value present in the KubevirtCluster object's spec associated with this machine. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + providerID: + description: ProviderID TBD what to use for Kubevirt + type: string + virtualMachineBootstrapCheck: + description: BootstrapCheckSpec defines how the CAPK controller + is checking CAPI Sentinel file inside the VM. + properties: + checkStrategy: + default: ssh + description: |- + CheckStrategy describes how CAPK controller will validate a successful CAPI bootstrap. + Following specified method, CAPK will try to retrieve the state of the CAPI Sentinel file from the VM. + Possible values are: "none" or "ssh" (default is "ssh") and this value is validated by apiserver. + enum: + - none + - ssh + type: string + type: object + virtualMachineTemplate: + description: VirtualMachineTemplateSpec defines the desired + state of the kubevirt VM. + properties: + metadata: + nullable: true + type: object + x-kubernetes-preserve-unknown-fields: true + spec: + description: VirtualMachineSpec contains the VirtualMachine + specification. + properties: + dataVolumeTemplates: + description: |- + dataVolumeTemplates is a list of dataVolumes that the VirtualMachineInstance template can reference. + DataVolumes in this list are dynamically created for the VirtualMachine and are tied to the VirtualMachine's life-cycle. + items: + nullable: true + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + nullable: true + type: object + x-kubernetes-preserve-unknown-fields: true + spec: + description: DataVolumeSpec contains the DataVolume + specification. + properties: + checkpoints: + description: Checkpoints is a list of DataVolumeCheckpoints, + representing stages in a multistage import. + items: + description: DataVolumeCheckpoint defines + a stage in a warm migration. + properties: + current: + description: Current is the identifier + of the snapshot created for this + checkpoint. + type: string + previous: + description: Previous is the identifier + of the snapshot from the previous + checkpoint. + type: string + required: + - current + - previous + type: object + type: array + contentType: + description: 'DataVolumeContentType options: + "kubevirt", "archive"' + enum: + - kubevirt + - archive + type: string + finalCheckpoint: + description: FinalCheckpoint indicates whether + the current DataVolumeCheckpoint is the + final checkpoint. + type: boolean + preallocation: + description: Preallocation controls whether + storage for DataVolumes should be allocated + in advance. + type: boolean + priorityClassName: + description: PriorityClassName for Importer, + Cloner and Uploader pod + type: string + pvc: + description: PVC is the PVC specification + properties: + accessModes: + description: |- + accessModes contains the desired access modes the volume should have. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + items: + type: string + type: array + x-kubernetes-list-type: atomic + dataSource: + description: |- + dataSource field can be used to specify either: + * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) + * An existing PVC (PersistentVolumeClaim) + If the provisioner or an external controller can support the specified data source, + it will create a new volume based on the contents of the specified data source. + When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef, + and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified. + If the namespace is specified, then dataSourceRef will not be copied to dataSource. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of + resource being referenced + type: string + name: + description: Name is the name of + resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + description: |- + dataSourceRef specifies the object from which to populate the volume with data, if a non-empty + volume is desired. This may be any object from a non-empty API group (non + core object) or a PersistentVolumeClaim object. + When this field is specified, volume binding will only succeed if the type of + the specified object matches some installed volume populator or dynamic + provisioner. + This field will replace the functionality of the dataSource field and as such + if both fields are non-empty, they must have the same value. For backwards + compatibility, when namespace isn't specified in dataSourceRef, + both fields (dataSource and dataSourceRef) will be set to the same + value automatically if one of them is empty and the other is non-empty. + When namespace is specified in dataSourceRef, + dataSource isn't set to the same value and must be empty. + There are three important differences between dataSource and dataSourceRef: + * While dataSource only allows two specific types of objects, dataSourceRef + allows any non-core object, as well as PersistentVolumeClaim objects. + * While dataSource ignores disallowed values (dropping them), dataSourceRef + preserves all values, and generates an error if a disallowed value is + specified. + * While dataSource only allows local objects, dataSourceRef allows objects + in any namespaces. + (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. + (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of + resource being referenced + type: string + name: + description: Name is the name of + resource being referenced + type: string + namespace: + description: |- + Namespace is the namespace of resource being referenced + Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. + (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + type: string + required: + - kind + - name + type: object + resources: + description: |- + resources represents the minimum resources the volume should have. + If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements + that are lower than previous value but must still be higher than capacity recorded in the + status field of the claim. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + selector: + description: selector is a label query + over volumes to consider for binding. + properties: + matchExpressions: + description: matchExpressions is + a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label + key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + description: |- + storageClassName is the name of the StorageClass required by the claim. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 + type: string + volumeAttributesClassName: + description: |- + volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. + If specified, the CSI driver will create or update the volume with the attributes defined + in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, + it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass + will be applied to the claim but it's not allowed to reset this field to empty string once it is set. + If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass + will be set by the persistentvolume controller if it exists. + If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be + set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource + exists. + More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ + (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default). + type: string + volumeMode: + description: |- + volumeMode defines what type of volume is required by the claim. + Value of Filesystem is implied when not included in claim spec. + type: string + volumeName: + description: volumeName is the binding + reference to the PersistentVolume + backing this claim. + type: string + type: object + source: + description: Source is the src of the data + for the requested DataVolume + properties: + blank: + description: DataVolumeBlankImage provides + the parameters to create a new raw + blank image for the PVC + type: object + gcs: + description: DataVolumeSourceGCS provides + the parameters to create a Data Volume + from an GCS source + properties: + secretRef: + description: SecretRef provides + the secret reference needed to + access the GCS source + type: string + url: + description: URL is the url of the + GCS source + type: string + required: + - url + type: object + http: + description: DataVolumeSourceHTTP can + be either an http or https endpoint, + with an optional basic auth user name + and password, and an optional configmap + containing additional CAs + properties: + certConfigMap: + description: CertConfigMap is a + configmap reference, containing + a Certificate Authority(CA) public + key, and a base64 encoded pem + certificate + type: string + extraHeaders: + description: ExtraHeaders is a list + of strings containing extra headers + to include with HTTP transfer + requests + items: + type: string + type: array + secretExtraHeaders: + description: SecretExtraHeaders + is a list of Secret references, + each containing an extra HTTP + header that may include sensitive + information + items: + type: string + type: array + secretRef: + description: SecretRef A Secret + reference, the secret should contain + accessKeyId (user name) base64 + encoded, and secretKey (password) + also base64 encoded + type: string + url: + description: URL is the URL of the + http(s) endpoint + type: string + required: + - url + type: object + imageio: + description: DataVolumeSourceImageIO + provides the parameters to create + a Data Volume from an imageio source + properties: + certConfigMap: + description: CertConfigMap provides + a reference to the CA cert + type: string + diskId: + description: DiskID provides id + of a disk to be imported + type: string + secretRef: + description: SecretRef provides + the secret reference needed to + access the ovirt-engine + type: string + url: + description: URL is the URL of the + ovirt-engine + type: string + required: + - diskId + - url + type: object + pvc: + description: DataVolumeSourcePVC provides + the parameters to create a Data Volume + from an existing PVC + properties: + name: + description: The name of the source + PVC + type: string + namespace: + description: The namespace of the + source PVC + type: string + required: + - name + - namespace + type: object + registry: + description: DataVolumeSourceRegistry + provides the parameters to create + a Data Volume from an registry source + properties: + certConfigMap: + description: CertConfigMap provides + a reference to the Registry certs + type: string + imageStream: + description: ImageStream is the + name of image stream for import + type: string + pullMethod: + description: PullMethod can be either + "pod" (default import), or "node" + (node docker cache based import) + type: string + secretRef: + description: SecretRef provides + the secret reference needed to + access the Registry source + type: string + url: + description: 'URL is the url of + the registry source (starting + with the scheme: docker, oci-archive)' + type: string + type: object + s3: + description: DataVolumeSourceS3 provides + the parameters to create a Data Volume + from an S3 source + properties: + certConfigMap: + description: CertConfigMap is a + configmap reference, containing + a Certificate Authority(CA) public + key, and a base64 encoded pem + certificate + type: string + secretRef: + description: SecretRef provides + the secret reference needed to + access the S3 source + type: string + url: + description: URL is the url of the + S3 source + type: string + required: + - url + type: object + snapshot: + description: DataVolumeSourceSnapshot + provides the parameters to create + a Data Volume from an existing VolumeSnapshot + properties: + name: + description: The name of the source + VolumeSnapshot + type: string + namespace: + description: The namespace of the + source VolumeSnapshot + type: string + required: + - name + - namespace + type: object + upload: + description: DataVolumeSourceUpload + provides the parameters to create + a Data Volume by uploading the source + type: object + vddk: + description: DataVolumeSourceVDDK provides + the parameters to create a Data Volume + from a Vmware source + properties: + backingFile: + description: BackingFile is the + path to the virtual hard disk + to migrate from vCenter/ESXi + type: string + initImageURL: + description: InitImageURL is an + optional URL to an image containing + an extracted VDDK library, overrides + v2v-vmware config map + type: string + secretRef: + description: SecretRef provides + a reference to a secret containing + the username and password needed + to access the vCenter or ESXi + host + type: string + thumbprint: + description: Thumbprint is the certificate + thumbprint of the vCenter or ESXi + host + type: string + url: + description: URL is the URL of the + vCenter or ESXi host with the + VM to migrate + type: string + uuid: + description: UUID is the UUID of + the virtual machine that the backing + file is attached to in vCenter/ESXi + type: string + type: object + type: object + sourceRef: + description: SourceRef is an indirect reference + to the source of data for the requested + DataVolume + properties: + kind: + description: The kind of the source + reference, currently only "DataSource" + is supported + type: string + name: + description: The name of the source + reference + type: string + namespace: + description: The namespace of the source + reference, defaults to the DataVolume + namespace + type: string + required: + - kind + - name + type: object + storage: + description: Storage is the requested storage + specification + properties: + accessModes: + description: |- + AccessModes contains the desired access modes the volume should have. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + items: + type: string + type: array + dataSource: + description: |- + This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. + If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of + resource being referenced + type: string + name: + description: Name is the name of + resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + description: |- + Specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. + This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. + There are two important differences between DataSource and DataSourceRef: + * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. + * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. + (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of + resource being referenced + type: string + name: + description: Name is the name of + resource being referenced + type: string + namespace: + description: |- + Namespace is the namespace of resource being referenced + Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. + (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + type: string + required: + - kind + - name + type: object + resources: + description: |- + Resources represents the minimum resources the volume should have. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + selector: + description: A label query over volumes + to consider for binding. + properties: + matchExpressions: + description: matchExpressions is + a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label + key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + description: |- + Name of the StorageClass required by the claim. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 + type: string + volumeMode: + description: |- + volumeMode defines what type of volume is required by the claim. + Value of Filesystem is implied when not included in claim spec. + type: string + volumeName: + description: VolumeName is the binding + reference to the PersistentVolume + backing this claim. + type: string + type: object + type: object + status: + description: |- + DataVolumeTemplateDummyStatus is here simply for backwards compatibility with + a previous API. + nullable: true + type: object + required: + - spec + type: object + type: array + instancetype: + description: InstancetypeMatcher references a instancetype + that is used to fill fields in Template + properties: + inferFromVolume: + description: |- + InferFromVolume lists the name of a volume that should be used to infer or discover the instancetype + to be used through known annotations on the underlying resource. Once applied to the InstancetypeMatcher + this field is removed. + type: string + inferFromVolumeFailurePolicy: + description: |- + InferFromVolumeFailurePolicy controls what should happen on failure when inferring the instancetype. + Allowed values are: "RejectInferFromVolumeFailure" and "IgnoreInferFromVolumeFailure". + If not specified, "RejectInferFromVolumeFailure" is used by default. + type: string + kind: + description: |- + Kind specifies which instancetype resource is referenced. + Allowed values are: "VirtualMachineInstancetype" and "VirtualMachineClusterInstancetype". + If not specified, "VirtualMachineClusterInstancetype" is used by default. + type: string + name: + description: Name is the name of the VirtualMachineInstancetype + or VirtualMachineClusterInstancetype + type: string + revisionName: + description: |- + RevisionName specifies a ControllerRevision containing a specific copy of the + VirtualMachineInstancetype or VirtualMachineClusterInstancetype to be used. This is initially + captured the first time the instancetype is applied to the VirtualMachineInstance. + type: string + type: object + preference: + description: PreferenceMatcher references a set of + preference that is used to fill fields in Template + properties: + inferFromVolume: + description: |- + InferFromVolume lists the name of a volume that should be used to infer or discover the preference + to be used through known annotations on the underlying resource. Once applied to the PreferenceMatcher + this field is removed. + type: string + inferFromVolumeFailurePolicy: + description: |- + InferFromVolumeFailurePolicy controls what should happen on failure when preference the instancetype. + Allowed values are: "RejectInferFromVolumeFailure" and "IgnoreInferFromVolumeFailure". + If not specified, "RejectInferFromVolumeFailure" is used by default. + type: string + kind: + description: |- + Kind specifies which preference resource is referenced. + Allowed values are: "VirtualMachinePreference" and "VirtualMachineClusterPreference". + If not specified, "VirtualMachineClusterPreference" is used by default. + type: string + name: + description: Name is the name of the VirtualMachinePreference + or VirtualMachineClusterPreference + type: string + revisionName: + description: |- + RevisionName specifies a ControllerRevision containing a specific copy of the + VirtualMachinePreference or VirtualMachineClusterPreference to be used. This is + initially captured the first time the instancetype is applied to the VirtualMachineInstance. + type: string + type: object + runStrategy: + description: |- + Running state indicates the requested running state of the VirtualMachineInstance + mutually exclusive with Running + type: string + running: + description: |- + Running controls whether the associatied VirtualMachineInstance is created or not + Mutually exclusive with RunStrategy + Deprecated: VirtualMachineInstance field "Running" is now deprecated, please use RunStrategy instead. + type: boolean + template: + description: Template is the direct specification + of VirtualMachineInstance + properties: + metadata: + nullable: true + type: object + x-kubernetes-preserve-unknown-fields: true + spec: + description: VirtualMachineInstance Spec contains + the VirtualMachineInstance specification. + properties: + accessCredentials: + description: Specifies a set of public keys + to inject into the vm guest + items: + description: |- + AccessCredential represents a credential source that can be used to + authorize remote access to the vm guest + Only one of its members may be specified. + properties: + sshPublicKey: + description: |- + SSHPublicKey represents the source and method of applying a ssh public + key into a guest virtual machine. + properties: + propagationMethod: + description: PropagationMethod represents + how the public key is injected + into the vm guest. + properties: + configDrive: + description: |- + ConfigDrivePropagation means that the ssh public keys are injected + into the VM using metadata using the configDrive cloud-init provider + type: object + noCloud: + description: |- + NoCloudPropagation means that the ssh public keys are injected + into the VM using metadata using the noCloud cloud-init provider + type: object + qemuGuestAgent: + description: |- + QemuGuestAgentAccessCredentailPropagation means ssh public keys are + dynamically injected into the vm at runtime via the qemu guest agent. + This feature requires the qemu guest agent to be running within the guest. + properties: + users: + description: |- + Users represents a list of guest users that should have the ssh public keys + added to their authorized_keys file. + items: + type: string + type: array + x-kubernetes-list-type: set + required: + - users + type: object + type: object + source: + description: Source represents where + the public keys are pulled from + properties: + secret: + description: Secret means that + the access credential is pulled + from a kubernetes secret + properties: + secretName: + description: SecretName + represents the name of + the secret in the VMI's + namespace + type: string + required: + - secretName + type: object + type: object + required: + - propagationMethod + - source + type: object + userPassword: + description: |- + UserPassword represents the source and method for applying a guest user's + password + properties: + propagationMethod: + description: propagationMethod represents + how the user passwords are injected + into the vm guest. + properties: + qemuGuestAgent: + description: |- + QemuGuestAgentAccessCredentailPropagation means passwords are + dynamically injected into the vm at runtime via the qemu guest agent. + This feature requires the qemu guest agent to be running within the guest. + type: object + type: object + source: + description: Source represents where + the user passwords are pulled + from + properties: + secret: + description: Secret means that + the access credential is pulled + from a kubernetes secret + properties: + secretName: + description: SecretName + represents the name of + the secret in the VMI's + namespace + type: string + required: + - secretName + type: object + type: object + required: + - propagationMethod + - source + type: object + type: object + maxItems: 256 + type: array + x-kubernetes-list-type: atomic + affinity: + description: If affinity is specifies, obey + all the affinity rules + properties: + nodeAffinity: + description: Describes node affinity scheduling + rules for the pod. + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node matches the corresponding matchExpressions; the + node(s) with the highest sum are the most preferred. + items: + description: |- + An empty preferred scheduling term matches all objects with implicit weight 0 + (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). + properties: + preference: + description: A node selector + term, associated with the + corresponding weight. + properties: + matchExpressions: + description: A list of node + selector requirements + by node's labels. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label + key that the selector + applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchFields: + description: A list of node + selector requirements + by node's fields. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label + key that the selector + applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + type: object + x-kubernetes-map-type: atomic + weight: + description: Weight associated + with matching the corresponding + nodeSelectorTerm, in the range + 1-100. + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to an update), the system + may or may not try to eventually evict the pod from its node. + properties: + nodeSelectorTerms: + description: Required. A list + of node selector terms. The + terms are ORed. + items: + description: |- + A null or empty node selector term matches no objects. The requirements of + them are ANDed. + The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. + properties: + matchExpressions: + description: A list of node + selector requirements + by node's labels. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label + key that the selector + applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchFields: + description: A list of node + selector requirements + by node's fields. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label + key that the selector + applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + type: object + x-kubernetes-map-type: atomic + type: array + x-kubernetes-list-type: atomic + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + description: Describes pod affinity scheduling + rules (e.g. co-locate this pod in the + same node, zone, etc. as some other + pod(s)). + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the + node(s) with the highest sum are the most preferred. + items: + description: The weights of all + of the matched WeightedPodAffinityTerm + fields are added per-node to find + the most preferred node(s) + properties: + podAffinityTerm: + description: Required. A pod + affinity term, associated + with the corresponding weight. + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions + is a list of label + selector requirements. + The requirements are + ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key + is the label + key that the + selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions + is a list of label + selector requirements. + The requirements are + ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key + is the label + key that the + selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + weight: + description: |- + weight associated with matching the corresponding podAffinityTerm, + in the range 1-100. + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to a pod label update), the + system may or may not try to eventually evict the pod from its node. + When there are multiple elements, the lists of nodes corresponding to each + podAffinityTerm are intersected, i.e. all terms must be satisfied. + items: + description: |- + Defines a set of pods (namely those matching the labelSelector + relative to the given namespace(s)) that this pod should be + co-located (affinity) or not co-located (anti-affinity) with, + where co-located is defined as running on a node whose value of + the label with key matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions + is a list of label selector + requirements. The requirements + are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is + the label key that + the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions + is a list of label selector + requirements. The requirements + are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is + the label key that + the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + podAntiAffinity: + description: Describes pod anti-affinity + scheduling rules (e.g. avoid putting + this pod in the same node, zone, etc. + as some other pod(s)). + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the anti-affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling anti-affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the + node(s) with the highest sum are the most preferred. + items: + description: The weights of all + of the matched WeightedPodAffinityTerm + fields are added per-node to find + the most preferred node(s) + properties: + podAffinityTerm: + description: Required. A pod + affinity term, associated + with the corresponding weight. + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions + is a list of label + selector requirements. + The requirements are + ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key + is the label + key that the + selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions + is a list of label + selector requirements. + The requirements are + ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key + is the label + key that the + selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + weight: + description: |- + weight associated with matching the corresponding podAffinityTerm, + in the range 1-100. + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the anti-affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the anti-affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to a pod label update), the + system may or may not try to eventually evict the pod from its node. + When there are multiple elements, the lists of nodes corresponding to each + podAffinityTerm are intersected, i.e. all terms must be satisfied. + items: + description: |- + Defines a set of pods (namely those matching the labelSelector + relative to the given namespace(s)) that this pod should be + co-located (affinity) or not co-located (anti-affinity) with, + where co-located is defined as running on a node whose value of + the label with key matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions + is a list of label selector + requirements. The requirements + are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is + the label key that + the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions + is a list of label selector + requirements. The requirements + are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is + the label key that + the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + type: object + architecture: + description: Specifies the architecture of + the vm guest you are attempting to run. + Defaults to the compiled architecture of + the KubeVirt components + type: string + dnsConfig: + description: |- + Specifies the DNS parameters of a pod. + Parameters specified here will be merged to the generated DNS + configuration based on DNSPolicy. + properties: + nameservers: + description: |- + A list of DNS name server IP addresses. + This will be appended to the base nameservers generated from DNSPolicy. + Duplicated nameservers will be removed. + items: + type: string + type: array + x-kubernetes-list-type: atomic + options: + description: |- + A list of DNS resolver options. + This will be merged with the base options generated from DNSPolicy. + Duplicated entries will be removed. Resolution options given in Options + will override those that appear in the base DNSPolicy. + items: + description: PodDNSConfigOption defines + DNS resolver options of a pod. + properties: + name: + description: |- + Name is this DNS resolver option's name. + Required. + type: string + value: + description: Value is this DNS resolver + option's value. + type: string + type: object + type: array + x-kubernetes-list-type: atomic + searches: + description: |- + A list of DNS search domains for host-name lookup. + This will be appended to the base search paths generated from DNSPolicy. + Duplicated search paths will be removed. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + dnsPolicy: + description: |- + Set DNS policy for the pod. + Defaults to "ClusterFirst". + Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. + DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. + To have DNS options set along with hostNetwork, you have to specify DNS policy + explicitly to 'ClusterFirstWithHostNet'. + type: string + domain: + description: Specification of the desired + behavior of the VirtualMachineInstance on + the host. + properties: + chassis: + description: Chassis specifies the chassis + info passed to the domain. + properties: + asset: + type: string + manufacturer: + type: string + serial: + type: string + sku: + type: string + version: + type: string + type: object + clock: + description: Clock sets the clock and + timers of the vmi. + properties: + timer: + description: Timer specifies whih + timers are attached to the vmi. + properties: + hpet: + description: HPET (High Precision + Event Timer) - multiple timers + with periodic interrupts. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + tickPolicy: + description: |- + TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. + One of "delay", "catchup", "merge", "discard". + type: string + type: object + hyperv: + description: Hyperv (Hypervclock) + - lets guests read the host’s + wall clock time (paravirtualized). + For windows guests. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + type: object + kvm: + description: "KVM \t(KVM clock) + - lets guests read the host’s + wall clock time (paravirtualized). + For linux guests." + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + type: object + pit: + description: PIT (Programmable + Interval Timer) - a timer with + periodic interrupts. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + tickPolicy: + description: |- + TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. + One of "delay", "catchup", "discard". + type: string + type: object + rtc: + description: RTC (Real Time Clock) + - a continuously running timer + with periodic interrupts. + properties: + present: + description: |- + Enabled set to false makes sure that the machine type or a preset can't add the timer. + Defaults to true. + type: boolean + tickPolicy: + description: |- + TickPolicy determines what happens when QEMU misses a deadline for injecting a tick to the guest. + One of "delay", "catchup". + type: string + track: + description: Track the guest + or the wall clock. + type: string + type: object + type: object + timezone: + description: |- + Timezone sets the guest clock to the specified timezone. + Zone name follows the TZ environment variable format (e.g. 'America/New_York'). + type: string + utc: + description: |- + UTC sets the guest clock to UTC on each boot. If an offset is specified, + guest changes to the clock will be kept during reboots and are not reset. + properties: + offsetSeconds: + description: |- + OffsetSeconds specifies an offset in seconds, relative to UTC. If set, + guest changes to the clock will be kept during reboots and not reset. + type: integer + type: object + type: object + x-kubernetes-preserve-unknown-fields: true + cpu: + description: CPU allow specified the detailed + CPU topology inside the vmi. + properties: + cores: + description: |- + Cores specifies the number of cores inside the vmi. + Must be a value greater or equal 1. + format: int32 + type: integer + dedicatedCpuPlacement: + description: |- + DedicatedCPUPlacement requests the scheduler to place the VirtualMachineInstance on a node + with enough dedicated pCPUs and pin the vCPUs to it. + type: boolean + features: + description: Features specifies the + CPU features list inside the VMI. + items: + description: CPUFeature allows specifying + a CPU feature. + properties: + name: + description: Name of the CPU + feature + type: string + policy: + description: |- + Policy is the CPU feature attribute which can have the following attributes: + force - The virtual CPU will claim the feature is supported regardless of it being supported by host CPU. + require - Guest creation will fail unless the feature is supported by the host CPU or the hypervisor is able to emulate it. + optional - The feature will be supported by virtual CPU if and only if it is supported by host CPU. + disable - The feature will not be supported by virtual CPU. + forbid - Guest creation will fail if the feature is supported by host CPU. + Defaults to require + type: string + required: + - name + type: object + type: array + isolateEmulatorThread: + description: |- + IsolateEmulatorThread requests one more dedicated pCPU to be allocated for the VMI to place + the emulator thread on it. + type: boolean + maxSockets: + description: |- + MaxSockets specifies the maximum amount of sockets that can + be hotplugged + format: int32 + type: integer + model: + description: |- + Model specifies the CPU model inside the VMI. + List of available models https://github.com/libvirt/libvirt/tree/master/src/cpu_map. + It is possible to specify special cases like "host-passthrough" to get the same CPU as the node + and "host-model" to get CPU closest to the node one. + Defaults to host-model. + type: string + numa: + description: NUMA allows specifying + settings for the guest NUMA topology + properties: + guestMappingPassthrough: + description: |- + GuestMappingPassthrough will create an efficient guest topology based on host CPUs exclusively assigned to a pod. + The created topology ensures that memory and CPUs on the virtual numa nodes never cross boundaries of host numa nodes. + type: object + type: object + realtime: + description: Realtime instructs the + virt-launcher to tune the VMI for + lower latency, optional for real + time workloads + properties: + mask: + description: |- + Mask defines the vcpu mask expression that defines which vcpus are used for realtime. Format matches libvirt's expressions. + Example: "0-3,^1","0,2,3","2-3" + type: string + type: object + sockets: + description: |- + Sockets specifies the number of sockets inside the vmi. + Must be a value greater or equal 1. + format: int32 + type: integer + threads: + description: |- + Threads specifies the number of threads inside the vmi. + Must be a value greater or equal 1. + format: int32 + type: integer + type: object + devices: + description: Devices allows adding disks, + network interfaces, and others + properties: + autoattachGraphicsDevice: + description: |- + Whether to attach the default graphics device or not. + VNC will not be available if set to false. Defaults to true. + type: boolean + autoattachInputDevice: + description: |- + Whether to attach an Input Device. + Defaults to false. + type: boolean + autoattachMemBalloon: + description: |- + Whether to attach the Memory balloon device with default period. + Period can be adjusted in virt-config. + Defaults to true. + type: boolean + autoattachPodInterface: + description: Whether to attach a pod + network interface. Defaults to true. + type: boolean + autoattachSerialConsole: + description: |- + Whether to attach the default virtio-serial console or not. + Serial console access will not be available if set to false. Defaults to true. + type: boolean + autoattachVSOCK: + description: |- + Whether to attach the VSOCK CID to the VM or not. + VSOCK access will be available if set to true. Defaults to false. + type: boolean + blockMultiQueue: + description: |- + Whether or not to enable virtio multi-queue for block devices. + Defaults to false. + type: boolean + clientPassthrough: + description: To configure and access + client devices such as redirecting + USB + type: object + disableHotplug: + description: DisableHotplug disabled + the ability to hotplug disks. + type: boolean + disks: + description: Disks describes disks, + cdroms and luns which are connected + to the vmi. + items: + properties: + blockSize: + description: If specified, the + virtual disk will be presented + with the given block sizes. + properties: + custom: + description: CustomBlockSize + represents the desired + logical and physical block + size for a VM disk. + properties: + logical: + type: integer + physical: + type: integer + required: + - logical + - physical + type: object + matchVolume: + description: Represents + if a feature is enabled + or disabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + bootOrder: + description: |- + BootOrder is an integer value > 0, used to determine ordering of boot devices. + Lower values take precedence. + Each disk or interface that has a boot order must have a unique value. + Disks without a boot order are not tried if a disk with a boot order exists. + type: integer + cache: + description: |- + Cache specifies which kvm disk cache mode should be used. + Supported values are: CacheNone, CacheWriteThrough. + type: string + cdrom: + description: Attach a volume + as a cdrom to the vmi. + properties: + bus: + description: |- + Bus indicates the type of disk device to emulate. + supported values: virtio, sata, scsi. + type: string + readonly: + description: |- + ReadOnly. + Defaults to true. + type: boolean + tray: + description: |- + Tray indicates if the tray of the device is open or closed. + Allowed values are "open" and "closed". + Defaults to closed. + type: string + type: object + dedicatedIOThread: + description: |- + dedicatedIOThread indicates this disk should have an exclusive IO Thread. + Enabling this implies useIOThreads = true. + Defaults to false. + type: boolean + disk: + description: Attach a volume + as a disk to the vmi. + properties: + bus: + description: |- + Bus indicates the type of disk device to emulate. + supported values: virtio, sata, scsi, usb. + type: string + pciAddress: + description: 'If specified, + the virtual disk will + be placed on the guests + pci address with the specified + PCI address. For example: + 0000:81:01.10' + type: string + readonly: + description: |- + ReadOnly. + Defaults to false. + type: boolean + type: object + errorPolicy: + description: If specified, it + can change the default error + policy (stop) for the disk + type: string + io: + description: |- + IO specifies which QEMU disk IO mode should be used. + Supported values are: native, default, threads. + type: string + lun: + description: Attach a volume + as a LUN to the vmi. + properties: + bus: + description: |- + Bus indicates the type of disk device to emulate. + supported values: virtio, sata, scsi. + type: string + readonly: + description: |- + ReadOnly. + Defaults to false. + type: boolean + reservation: + description: Reservation + indicates if the disk + needs to support the persistent + reservation for the SCSI + disk + type: boolean + type: object + name: + description: Name is the device + name + type: string + serial: + description: Serial provides + the ability to specify a serial + number for the disk device. + type: string + shareable: + description: If specified the + disk is made sharable and + multiple write from different + VMs are permitted + type: boolean + tag: + description: If specified, disk + address and its tag will be + provided to the guest via + config drive metadata + type: string + required: + - name + type: object + maxItems: 256 + type: array + downwardMetrics: + description: DownwardMetrics creates + a virtio serials for exposing the + downward metrics to the vmi. + type: object + filesystems: + description: Filesystems describes + filesystem which is connected to + the vmi. + items: + properties: + name: + description: Name is the device + name + type: string + virtiofs: + description: Virtiofs is supported + type: object + required: + - name + - virtiofs + type: object + type: array + x-kubernetes-list-type: atomic + gpus: + description: Whether to attach a GPU + device to the vmi. + items: + properties: + deviceName: + type: string + name: + description: Name of the GPU + device as exposed by a device + plugin + type: string + tag: + description: If specified, the + virtual network interface + address and its tag will be + provided to the guest via + config drive + type: string + virtualGPUOptions: + properties: + display: + properties: + enabled: + description: |- + Enabled determines if a display addapter backed by a vGPU should be enabled or disabled on the guest. + Defaults to true. + type: boolean + ramFB: + description: |- + Enables a boot framebuffer, until the guest OS loads a real GPU driver + Defaults to true. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + type: object + required: + - deviceName + - name + type: object + type: array + x-kubernetes-list-type: atomic + hostDevices: + description: Whether to attach a host + device to the vmi. + items: + properties: + deviceName: + description: DeviceName is the + resource name of the host + device exposed by a device + plugin + type: string + name: + type: string + tag: + description: If specified, the + virtual network interface + address and its tag will be + provided to the guest via + config drive + type: string + required: + - deviceName + - name + type: object + type: array + x-kubernetes-list-type: atomic + inputs: + description: Inputs describe input + devices + items: + properties: + bus: + description: |- + Bus indicates the bus of input device to emulate. + Supported values: virtio, usb. + type: string + name: + description: Name is the device + name + type: string + type: + description: |- + Type indicated the type of input device. + Supported values: tablet. + type: string + required: + - name + - type + type: object + type: array + interfaces: + description: Interfaces describe network + interfaces which are added to the + vmi. + items: + properties: + acpiIndex: + description: |- + If specified, the ACPI index is used to provide network interface device naming, that is stable across changes + in PCI addresses assigned to the device. + This value is required to be unique across all devices and be between 1 and (16*1024-1). + type: integer + binding: + description: |- + Binding specifies the binding plugin that will be used to connect the interface to the guest. + It provides an alternative to InterfaceBindingMethod. + version: 1alphav1 + properties: + name: + description: |- + Name references to the binding name as denined in the kubevirt CR. + version: 1alphav1 + type: string + required: + - name + type: object + bootOrder: + description: |- + BootOrder is an integer value > 0, used to determine ordering of boot devices. + Lower values take precedence. + Each interface or disk that has a boot order must have a unique value. + Interfaces without a boot order are not tried. + type: integer + bridge: + description: InterfaceBridge + connects to a given network + via a linux bridge. + type: object + dhcpOptions: + description: If specified the + network interface will pass + additional DHCP options to + the VMI + properties: + bootFileName: + description: If specified + will pass option 67 to + interface's DHCP server + type: string + ntpServers: + description: If specified + will pass the configured + NTP server to the VM via + DHCP option 042. + items: + type: string + type: array + privateOptions: + description: 'If specified + will pass extra DHCP options + for private use, range: + 224-254' + items: + description: DHCPExtraOptions + defines Extra DHCP options + for a VM. + properties: + option: + description: |- + Option is an Integer value from 224-254 + Required. + type: integer + value: + description: |- + Value is a String value for the Option provided + Required. + type: string + required: + - option + - value + type: object + type: array + tftpServerName: + description: If specified + will pass option 66 to + interface's DHCP server + type: string + type: object + macAddress: + description: 'Interface MAC + address. For example: de:ad:00:00:be:af + or DE-AD-00-00-BE-AF.' + type: string + macvtap: + description: |- + DeprecatedMacvtap is an alias to the deprecated Macvtap interface, + please refer to Kubevirt user guide for alternatives. + Deprecated: Removed in v1.3 + type: object + masquerade: + description: InterfaceMasquerade + connects to a given network + using netfilter rules to nat + the traffic. + type: object + model: + description: |- + Interface model. + One of: e1000, e1000e, igb, ne2k_pci, pcnet, rtl8139, virtio. + Defaults to virtio. + type: string + name: + description: |- + Logical name of the interface as well as a reference to the associated networks. + Must match the Name of a Network. + type: string + passt: + description: |- + DeprecatedPasst is an alias to the deprecated Passt interface, + please refer to Kubevirt user guide for alternatives. + Deprecated: Removed in v1.3 + type: object + pciAddress: + description: 'If specified, + the virtual network interface + will be placed on the guests + pci address with the specified + PCI address. For example: + 0000:81:01.10' + type: string + ports: + description: List of ports to + be forwarded to the virtual + machine. + items: + description: |- + Port represents a port to expose from the virtual machine. + Default protocol TCP. + The port field is mandatory + properties: + name: + description: |- + If specified, this must be an IANA_SVC_NAME and unique within the pod. Each + named port in a pod must have a unique name. Name for the port that can be + referred to by services. + type: string + port: + description: |- + Number of port to expose for the virtual machine. + This must be a valid port number, 0 < x < 65536. + format: int32 + type: integer + protocol: + description: |- + Protocol for port. Must be UDP or TCP. + Defaults to "TCP". + type: string + required: + - port + type: object + type: array + slirp: + description: |- + DeprecatedSlirp is an alias to the deprecated Slirp interface + Deprecated: Removed in v1.3 + type: object + sriov: + description: InterfaceSRIOV + connects to a given network + by passing-through an SR-IOV + PCI device via vfio. + type: object + state: + description: |- + State represents the requested operational state of the interface. + The supported values are: + `absent`, expressing a request to remove the interface. + `down`, expressing a request to set the link down. + `up`, expressing a request to set the link up. + Empty value functions as `up`. + type: string + tag: + description: If specified, the + virtual network interface + address and its tag will be + provided to the guest via + config drive + type: string + required: + - name + type: object + maxItems: 256 + type: array + logSerialConsole: + description: |- + Whether to log the auto-attached default serial console or not. + Serial console logs will be collect to a file and then streamed from a named `guest-console-log`. + Not relevant if autoattachSerialConsole is disabled. + Defaults to cluster wide setting on VirtualMachineOptions. + type: boolean + networkInterfaceMultiqueue: + description: If specified, virtual + network interfaces configured with + a virtio bus will also enable the + vhost multiqueue feature for network + devices. The number of queues created + depends on additional factors of + the VirtualMachineInstance, like + the number of guest CPUs. + type: boolean + rng: + description: Whether to have random + number generator from host + type: object + sound: + description: Whether to emulate a + sound device. + properties: + model: + description: |- + We only support ich9 or ac97. + If SoundDevice is not set: No sound card is emulated. + If SoundDevice is set but Model is not: ich9 + type: string + name: + description: User's defined name + for this sound device + type: string + required: + - name + type: object + tpm: + description: Whether to emulate a + TPM device. + properties: + persistent: + description: |- + Persistent indicates the state of the TPM device should be kept accross reboots + Defaults to false + type: boolean + type: object + useVirtioTransitional: + description: |- + Fall back to legacy virtio 0.9 support if virtio bus is selected on devices. + This is helpful for old machines like CentOS6 or RHEL6 which + do not understand virtio_non_transitional (virtio 1.0). + type: boolean + watchdog: + description: Watchdog describes a + watchdog device which can be added + to the vmi. + properties: + i6300esb: + description: i6300esb watchdog + device. + properties: + action: + description: |- + The action to take. Valid values are poweroff, reset, shutdown. + Defaults to reset. + type: string + type: object + name: + description: Name of the watchdog. + type: string + required: + - name + type: object + type: object + features: + description: Features like acpi, apic, + hyperv, smm. + properties: + acpi: + description: |- + ACPI enables/disables ACPI inside the guest. + Defaults to enabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + apic: + description: Defaults to the machine + type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + endOfInterrupt: + description: |- + EndOfInterrupt enables the end of interrupt notification in the guest. + Defaults to false. + type: boolean + type: object + hyperv: + description: Defaults to the machine + type setting. + properties: + evmcs: + description: |- + EVMCS Speeds up L2 vmexits, but disables other virtualization features. Requires vapic. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + frequencies: + description: |- + Frequencies improves the TSC clock source handling for Hyper-V on KVM. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + ipi: + description: |- + IPI improves performances in overcommited environments. Requires vpindex. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + reenlightenment: + description: |- + Reenlightenment enables the notifications on TSC frequency changes. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + relaxed: + description: |- + Relaxed instructs the guest OS to disable watchdog timeouts. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + reset: + description: |- + Reset enables Hyperv reboot/reset for the vmi. Requires synic. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + runtime: + description: |- + Runtime improves the time accounting to improve scheduling in the guest. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + spinlocks: + description: Spinlocks allows + to configure the spinlock retry + attempts. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + spinlocks: + description: |- + Retries indicates the number of retries. + Must be a value greater or equal 4096. + Defaults to 4096. + format: int32 + type: integer + type: object + synic: + description: |- + SyNIC enables the Synthetic Interrupt Controller. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + synictimer: + description: |- + SyNICTimer enables Synthetic Interrupt Controller Timers, reducing CPU load. + Defaults to the machine type setting. + properties: + direct: + description: Represents if + a feature is enabled or + disabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + enabled: + type: boolean + type: object + tlbflush: + description: |- + TLBFlush improves performances in overcommited environments. Requires vpindex. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + vapic: + description: |- + VAPIC improves the paravirtualized handling of interrupts. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + vendorid: + description: |- + VendorID allows setting the hypervisor vendor id. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + vendorid: + description: |- + VendorID sets the hypervisor vendor id, visible to the vmi. + String up to twelve characters. + type: string + type: object + vpindex: + description: |- + VPIndex enables the Virtual Processor Index to help windows identifying virtual processors. + Defaults to the machine type setting. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + hypervPassthrough: + description: |- + This enables all supported hyperv flags automatically. + Bear in mind that if this enabled hyperV features cannot + be enabled explicitly. In addition, a Virtual Machine + using it will be non-migratable. + properties: + enabled: + type: boolean + type: object + kvm: + description: Configure how KVM presence + is exposed to the guest. + properties: + hidden: + description: |- + Hide the KVM hypervisor from standard MSR based discovery. + Defaults to false + type: boolean + type: object + pvspinlock: + description: |- + Notify the guest that the host supports paravirtual spinlocks. + For older kernels this feature should be explicitly disabled. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + smm: + description: |- + SMM enables/disables System Management Mode. + TSEG not yet implemented. + properties: + enabled: + description: |- + Enabled determines if the feature should be enabled or disabled on the guest. + Defaults to true. + type: boolean + type: object + type: object + firmware: + description: Firmware. + properties: + acpi: + description: Information that can + be set in the ACPI table + properties: + slicNameRef: + description: |- + SlicNameRef should match the volume name of a secret object. The data in the secret should + be a binary blob that follows the ACPI SLIC standard, see: + https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85) + type: string + type: object + bootloader: + description: Settings to control the + bootloader that is used. + properties: + bios: + description: If set (default), + BIOS will be used. + properties: + useSerial: + description: If set, the BIOS + output will be transmitted + over serial + type: boolean + type: object + efi: + description: If set, EFI will + be used instead of BIOS. + properties: + persistent: + description: |- + If set to true, Persistent will persist the EFI NVRAM across reboots. + Defaults to false + type: boolean + secureBoot: + description: |- + If set, SecureBoot will be enabled and the OVMF roms will be swapped for + SecureBoot-enabled ones. + Requires SMM to be enabled. + Defaults to true + type: boolean + type: object + type: object + kernelBoot: + description: Settings to set the kernel + for booting. + properties: + container: + description: Container defines + the container that containes + kernel artifacts + properties: + image: + description: Image that contains + initrd / kernel files. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + imagePullSecret: + description: ImagePullSecret + is the name of the Docker + registry secret required + to pull the image. The secret + must already exist. + type: string + initrdPath: + description: the fully-qualified + path to the ramdisk image + in the host OS + type: string + kernelPath: + description: The fully-qualified + path to the kernel image + in the host OS + type: string + required: + - image + type: object + kernelArgs: + description: Arguments to be passed + to the kernel at boot time + type: string + type: object + serial: + description: The system-serial-number + in SMBIOS + type: string + uuid: + description: |- + UUID reported by the vmi bios. + Defaults to a random generated uid. + type: string + type: object + ioThreads: + description: IOThreads specifies the IOThreads + options. + properties: + supplementalPoolThreadCount: + description: SupplementalPoolThreadCount + specifies how many iothreads are + allocated for the supplementalPool + policy. + format: int32 + type: integer + type: object + ioThreadsPolicy: + description: |- + Controls whether or not disks will share IOThreads. + Omitting IOThreadsPolicy disables use of IOThreads. + One of: shared, auto + type: string + launchSecurity: + description: Launch Security setting of + the vmi. + properties: + sev: + description: AMD Secure Encrypted + Virtualization (SEV). + properties: + attestation: + description: If specified, run + the attestation process for + a vmi. + type: object + dhCert: + description: Base64 encoded guest + owner's Diffie-Hellman key. + type: string + policy: + description: |- + Guest policy flags as defined in AMD SEV API specification. + Note: due to security reasons it is not allowed to enable guest debugging. Therefore NoDebug flag is not exposed to users and is always true. + properties: + encryptedState: + description: |- + SEV-ES is required. + Defaults to false. + type: boolean + type: object + session: + description: Base64 encoded session + blob. + type: string + type: object + type: object + machine: + description: Machine type. + properties: + type: + description: QEMU machine type is + the actual chipset of the VirtualMachineInstance. + type: string + type: object + memory: + description: Memory allow specifying the + VMI memory features. + properties: + guest: + anyOf: + - type: integer + - type: string + description: |- + Guest allows to specifying the amount of memory which is visible inside the Guest OS. + The Guest must lie between Requests and Limits from the resources section. + Defaults to the requested memory in the resources section if not specified. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + hugepages: + description: Hugepages allow to use + hugepages for the VirtualMachineInstance + instead of regular memory. + properties: + pageSize: + description: PageSize specifies + the hugepage size, for x86_64 + architecture valid values are + 1Gi and 2Mi. + type: string + type: object + maxGuest: + anyOf: + - type: integer + - type: string + description: |- + MaxGuest allows to specify the maximum amount of memory which is visible inside the Guest OS. + The delta between MaxGuest and Guest is the amount of memory that can be hot(un)plugged. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + resources: + description: Resources describes the Compute + Resources required by this vmi. + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + Valid resource keys are "memory" and "cpu". + type: object + overcommitGuestOverhead: + description: |- + Don't ask the scheduler to take the guest-management overhead into account. Instead + put the overhead only into the container's memory limit. This can lead to crashes if + all memory is in use on a node. Defaults to false. + type: boolean + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests is a description of the initial vmi resources. + Valid resource keys are "memory" and "cpu". + type: object + type: object + required: + - devices + type: object + evictionStrategy: + description: |- + EvictionStrategy describes the strategy to follow when a node drain occurs. + The possible options are: + - "None": No action will be taken, according to the specified 'RunStrategy' the VirtualMachine will be restarted or shutdown. + - "LiveMigrate": the VirtualMachineInstance will be migrated instead of being shutdown. + - "LiveMigrateIfPossible": the same as "LiveMigrate" but only if the VirtualMachine is Live-Migratable, otherwise it will behave as "None". + - "External": the VirtualMachineInstance will be protected by a PDB and `vmi.Status.EvacuationNodeName` will be set on eviction. This is mainly useful for cluster-api-provider-kubevirt (capk) which needs a way for VMI's to be blocked from eviction, yet signal capk that eviction has been called on the VMI so the capk controller can handle tearing the VMI down. Details can be found in the commit description https://github.com/kubevirt/kubevirt/commit/c1d77face705c8b126696bac9a3ee3825f27f1fa. + type: string + hostname: + description: |- + Specifies the hostname of the vmi + If not specified, the hostname will be set to the name of the vmi, if dhcp or cloud-init is configured properly. + type: string + livenessProbe: + description: |- + Periodic probe of VirtualMachineInstance liveness. + VirtualmachineInstances will be stopped if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: |- + One and only one of the following should be specified. + Exec specifies the action to take, it will be executed on the guest through the qemu-guest-agent. + If the guest agent is not available, this probe will fail. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + guestAgentPing: + description: GuestAgentPing contacts the + qemu-guest-agent for availability checks. + type: object + httpGet: + description: HTTPGet specifies the http + request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set + in the request. HTTP allows repeated + headers. + items: + description: HTTPHeader describes + a custom header to be used in + HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field + value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the + HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the VirtualMachineInstance has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: |- + TCPSocket specifies an action involving a TCP port. + TCP hooks not yet supported + properties: + host: + description: 'Optional: Host name + to connect to, defaults to the pod + IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + For exec probes the timeout fails the probe but does not terminate the command running on the guest. + This means a blocking command can result in an increasing load on the guest. + A small buffer will be added to the resulting workload exec probe to compensate for delays + caused by the qemu guest exec mechanism. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + networks: + description: List of networks that can be + attached to a vm's virtual interface. + items: + description: Network represents a network + type and a resource that should be connected + to the vm. + properties: + multus: + description: Represents the multus cni + network. + properties: + default: + description: |- + Select the default network and add it to the + multus-cni.io/default-network annotation. + type: boolean + networkName: + description: |- + References to a NetworkAttachmentDefinition CRD object. Format: + , /. If namespace is not + specified, VMI namespace is assumed. + type: string + required: + - networkName + type: object + name: + description: |- + Network name. + Must be a DNS_LABEL and unique within the vm. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + pod: + description: Represents the stock pod + network interface. + properties: + vmIPv6NetworkCIDR: + description: |- + IPv6 CIDR for the vm network. + Defaults to fd10:0:2::/120 if not specified. + type: string + vmNetworkCIDR: + description: |- + CIDR for vm network. + Default 10.0.2.0/24 if not specified. + type: string + type: object + required: + - name + type: object + maxItems: 256 + type: array + nodeSelector: + additionalProperties: + type: string + description: |- + NodeSelector is a selector which must be true for the vmi to fit on a node. + Selector which must match a node's labels for the vmi to be scheduled on that node. + More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + type: object + priorityClassName: + description: |- + If specified, indicates the pod's priority. + If not specified, the pod priority will be default or zero if there is no + default. + type: string + readinessProbe: + description: |- + Periodic probe of VirtualMachineInstance service readiness. + VirtualmachineInstances will be removed from service endpoints if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: |- + One and only one of the following should be specified. + Exec specifies the action to take, it will be executed on the guest through the qemu-guest-agent. + If the guest agent is not available, this probe will fail. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + guestAgentPing: + description: GuestAgentPing contacts the + qemu-guest-agent for availability checks. + type: object + httpGet: + description: HTTPGet specifies the http + request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set + in the request. HTTP allows repeated + headers. + items: + description: HTTPHeader describes + a custom header to be used in + HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field + value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the + HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the VirtualMachineInstance has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: |- + TCPSocket specifies an action involving a TCP port. + TCP hooks not yet supported + properties: + host: + description: 'Optional: Host name + to connect to, defaults to the pod + IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + For exec probes the timeout fails the probe but does not terminate the command running on the guest. + This means a blocking command can result in an increasing load on the guest. + A small buffer will be added to the resulting workload exec probe to compensate for delays + caused by the qemu guest exec mechanism. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + schedulerName: + description: |- + If specified, the VMI will be dispatched by specified scheduler. + If not specified, the VMI will be dispatched by default scheduler. + type: string + startStrategy: + description: StartStrategy can be set to "Paused" + if Virtual Machine should be started in + paused state. + type: string + subdomain: + description: |- + If specified, the fully qualified vmi hostname will be "...svc.". + If not specified, the vmi will not have a domainname at all. The DNS entry will resolve to the vmi, + no matter if the vmi itself can pick up a hostname. + type: string + terminationGracePeriodSeconds: + description: Grace period observed after signalling + a VirtualMachineInstance to stop after which + the VirtualMachineInstance is force terminated. + format: int64 + type: integer + tolerations: + description: If toleration is specified, obey + all the toleration rules. + items: + description: |- + The pod this Toleration is attached to tolerates any taint that matches + the triple using the matching operator . + properties: + effect: + description: |- + Effect indicates the taint effect to match. Empty means match all taint effects. + When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: |- + Key is the taint key that the toleration applies to. Empty means match all taint keys. + If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: |- + Operator represents a key's relationship to the value. + Valid operators are Exists and Equal. Defaults to Equal. + Exists is equivalent to wildcard for value, so that a pod can + tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: |- + TolerationSeconds represents the period of time the toleration (which must be + of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, + it is not set, which means tolerate the taint forever (do not evict). Zero and + negative values will be treated as 0 (evict immediately) by the system. + format: int64 + type: integer + value: + description: |- + Value is the taint value the toleration matches to. + If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + topologySpreadConstraints: + description: |- + TopologySpreadConstraints describes how a group of VMIs will be spread across a given topology + domains. K8s scheduler will schedule VMI pods in a way which abides by the constraints. + items: + description: TopologySpreadConstraint specifies + how to spread matching pods among the + given topology. + properties: + labelSelector: + description: |- + LabelSelector is used to find matching pods. + Pods that match this label selector are counted to determine the number of pods + in their corresponding topology domain. + properties: + matchExpressions: + description: matchExpressions is + a list of label selector requirements. + The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label + key that the selector applies + to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select the pods over which + spreading will be calculated. The keys are used to lookup values from the + incoming pod labels, those key-value labels are ANDed with labelSelector + to select the group of existing pods over which spreading will be calculated + for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. + MatchLabelKeys cannot be set when LabelSelector isn't set. + Keys that don't exist in the incoming pod labels will + be ignored. A null or empty list means only match against labelSelector. + + This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + maxSkew: + description: |- + MaxSkew describes the degree to which pods may be unevenly distributed. + When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference + between the number of matching pods in the target topology and the global minimum. + The global minimum is the minimum number of matching pods in an eligible domain + or zero if the number of eligible domains is less than MinDomains. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 2/2/1: + In this case, the global minimum is 1. + | zone1 | zone2 | zone3 | + | P P | P P | P | + - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; + scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) + violate MaxSkew(1). + - if MaxSkew is 2, incoming pod can be scheduled onto any zone. + When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence + to topologies that satisfy it. + It's a required field. Default value is 1 and 0 is not allowed. + format: int32 + type: integer + minDomains: + description: |- + MinDomains indicates a minimum number of eligible domains. + When the number of eligible domains with matching topology keys is less than minDomains, + Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. + And when the number of eligible domains with matching topology keys equals or greater than minDomains, + this value has no effect on scheduling. + As a result, when the number of eligible domains is less than minDomains, + scheduler won't schedule more than maxSkew Pods to those domains. + If value is nil, the constraint behaves as if MinDomains is equal to 1. + Valid values are integers greater than 0. + When value is not nil, WhenUnsatisfiable must be DoNotSchedule. + + For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same + labelSelector spread as 2/2/2: + | zone1 | zone2 | zone3 | + | P P | P P | P P | + The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. + In this situation, new pod with the same labelSelector cannot be scheduled, + because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, + it will violate MaxSkew. + format: int32 + type: integer + nodeAffinityPolicy: + description: |- + NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector + when calculating pod topology spread skew. Options are: + - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. + - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. + + If this value is nil, the behavior is equivalent to the Honor policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + nodeTaintsPolicy: + description: |- + NodeTaintsPolicy indicates how we will treat node taints when calculating + pod topology spread skew. Options are: + - Honor: nodes without taints, along with tainted nodes for which the incoming pod + has a toleration, are included. + - Ignore: node taints are ignored. All nodes are included. + + If this value is nil, the behavior is equivalent to the Ignore policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + topologyKey: + description: |- + TopologyKey is the key of node labels. Nodes that have a label with this key + and identical values are considered to be in the same topology. + We consider each as a "bucket", and try to put balanced number + of pods into each bucket. + We define a domain as a particular instance of a topology. + Also, we define an eligible domain as a domain whose nodes meet the requirements of + nodeAffinityPolicy and nodeTaintsPolicy. + e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. + And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. + It's a required field. + type: string + whenUnsatisfiable: + description: |- + WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy + the spread constraint. + - DoNotSchedule (default) tells the scheduler not to schedule it. + - ScheduleAnyway tells the scheduler to schedule the pod in any location, + but giving higher precedence to topologies that would help reduce the + skew. + A constraint is considered "Unsatisfiable" for an incoming pod + if and only if every possible node assignment for that pod would violate + "MaxSkew" on some topology. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 3/1/1: + | zone1 | zone2 | zone3 | + | P P P | P | P | + If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled + to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies + MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler + won't make it *more* imbalanced. + It's a required field. + type: string + required: + - maxSkew + - topologyKey + - whenUnsatisfiable + type: object + type: array + x-kubernetes-list-map-keys: + - topologyKey + - whenUnsatisfiable + x-kubernetes-list-type: map + volumes: + description: List of volumes that can be mounted + by disks belonging to the vmi. + items: + description: Volume represents a named volume + in a vmi. + properties: + cloudInitConfigDrive: + description: |- + CloudInitConfigDrive represents a cloud-init Config Drive user-data source. + The Config Drive data will be added as a disk to the vmi. A proper cloud-init installation is required inside the guest. + More info: https://cloudinit.readthedocs.io/en/latest/topics/datasources/configdrive.html + properties: + networkData: + description: NetworkData contains + config drive inline cloud-init + networkdata. + type: string + networkDataBase64: + description: NetworkDataBase64 contains + config drive cloud-init networkdata + as a base64 encoded string. + type: string + networkDataSecretRef: + description: NetworkDataSecretRef + references a k8s secret that contains + config drive networkdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + secretRef: + description: UserDataSecretRef references + a k8s secret that contains config + drive userdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + userData: + description: UserData contains config + drive inline cloud-init userdata. + type: string + userDataBase64: + description: UserDataBase64 contains + config drive cloud-init userdata + as a base64 encoded string. + type: string + type: object + cloudInitNoCloud: + description: |- + CloudInitNoCloud represents a cloud-init NoCloud user-data source. + The NoCloud data will be added as a disk to the vmi. A proper cloud-init installation is required inside the guest. + More info: http://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html + properties: + networkData: + description: NetworkData contains + NoCloud inline cloud-init networkdata. + type: string + networkDataBase64: + description: NetworkDataBase64 contains + NoCloud cloud-init networkdata + as a base64 encoded string. + type: string + networkDataSecretRef: + description: NetworkDataSecretRef + references a k8s secret that contains + NoCloud networkdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + secretRef: + description: UserDataSecretRef references + a k8s secret that contains NoCloud + userdata. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + userData: + description: UserData contains NoCloud + inline cloud-init userdata. + type: string + userDataBase64: + description: UserDataBase64 contains + NoCloud cloud-init userdata as + a base64 encoded string. + type: string + type: object + configMap: + description: |- + ConfigMapSource represents a reference to a ConfigMap in the same namespace. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/ + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the + ConfigMap or it's keys must be + defined + type: boolean + volumeLabel: + description: |- + The volume label of the resulting disk inside the VMI. + Different bootstrapping mechanisms require different values. + Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). + type: string + type: object + x-kubernetes-map-type: atomic + containerDisk: + description: |- + ContainerDisk references a docker image, embedding a qcow or raw disk. + More info: https://kubevirt.gitbooks.io/user-guide/registry-disk.html + properties: + image: + description: Image is the name of + the image with the embedded disk. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + imagePullSecret: + description: ImagePullSecret is + the name of the Docker registry + secret required to pull the image. + The secret must already exist. + type: string + path: + description: Path defines the path + to disk file in the container + type: string + required: + - image + type: object + dataVolume: + description: |- + DataVolume represents the dynamic creation a PVC for this volume as well as + the process of populating that PVC with a disk image. + properties: + hotpluggable: + description: Hotpluggable indicates + whether the volume can be hotplugged + and hotunplugged. + type: boolean + name: + description: Name of both the DataVolume + and the PVC in the same namespace. + type: string + required: + - name + type: object + downwardAPI: + description: DownwardAPI represents + downward API about the pod that should + populate this volume + properties: + fields: + description: Fields is a list of + downward API volume file + items: + description: DownwardAPIVolumeFile + represents information to create + the file containing the pod + field + properties: + fieldRef: + description: 'Required: Selects + a field of the pod: only + annotations, labels, name, + namespace and uid are supported.' + properties: + apiVersion: + description: Version of + the schema the FieldPath + is written in terms + of, defaults to "v1". + type: string + fieldPath: + description: Path of the + field to select in the + specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + description: |- + Optional: mode bits used to set permissions on this file, must be an octal value + between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: 'Required: Path + is the relative path name + of the file to be created. + Must not be absolute or + contain the ''..'' path. + Must be utf-8 encoded. The + first item of the relative + path must not start with + ''..''' + type: string + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + properties: + containerName: + description: 'Container + name: required for volumes, + optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies + the output format of + the exposed resources, + defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: + resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + volumeLabel: + description: |- + The volume label of the resulting disk inside the VMI. + Different bootstrapping mechanisms require different values. + Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). + type: string + type: object + downwardMetrics: + description: |- + DownwardMetrics adds a very small disk to VMIs which contains a limited view of host and guest + metrics. The disk content is compatible with vhostmd (https://github.com/vhostmd/vhostmd) and vm-dump-metrics. + type: object + emptyDisk: + description: |- + EmptyDisk represents a temporary disk which shares the vmis lifecycle. + More info: https://kubevirt.gitbooks.io/user-guide/disks-and-volumes.html + properties: + capacity: + anyOf: + - type: integer + - type: string + description: Capacity of the sparse + disk. + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + required: + - capacity + type: object + ephemeral: + description: Ephemeral is a special + volume source that "wraps" specified + source and provides copy-on-write + image on top of it. + properties: + persistentVolumeClaim: + description: |- + PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. + Directly attached to the vmi via qemu. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + type: object + hostDisk: + description: HostDisk represents a disk + created on the cluster level + properties: + capacity: + anyOf: + - type: integer + - type: string + description: Capacity of the sparse + disk + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + path: + description: The path to HostDisk + image located on the cluster + type: string + shared: + description: Shared indicate whether + the path is shared between nodes + type: boolean + type: + description: |- + Contains information if disk.img exists or should be created + allowed options are 'Disk' and 'DiskOrCreate' + type: string + required: + - path + - type + type: object + memoryDump: + description: MemoryDump is attached + to the virt launcher and is populated + with a memory dump of the vmi + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + hotpluggable: + description: Hotpluggable indicates + whether the volume can be hotplugged + and hotunplugged. + type: boolean + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + name: + description: |- + Volume's name. + Must be a DNS_LABEL and unique within the vmi. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + persistentVolumeClaim: + description: |- + PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. + Directly attached to the vmi via qemu. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + hotpluggable: + description: Hotpluggable indicates + whether the volume can be hotplugged + and hotunplugged. + type: boolean + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + secret: + description: |- + SecretVolumeSource represents a reference to a secret data in the same namespace. + More info: https://kubernetes.io/docs/concepts/configuration/secret/ + properties: + optional: + description: Specify whether the + Secret or it's keys must be defined + type: boolean + secretName: + description: |- + Name of the secret in the pod's namespace to use. + More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + type: string + volumeLabel: + description: |- + The volume label of the resulting disk inside the VMI. + Different bootstrapping mechanisms require different values. + Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). + type: string + type: object + serviceAccount: + description: |- + ServiceAccountVolumeSource represents a reference to a service account. + There can only be one volume of this type! + More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + properties: + serviceAccountName: + description: |- + Name of the service account in the pod's namespace to use. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + type: string + type: object + sysprep: + description: Represents a Sysprep volume + source. + properties: + configMap: + description: ConfigMap references + a ConfigMap that contains Sysprep + answer file named autounattend.xml + that should be attached as disk + of CDROM type. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + secret: + description: Secret references a + k8s Secret that contains Sysprep + answer file named autounattend.xml + that should be attached as disk + of CDROM type. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + maxItems: 256 + type: array + required: + - domain + type: object + type: object + updateVolumesStrategy: + description: UpdateVolumesStrategy is the strategy + to apply on volumes updates + type: string + required: + - template + type: object + type: object + type: object + required: + - spec + type: object + required: + - template + type: object + type: object + served: true + storage: true +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-manager + namespace: capk-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-leader-election-role + namespace: capk-system +rules: +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch + - create + - update + - patch + - delete +- apiGroups: + - "" + resources: + - configmaps/status + verbs: + - get + - update + - patch +- apiGroups: + - "" + resources: + - events + verbs: + - create +- apiGroups: + - coordination.k8s.io + resources: + - leases + verbs: + - get + - list + - watch + - create + - update + - patch + - delete +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-manager-role +rules: +- apiGroups: + - "" + resources: + - configmaps + - serviceaccounts + verbs: + - delete + - list +- apiGroups: + - "" + resources: + - secrets + - services + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - apps + resources: + - deployments + verbs: + - delete + - list +- apiGroups: + - cdi.kubevirt.io + resources: + - datavolumes + verbs: + - get + - list + - watch +- apiGroups: + - cluster.x-k8s.io + resources: + - clusters + - machines + verbs: + - get + - list + - watch +- apiGroups: + - infrastructure.cluster.x-k8s.io + resources: + - kubevirtclusters + - kubevirtmachines + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - infrastructure.cluster.x-k8s.io + resources: + - kubevirtclusters/status + - kubevirtmachines/status + verbs: + - get + - patch + - update +- apiGroups: + - kubevirt.io + resources: + - virtualmachineinstances + verbs: + - delete + - get +- apiGroups: + - kubevirt.io + resources: + - virtualmachines + verbs: + - create + - delete + - get + - patch + - update +- apiGroups: + - rbac.authorization.k8s.io + resources: + - rolebindings + - roles + verbs: + - delete + - list +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-leader-election-rolebinding + namespace: capk-system +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: capk-leader-election-role +subjects: +- kind: ServiceAccount + name: capk-manager + namespace: capk-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-manager-rolebinding +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: capk-manager-role +subjects: +- kind: ServiceAccount + name: capk-manager + namespace: capk-system +--- +apiVersion: v1 +kind: Service +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-webhook-service + namespace: capk-system +spec: + ports: + - port: 443 + targetPort: 9443 + selector: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + control-plane: controller-manager +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + control-plane: controller-manager + name: capk-controller-manager + namespace: capk-system +spec: + replicas: 1 + selector: + matchLabels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + control-plane: controller-manager + template: + metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + control-plane: controller-manager + spec: + containers: + - args: + - --leader-elect + - --feature-gates=MachinePool=false + command: + - /manager + env: + - name: NO_PROXY + value: 127.0.0.1,localhost + image: quay.io/capk/capk-manager:v0.1.10 + imagePullPolicy: Always + livenessProbe: + httpGet: + path: /healthz + port: healthz + name: manager + ports: + - containerPort: 9443 + name: webhook-server + protocol: TCP + - containerPort: 9440 + name: healthz + protocol: TCP + readinessProbe: + httpGet: + path: /readyz + port: healthz + volumeMounts: + - mountPath: /tmp/k8s-webhook-server/serving-certs + name: cert + readOnly: true + serviceAccountName: capk-manager + terminationGracePeriodSeconds: 10 + tolerations: + - effect: NoSchedule + key: node-role.kubernetes.io/master + volumes: + - name: cert + secret: + defaultMode: 420 + secretName: capk-webhook-service-cert +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-serving-cert + namespace: capk-system +spec: + dnsNames: + - capk-webhook-service.capk-system.svc + - capk-webhook-service.capk-system.svc.cluster.local + issuerRef: + kind: Issuer + name: capk-selfsigned-issuer + secretName: capk-webhook-service-cert +--- +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-selfsigned-issuer + namespace: capk-system +spec: + selfSigned: {} +--- +apiVersion: admissionregistration.k8s.io/v1 +kind: ValidatingWebhookConfiguration +metadata: + annotations: + cert-manager.io/inject-ca-from: capk-system/capk-serving-cert + creationTimestamp: null + labels: + cluster.x-k8s.io/provider: kubevirt + cluster.x-k8s.io/v1alpha1: v1alpha1 + cluster.x-k8s.io/v1alpha2: v1alpha1 + cluster.x-k8s.io/v1alpha3: v1alpha1 + cluster.x-k8s.io/v1alpha4: v1alpha1 + cluster.x-k8s.io/v1beta1: v1alpha1 + name: capk-validating-webhook-configuration +webhooks: +- admissionReviewVersions: + - v1beta1 + clientConfig: + service: + name: capk-webhook-service + namespace: capk-system + path: /validate-infrastructure-cluster-x-k8s-io-v1alpha1-kubevirtmachinetemplate + failurePolicy: Fail + matchPolicy: Equivalent + name: validation.kubevirtmachinetemplate.infrastructure.cluster.x-k8s.io + rules: + - apiGroups: + - infrastructure.cluster.x-k8s.io + apiVersions: + - v1alpha1 + operations: + - CREATE + - UPDATE + resources: + - kubevirtmachinetemplates + sideEffects: None diff --git a/packages/system/capi-providers-infraprovider/files/metadata.yaml b/packages/system/capi-providers-infraprovider/files/metadata.yaml new file mode 100644 index 00000000..1045d3d7 --- /dev/null +++ b/packages/system/capi-providers-infraprovider/files/metadata.yaml @@ -0,0 +1,11 @@ +# maps release series of major.minor to cluster-api contract version +# the contract version may change between minor or major versions, but *not* +# between patch versions. +# +# update this file only when a new major or minor version is released +apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3 +kind: Metadata +releaseSeries: + - major: 0 + minor: 1 + contract: v1beta1 diff --git a/packages/system/capi-providers-infraprovider/templates/configmaps.yaml b/packages/system/capi-providers-infraprovider/templates/configmaps.yaml new file mode 100644 index 00000000..5b7c4322 --- /dev/null +++ b/packages/system/capi-providers-infraprovider/templates/configmaps.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: v0.1.10-infraprovider + labels: + infraprovider-components: cozy + annotations: + provider.cluster.x-k8s.io/compressed: "true" +binaryData: + components: {{ .Files.Get "files/components.gz" | b64enc | quote }} +data: + metadata: {{ .Files.Get "files/metadata.yaml" | quote }} diff --git a/packages/system/capi-providers-infraprovider/templates/providers.yaml b/packages/system/capi-providers-infraprovider/templates/providers.yaml new file mode 100644 index 00000000..4bb4a6af --- /dev/null +++ b/packages/system/capi-providers-infraprovider/templates/providers.yaml @@ -0,0 +1,11 @@ +apiVersion: operator.cluster.x-k8s.io/v1alpha2 +kind: InfrastructureProvider +metadata: + name: kubevirt +spec: + # https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt + version: v0.1.10-infraprovider + fetchConfig: + selector: + matchLabels: + infraprovider-components: cozy diff --git a/packages/system/capi-providers/templates/providers.yaml b/packages/system/capi-providers/templates/providers.yaml deleted file mode 100644 index b2accf40..00000000 --- a/packages/system/capi-providers/templates/providers.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -apiVersion: operator.cluster.x-k8s.io/v1alpha2 -kind: CoreProvider -metadata: - name: cluster-api -spec: - # https://github.com/kubernetes-sigs/cluster-api - version: v1.10.1 ---- -apiVersion: operator.cluster.x-k8s.io/v1alpha2 -kind: ControlPlaneProvider -metadata: - name: kamaji -spec: - # https://github.com/clastix/cluster-api-control-plane-provider-kamaji - version: v0.15.1 - deployment: - containers: - - name: manager - resources: - limits: - cpu: "1" - memory: 1024Mi - requests: - cpu: "10m" - memory: 128Mi ---- -apiVersion: operator.cluster.x-k8s.io/v1alpha2 -kind: BootstrapProvider -metadata: - name: kubeadm -spec: - # https://github.com/kubernetes-sigs/cluster-api - version: v1.10.1 ---- -apiVersion: operator.cluster.x-k8s.io/v1alpha2 -kind: InfrastructureProvider -metadata: - name: kubevirt -spec: - # https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt - version: v0.1.10 diff --git a/scripts/migrations/13 b/scripts/migrations/13 new file mode 100644 index 00000000..96faa6a7 --- /dev/null +++ b/scripts/migrations/13 @@ -0,0 +1,8 @@ +#!/bin/sh +# Migration 13 --> 14 + +# Delete capi-providers +kubectl delete hr capi-providers -n cozy-cluster-api + +# Write version to cozystack-version config +kubectl create configmap -n cozy-system cozystack-version --from-literal=version=14 --dry-run=client -o yaml | kubectl apply -f-

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 K{oWIZ0Q5h>n~=5u literal 0 HcmV?d00001 diff --git a/packages/system/capi-providers-cpprovider/files/control-plane-components.yaml b/packages/system/capi-providers-cpprovider/files/control-plane-components.yaml new file mode 100644 index 00000000..d30e7373 --- /dev/null +++ b/packages/system/capi-providers-cpprovider/files/control-plane-components.yaml @@ -0,0 +1,13658 @@ +apiVersion: v1 +kind: Namespace +metadata: + labels: + app.kubernetes.io/component: manager + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: system + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: namespace + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + control-plane: controller-manager + name: kamaji-system +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.16.4 + labels: + cluster.x-k8s.io/provider: kamaji + cluster.x-k8s.io/v1beta1: v1alpha1 + name: kamajicontrolplanes.controlplane.cluster.x-k8s.io +spec: + group: controlplane.cluster.x-k8s.io + names: + categories: + - cluster-api + - kamaji + kind: KamajiControlPlane + listKind: KamajiControlPlaneList + plural: kamajicontrolplanes + shortNames: + - ktcp + singular: kamajicontrolplane + scope: Namespaced + versions: + - additionalPrinterColumns: + - description: The desired Kubernetes version + jsonPath: .spec.version + name: Version + type: string + - description: Check if the Kamaji Control Plane has been initialized + jsonPath: .status.initialized + name: Initialized + type: boolean + - description: Check if the Kamaji Control Plane is up and running + jsonPath: .status.ready + name: Ready + type: boolean + - description: Age + jsonPath: .metadata.creationTimestamp + name: Age + type: date + name: v1alpha1 + schema: + openAPIV3Schema: + description: KamajiControlPlane is the Schema for the kamajicontrolplanes API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: KamajiControlPlaneSpec defines the desired state of KamajiControlPlane. + properties: + addons: + description: The addons that must be managed by Kamaji, such as CoreDNS, kube-proxy, and konnectivity. + properties: + coreDNS: + description: |- + Enables the DNS addon in the Tenant Cluster. + The registry and the tag are configurable, the image is hard-coded to `coredns`. + properties: + dnsServiceIPs: + description: |- + DNSServiceIPs contains the CoreDNS Service IPs. + When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR. + items: + type: string + type: array + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the default ImageRepository will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: object + konnectivity: + description: Enables the Konnectivity addon in the Tenant Cluster, required if the worker nodes are in a different network. + properties: + agent: + default: + image: registry.k8s.io/kas-network-proxy/proxy-agent + version: v0.28.6 + properties: + extraArgs: + description: |- + ExtraArgs allows adding additional arguments to said component. + WARNING - This option can override existing konnectivity + parameters and cause konnectivity components to misbehave in + unxpected ways. Only modify if you know what you are doing. + items: + type: string + type: array + image: + default: registry.k8s.io/kas-network-proxy/proxy-agent + description: AgentImage defines the container image for Konnectivity's agent. + type: string + tolerations: + default: + - key: CriticalAddonsOnly + operator: Exists + description: |- + Tolerations for the deployed agent. + Can be customized to start the konnectivity-agent even if the nodes are not ready or tainted. + items: + description: |- + The pod this Toleration is attached to tolerates any taint that matches + the triple using the matching operator . + properties: + effect: + description: |- + Effect indicates the taint effect to match. Empty means match all taint effects. + When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: |- + Key is the taint key that the toleration applies to. Empty means match all taint keys. + If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: |- + Operator represents a key's relationship to the value. + Valid operators are Exists and Equal. Defaults to Equal. + Exists is equivalent to wildcard for value, so that a pod can + tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: |- + TolerationSeconds represents the period of time the toleration (which must be + of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, + it is not set, which means tolerate the taint forever (do not evict). Zero and + negative values will be treated as 0 (evict immediately) by the system. + format: int64 + type: integer + value: + description: |- + Value is the taint value the toleration matches to. + If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + version: + default: v0.28.6 + description: Version for Konnectivity agent. + type: string + type: object + server: + default: + image: registry.k8s.io/kas-network-proxy/proxy-server + port: 8132 + version: v0.28.6 + properties: + extraArgs: + description: |- + ExtraArgs allows adding additional arguments to said component. + WARNING - This option can override existing konnectivity + parameters and cause konnectivity components to misbehave in + unxpected ways. Only modify if you know what you are doing. + items: + type: string + type: array + image: + default: registry.k8s.io/kas-network-proxy/proxy-server + description: Container image used by the Konnectivity server. + type: string + port: + description: The port which Konnectivity server is listening to. + format: int32 + type: integer + resources: + description: Resources define the amount of CPU and memory to allocate to the Konnectivity server. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + version: + default: v0.28.6 + description: Container image version of the Konnectivity server. + type: string + required: + - port + type: object + type: object + kubeProxy: + description: |- + Enables the kube-proxy addon in the Tenant Cluster. + The registry and the tag are configurable, the image is hard-coded to `kube-proxy`. + properties: + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the default ImageRepository will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: object + type: object + admissionControllers: + description: |- + List of the admission controllers to configure for the TenantControlPlane kube-apiserver. + By default, no admission controllers are enabled, refer to the desired Kubernetes version. + + More info: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/ + items: + enum: + - AlwaysAdmit + - AlwaysDeny + - AlwaysPullImages + - CertificateApproval + - CertificateSigning + - CertificateSubjectRestriction + - DefaultIngressClass + - DefaultStorageClass + - DefaultTolerationSeconds + - DenyEscalatingExec + - DenyExecOnPrivileged + - DenyServiceExternalIPs + - EventRateLimit + - ExtendedResourceToleration + - ImagePolicyWebhook + - LimitPodHardAntiAffinityTopology + - LimitRanger + - MutatingAdmissionWebhook + - NamespaceAutoProvision + - NamespaceExists + - NamespaceLifecycle + - NodeRestriction + - OwnerReferencesPermissionEnforcement + - PersistentVolumeClaimResize + - PersistentVolumeLabel + - PodNodeSelector + - PodSecurity + - PodSecurityPolicy + - PodTolerationRestriction + - Priority + - ResourceQuota + - RuntimeClass + - SecurityContextDeny + - ServiceAccount + - StorageObjectInUseProtection + - TaintNodesByCondition + - ValidatingAdmissionWebhook + type: string + type: array + apiServer: + description: ControlPlaneComponent allows the customization for the given component of the control plane. + properties: + containerImageName: + description: |- + In combination with the container registry, it can override the component container image. + With no value, the default images will be used. + minLength: 1 + type: string + extraArgs: + items: + type: string + type: array + extraVolumeMounts: + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + controlPlaneEndpoint: + description: ControlPlaneEndpoint propagates the endpoint the Kubernetes API Server managed by Kamaji is located. + properties: + host: + description: host is the hostname on which the API server is serving. + maxLength: 512 + type: string + port: + description: port is the port on which the API server is serving. + format: int32 + type: integer + required: + - host + - port + type: object + controllerManager: + description: ControlPlaneComponent allows the customization for the given component of the control plane. + properties: + containerImageName: + description: |- + In combination with the container registry, it can override the component container image. + With no value, the default images will be used. + minLength: 1 + type: string + extraArgs: + items: + type: string + type: array + extraVolumeMounts: + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + dataStoreName: + description: |- + The Kamaji DataStore to use for the given TenantControlPlane. + Retrieve the list of the allowed ones by issuing "kubectl get datastores.kamaji.clastix.io". + type: string + dataStoreSchema: + description: DataStoreSchema allows to specify the name of the database (for relational DataStores) or the key prefix (for etcd) + type: string + deployment: + description: Configure how the TenantControlPlane Deployment object should be configured. + properties: + additionalMetadata: + description: |- + AdditionalMetadata refers to the additional labels and annotations attached + to the resulting Deployment managed by Kamaji. + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + affinity: + description: Affinity is a group of affinity scheduling rules. + properties: + nodeAffinity: + description: Describes node affinity scheduling rules for the pod. + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node matches the corresponding matchExpressions; the + node(s) with the highest sum are the most preferred. + items: + description: |- + An empty preferred scheduling term matches all objects with implicit weight 0 + (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). + properties: + preference: + description: A node selector term, associated with the corresponding weight. + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchFields: + description: A list of node selector requirements by node's fields. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + type: object + x-kubernetes-map-type: atomic + weight: + description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to an update), the system + may or may not try to eventually evict the pod from its node. + properties: + nodeSelectorTerms: + description: Required. A list of node selector terms. The terms are ORed. + items: + description: |- + A null or empty node selector term matches no objects. The requirements of + them are ANDed. + The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchFields: + description: A list of node selector requirements by node's fields. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + type: object + x-kubernetes-map-type: atomic + type: array + x-kubernetes-list-type: atomic + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + description: Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the + node(s) with the highest sum are the most preferred. + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + weight: + description: |- + weight associated with matching the corresponding podAffinityTerm, + in the range 1-100. + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to a pod label update), the + system may or may not try to eventually evict the pod from its node. + When there are multiple elements, the lists of nodes corresponding to each + podAffinityTerm are intersected, i.e. all terms must be satisfied. + items: + description: |- + Defines a set of pods (namely those matching the labelSelector + relative to the given namespace(s)) that this pod should be + co-located (affinity) or not co-located (anti-affinity) with, + where co-located is defined as running on a node whose value of + the label with key matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + podAntiAffinity: + description: Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the anti-affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling anti-affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the + node(s) with the highest sum are the most preferred. + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + weight: + description: |- + weight associated with matching the corresponding podAffinityTerm, + in the range 1-100. + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the anti-affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the anti-affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to a pod label update), the + system may or may not try to eventually evict the pod from its node. + When there are multiple elements, the lists of nodes corresponding to each + podAffinityTerm are intersected, i.e. all terms must be satisfied. + items: + description: |- + Defines a set of pods (namely those matching the labelSelector + relative to the given namespace(s)) that this pod should be + co-located (affinity) or not co-located (anti-affinity) with, + where co-located is defined as running on a node whose value of + the label with key matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + type: object + externalClusterReference: + description: |- + ExternalClusterReference allows defining the target Cluster where the Tenant Control Plane components must be deployed. + When this value is nil, the Cluster API management cluster will be used as a target. + The ExternalClusterReference feature gate must be enabled with one of the available flags. + properties: + deploymentNamespace: + description: The Namespace where the resulting TenantControlPlane must be deployed to. + type: string + kubeconfigSecretKey: + description: The key used to extract the kubeconfig from the specified Secret. + minLength: 1 + type: string + kubeconfigSecretName: + description: |- + The Secret object containing the kubeconfig used to interact with the remote cluster that will host + the Tenant Control Plane resources generated by the Control Plane Provider. + minLength: 1 + type: string + kubeconfigSecretNamespace: + description: |- + When ExternalClusterReferenceCrossNamespace is enabled allows specifying a different Namespace where the kubeconfig can be retrieved. + With ExternalClusterReference this value can be left empty since the KamajiControlPlane object Namespace will be used. + type: string + required: + - deploymentNamespace + - kubeconfigSecretKey + - kubeconfigSecretName + type: object + extraContainers: + items: + description: A single application container that you want to run within a pod. + properties: + args: + description: |- + Arguments to the entrypoint. + The container image's CMD is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + command: + description: |- + Entrypoint array. Not executed within a shell. + The container image's ENTRYPOINT is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + env: + description: |- + List of environment variables to set in the container. + Cannot be updated. + items: + description: EnvVar represents an environment variable present in a Container. + properties: + name: + description: Name of the environment variable. Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the pod's namespace + properties: + key: + description: The key of the secret to select from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + envFrom: + description: |- + List of sources to populate environment variables in the container. + The keys defined within a source must be a C_IDENTIFIER. All invalid keys + will be reported as an event when the container is starting. When a key exists in multiple + sources, the value associated with the last source will take precedence. + Values defined by an Env with a duplicate key will take precedence. + Cannot be updated. + items: + description: EnvFromSource represents the source of a set of ConfigMaps + properties: + configMapRef: + description: The ConfigMap to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + description: An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. + type: string + secretRef: + description: The Secret to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + x-kubernetes-list-type: atomic + image: + description: |- + Container image name. + More info: https://kubernetes.io/docs/concepts/containers/images + This field is optional to allow higher level config management to default or override + container images in workload controllers like Deployments and StatefulSets. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + lifecycle: + description: |- + Actions that the management system should take in response to container lifecycle events. + Cannot be updated. + properties: + postStart: + description: |- + PostStart is called immediately after a container is created. If the handler fails, + the container is terminated and restarted according to its restart policy. + Other management of the container blocks until the hook completes. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + description: |- + PreStop is called immediately before a container is terminated due to an + API request or management event such as liveness/startup probe failure, + preemption, resource contention, etc. The handler is not called if the + container crashes or exits. The Pod's termination grace period countdown begins before the + PreStop hook is executed. Regardless of the outcome of the handler, the + container will eventually terminate within the Pod's termination grace + period (unless delayed by finalizers). Other management of the container blocks until the hook completes + or until the termination grace period is reached. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + description: |- + Periodic probe of container liveness. + Container will be restarted if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + name: + description: |- + Name of the container specified as a DNS_LABEL. + Each container in a pod must have a unique name (DNS_LABEL). + Cannot be updated. + type: string + ports: + description: |- + List of ports to expose from the container. Not specifying a port here + DOES NOT prevent that port from being exposed. Any port which is + listening on the default "0.0.0.0" address inside a container will be + accessible from the network. + Modifying this array with strategic merge patch may corrupt the data. + For more information See https://github.com/kubernetes/kubernetes/issues/108255. + Cannot be updated. + items: + description: ContainerPort represents a network port in a single container. + properties: + containerPort: + description: |- + Number of port to expose on the pod's IP address. + This must be a valid port number, 0 < x < 65536. + format: int32 + type: integer + hostIP: + description: What host IP to bind the external port to. + type: string + hostPort: + description: |- + Number of port to expose on the host. + If specified, this must be a valid port number, 0 < x < 65536. + If HostNetwork is specified, this must match ContainerPort. + Most containers do not need this. + format: int32 + type: integer + name: + description: |- + If specified, this must be an IANA_SVC_NAME and unique within the pod. Each + named port in a pod must have a unique name. Name for the port that can be + referred to by services. + type: string + protocol: + default: TCP + description: |- + Protocol for port. Must be UDP, TCP, or SCTP. + Defaults to "TCP". + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + description: |- + Periodic probe of container service readiness. + Container will be removed from service endpoints if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + resizePolicy: + description: Resources resize policy for the container. + items: + description: ContainerResizePolicy represents resource resize policy for the container. + properties: + resourceName: + description: |- + Name of the resource to which this resource resize policy applies. + Supported values: cpu, memory. + type: string + restartPolicy: + description: |- + Restart policy to apply when specified resource is resized. + If not specified, it defaults to NotRequired. + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + description: |- + Compute Resources required by this container. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + restartPolicy: + description: |- + RestartPolicy defines the restart behavior of individual containers in a pod. + This field may only be set for init containers, and the only allowed value is "Always". + For non-init containers or when this field is not specified, + the restart behavior is defined by the Pod's restart policy and the container type. + Setting the RestartPolicy as "Always" for the init container will have the following effect: + this init container will be continually restarted on + exit until all regular containers have terminated. Once all regular + containers have completed, all init containers with restartPolicy "Always" + will be shut down. This lifecycle differs from normal init containers and + is often referred to as a "sidecar" container. Although this init + container still starts in the init container sequence, it does not wait + for the container to complete before proceeding to the next init + container. Instead, the next init container starts immediately after this + init container is started, or after any startupProbe has successfully + completed. + type: string + securityContext: + description: |- + SecurityContext defines the security options the container should be run with. + If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ + properties: + allowPrivilegeEscalation: + description: |- + AllowPrivilegeEscalation controls whether a process can gain more + privileges than its parent process. This bool directly controls if + the no_new_privs flag will be set on the container process. + AllowPrivilegeEscalation is true always when the container is: + 1) run as Privileged + 2) has CAP_SYS_ADMIN + Note that this field cannot be set when spec.os.name is windows. + type: boolean + appArmorProfile: + description: |- + appArmorProfile is the AppArmor options to use by this container. If set, this profile + overrides the pod's appArmorProfile. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile loaded on the node that should be used. + The profile must be preconfigured on the node to work. + Must match the loaded name of the profile. + Must be set if and only if type is "Localhost". + type: string + type: + description: |- + type indicates which kind of AppArmor profile will be applied. + Valid options are: + Localhost - a profile pre-loaded on the node. + RuntimeDefault - the container runtime's default profile. + Unconfined - no AppArmor enforcement. + type: string + required: + - type + type: object + capabilities: + description: |- + The capabilities to add/drop when running containers. + Defaults to the default set of capabilities granted by the container runtime. + Note that this field cannot be set when spec.os.name is windows. + properties: + add: + description: Added capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + drop: + description: Removed capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + type: object + privileged: + description: |- + Run container in privileged mode. + Processes in privileged containers are essentially equivalent to root on the host. + Defaults to false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + procMount: + description: |- + procMount denotes the type of proc mount to use for the containers. + The default value is Default which uses the container runtime defaults for + readonly paths and masked paths. + This requires the ProcMountType feature flag to be enabled. + Note that this field cannot be set when spec.os.name is windows. + type: string + readOnlyRootFilesystem: + description: |- + Whether this container has a read-only root filesystem. + Default is false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + runAsGroup: + description: |- + The GID to run the entrypoint of the container process. + Uses runtime default if unset. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + runAsNonRoot: + description: |- + Indicates that the container must run as a non-root user. + If true, the Kubelet will validate the image at runtime to ensure that it + does not run as UID 0 (root) and fail to start the container if it does. + If unset or false, no such validation will be performed. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: boolean + runAsUser: + description: |- + The UID to run the entrypoint of the container process. + Defaults to user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + seLinuxOptions: + description: |- + The SELinux context to be applied to the container. + If unspecified, the container runtime will allocate a random SELinux context for each + container. May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + properties: + level: + description: Level is SELinux level label that applies to the container. + type: string + role: + description: Role is a SELinux role label that applies to the container. + type: string + type: + description: Type is a SELinux type label that applies to the container. + type: string + user: + description: User is a SELinux user label that applies to the container. + type: string + type: object + seccompProfile: + description: |- + The seccomp options to use by this container. If seccomp options are + provided at both the pod & container level, the container options + override the pod options. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object + windowsOptions: + description: |- + The Windows specific settings applied to all containers. + If unspecified, the options from the PodSecurityContext will be used. + If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is linux. + properties: + gmsaCredentialSpec: + description: |- + GMSACredentialSpec is where the GMSA admission webhook + (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the + GMSA credential spec named by the GMSACredentialSpecName field. + type: string + gmsaCredentialSpecName: + description: GMSACredentialSpecName is the name of the GMSA credential spec to use. + type: string + hostProcess: + description: |- + HostProcess determines if a container should be run as a 'Host Process' container. + All of a Pod's containers must have the same effective HostProcess value + (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). + In addition, if HostProcess is true then HostNetwork must also be set to true. + type: boolean + runAsUserName: + description: |- + The UserName in Windows to run the entrypoint of the container process. + Defaults to the user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: string + type: object + type: object + startupProbe: + description: |- + StartupProbe indicates that the Pod has successfully initialized. + If specified, no other probes are executed until this completes successfully. + If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. + This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, + when it might take a long time to load data or warm a cache, than during steady-state operation. + This cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + stdin: + description: |- + Whether this container should allocate a buffer for stdin in the container runtime. If this + is not set, reads from stdin in the container will always result in EOF. + Default is false. + type: boolean + stdinOnce: + description: |- + Whether the container runtime should close the stdin channel after it has been opened by + a single attach. When stdin is true the stdin stream will remain open across multiple attach + sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the + first client attaches to stdin, and then remains open and accepts data until the client disconnects, + at which time stdin is closed and remains closed until the container is restarted. If this + flag is false, a container processes that reads from stdin will never receive an EOF. + Default is false + type: boolean + terminationMessagePath: + description: |- + Optional: Path at which the file to which the container's termination message + will be written is mounted into the container's filesystem. + Message written is intended to be brief final status, such as an assertion failure message. + Will be truncated by the node if greater than 4096 bytes. The total message length across + all containers will be limited to 12kb. + Defaults to /dev/termination-log. + Cannot be updated. + type: string + terminationMessagePolicy: + description: |- + Indicate how the termination message should be populated. File will use the contents of + terminationMessagePath to populate the container status message on both success and failure. + FallbackToLogsOnError will use the last chunk of container log output if the termination + message file is empty and the container exited with an error. + The log output is limited to 2048 bytes or 80 lines, whichever is smaller. + Defaults to File. + Cannot be updated. + type: string + tty: + description: |- + Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. + Default is false. + type: boolean + volumeDevices: + description: volumeDevices is the list of block devices to be used by the container. + items: + description: volumeDevice describes a mapping of a raw block device within a container. + properties: + devicePath: + description: devicePath is the path inside of the container that the device will be mapped to. + type: string + name: + description: name must match the name of a persistentVolumeClaim in the pod + type: string + required: + - devicePath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map + volumeMounts: + description: |- + Pod volumes to mount into the container's filesystem. + Cannot be updated. + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map + workingDir: + description: |- + Container's working directory. + If not specified, the container runtime's default will be used, which + might be configured in the container image. + Cannot be updated. + type: string + required: + - name + type: object + type: array + extraInitContainers: + items: + description: A single application container that you want to run within a pod. + properties: + args: + description: |- + Arguments to the entrypoint. + The container image's CMD is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + command: + description: |- + Entrypoint array. Not executed within a shell. + The container image's ENTRYPOINT is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + env: + description: |- + List of environment variables to set in the container. + Cannot be updated. + items: + description: EnvVar represents an environment variable present in a Container. + properties: + name: + description: Name of the environment variable. Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the pod's namespace + properties: + key: + description: The key of the secret to select from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + envFrom: + description: |- + List of sources to populate environment variables in the container. + The keys defined within a source must be a C_IDENTIFIER. All invalid keys + will be reported as an event when the container is starting. When a key exists in multiple + sources, the value associated with the last source will take precedence. + Values defined by an Env with a duplicate key will take precedence. + Cannot be updated. + items: + description: EnvFromSource represents the source of a set of ConfigMaps + properties: + configMapRef: + description: The ConfigMap to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + description: An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. + type: string + secretRef: + description: The Secret to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + x-kubernetes-list-type: atomic + image: + description: |- + Container image name. + More info: https://kubernetes.io/docs/concepts/containers/images + This field is optional to allow higher level config management to default or override + container images in workload controllers like Deployments and StatefulSets. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + lifecycle: + description: |- + Actions that the management system should take in response to container lifecycle events. + Cannot be updated. + properties: + postStart: + description: |- + PostStart is called immediately after a container is created. If the handler fails, + the container is terminated and restarted according to its restart policy. + Other management of the container blocks until the hook completes. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + description: |- + PreStop is called immediately before a container is terminated due to an + API request or management event such as liveness/startup probe failure, + preemption, resource contention, etc. The handler is not called if the + container crashes or exits. The Pod's termination grace period countdown begins before the + PreStop hook is executed. Regardless of the outcome of the handler, the + container will eventually terminate within the Pod's termination grace + period (unless delayed by finalizers). Other management of the container blocks until the hook completes + or until the termination grace period is reached. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + description: |- + Periodic probe of container liveness. + Container will be restarted if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + name: + description: |- + Name of the container specified as a DNS_LABEL. + Each container in a pod must have a unique name (DNS_LABEL). + Cannot be updated. + type: string + ports: + description: |- + List of ports to expose from the container. Not specifying a port here + DOES NOT prevent that port from being exposed. Any port which is + listening on the default "0.0.0.0" address inside a container will be + accessible from the network. + Modifying this array with strategic merge patch may corrupt the data. + For more information See https://github.com/kubernetes/kubernetes/issues/108255. + Cannot be updated. + items: + description: ContainerPort represents a network port in a single container. + properties: + containerPort: + description: |- + Number of port to expose on the pod's IP address. + This must be a valid port number, 0 < x < 65536. + format: int32 + type: integer + hostIP: + description: What host IP to bind the external port to. + type: string + hostPort: + description: |- + Number of port to expose on the host. + If specified, this must be a valid port number, 0 < x < 65536. + If HostNetwork is specified, this must match ContainerPort. + Most containers do not need this. + format: int32 + type: integer + name: + description: |- + If specified, this must be an IANA_SVC_NAME and unique within the pod. Each + named port in a pod must have a unique name. Name for the port that can be + referred to by services. + type: string + protocol: + default: TCP + description: |- + Protocol for port. Must be UDP, TCP, or SCTP. + Defaults to "TCP". + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + description: |- + Periodic probe of container service readiness. + Container will be removed from service endpoints if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + resizePolicy: + description: Resources resize policy for the container. + items: + description: ContainerResizePolicy represents resource resize policy for the container. + properties: + resourceName: + description: |- + Name of the resource to which this resource resize policy applies. + Supported values: cpu, memory. + type: string + restartPolicy: + description: |- + Restart policy to apply when specified resource is resized. + If not specified, it defaults to NotRequired. + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + description: |- + Compute Resources required by this container. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + restartPolicy: + description: |- + RestartPolicy defines the restart behavior of individual containers in a pod. + This field may only be set for init containers, and the only allowed value is "Always". + For non-init containers or when this field is not specified, + the restart behavior is defined by the Pod's restart policy and the container type. + Setting the RestartPolicy as "Always" for the init container will have the following effect: + this init container will be continually restarted on + exit until all regular containers have terminated. Once all regular + containers have completed, all init containers with restartPolicy "Always" + will be shut down. This lifecycle differs from normal init containers and + is often referred to as a "sidecar" container. Although this init + container still starts in the init container sequence, it does not wait + for the container to complete before proceeding to the next init + container. Instead, the next init container starts immediately after this + init container is started, or after any startupProbe has successfully + completed. + type: string + securityContext: + description: |- + SecurityContext defines the security options the container should be run with. + If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ + properties: + allowPrivilegeEscalation: + description: |- + AllowPrivilegeEscalation controls whether a process can gain more + privileges than its parent process. This bool directly controls if + the no_new_privs flag will be set on the container process. + AllowPrivilegeEscalation is true always when the container is: + 1) run as Privileged + 2) has CAP_SYS_ADMIN + Note that this field cannot be set when spec.os.name is windows. + type: boolean + appArmorProfile: + description: |- + appArmorProfile is the AppArmor options to use by this container. If set, this profile + overrides the pod's appArmorProfile. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile loaded on the node that should be used. + The profile must be preconfigured on the node to work. + Must match the loaded name of the profile. + Must be set if and only if type is "Localhost". + type: string + type: + description: |- + type indicates which kind of AppArmor profile will be applied. + Valid options are: + Localhost - a profile pre-loaded on the node. + RuntimeDefault - the container runtime's default profile. + Unconfined - no AppArmor enforcement. + type: string + required: + - type + type: object + capabilities: + description: |- + The capabilities to add/drop when running containers. + Defaults to the default set of capabilities granted by the container runtime. + Note that this field cannot be set when spec.os.name is windows. + properties: + add: + description: Added capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + drop: + description: Removed capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + type: object + privileged: + description: |- + Run container in privileged mode. + Processes in privileged containers are essentially equivalent to root on the host. + Defaults to false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + procMount: + description: |- + procMount denotes the type of proc mount to use for the containers. + The default value is Default which uses the container runtime defaults for + readonly paths and masked paths. + This requires the ProcMountType feature flag to be enabled. + Note that this field cannot be set when spec.os.name is windows. + type: string + readOnlyRootFilesystem: + description: |- + Whether this container has a read-only root filesystem. + Default is false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + runAsGroup: + description: |- + The GID to run the entrypoint of the container process. + Uses runtime default if unset. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + runAsNonRoot: + description: |- + Indicates that the container must run as a non-root user. + If true, the Kubelet will validate the image at runtime to ensure that it + does not run as UID 0 (root) and fail to start the container if it does. + If unset or false, no such validation will be performed. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: boolean + runAsUser: + description: |- + The UID to run the entrypoint of the container process. + Defaults to user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + seLinuxOptions: + description: |- + The SELinux context to be applied to the container. + If unspecified, the container runtime will allocate a random SELinux context for each + container. May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + properties: + level: + description: Level is SELinux level label that applies to the container. + type: string + role: + description: Role is a SELinux role label that applies to the container. + type: string + type: + description: Type is a SELinux type label that applies to the container. + type: string + user: + description: User is a SELinux user label that applies to the container. + type: string + type: object + seccompProfile: + description: |- + The seccomp options to use by this container. If seccomp options are + provided at both the pod & container level, the container options + override the pod options. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object + windowsOptions: + description: |- + The Windows specific settings applied to all containers. + If unspecified, the options from the PodSecurityContext will be used. + If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is linux. + properties: + gmsaCredentialSpec: + description: |- + GMSACredentialSpec is where the GMSA admission webhook + (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the + GMSA credential spec named by the GMSACredentialSpecName field. + type: string + gmsaCredentialSpecName: + description: GMSACredentialSpecName is the name of the GMSA credential spec to use. + type: string + hostProcess: + description: |- + HostProcess determines if a container should be run as a 'Host Process' container. + All of a Pod's containers must have the same effective HostProcess value + (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). + In addition, if HostProcess is true then HostNetwork must also be set to true. + type: boolean + runAsUserName: + description: |- + The UserName in Windows to run the entrypoint of the container process. + Defaults to the user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: string + type: object + type: object + startupProbe: + description: |- + StartupProbe indicates that the Pod has successfully initialized. + If specified, no other probes are executed until this completes successfully. + If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. + This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, + when it might take a long time to load data or warm a cache, than during steady-state operation. + This cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + stdin: + description: |- + Whether this container should allocate a buffer for stdin in the container runtime. If this + is not set, reads from stdin in the container will always result in EOF. + Default is false. + type: boolean + stdinOnce: + description: |- + Whether the container runtime should close the stdin channel after it has been opened by + a single attach. When stdin is true the stdin stream will remain open across multiple attach + sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the + first client attaches to stdin, and then remains open and accepts data until the client disconnects, + at which time stdin is closed and remains closed until the container is restarted. If this + flag is false, a container processes that reads from stdin will never receive an EOF. + Default is false + type: boolean + terminationMessagePath: + description: |- + Optional: Path at which the file to which the container's termination message + will be written is mounted into the container's filesystem. + Message written is intended to be brief final status, such as an assertion failure message. + Will be truncated by the node if greater than 4096 bytes. The total message length across + all containers will be limited to 12kb. + Defaults to /dev/termination-log. + Cannot be updated. + type: string + terminationMessagePolicy: + description: |- + Indicate how the termination message should be populated. File will use the contents of + terminationMessagePath to populate the container status message on both success and failure. + FallbackToLogsOnError will use the last chunk of container log output if the termination + message file is empty and the container exited with an error. + The log output is limited to 2048 bytes or 80 lines, whichever is smaller. + Defaults to File. + Cannot be updated. + type: string + tty: + description: |- + Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. + Default is false. + type: boolean + volumeDevices: + description: volumeDevices is the list of block devices to be used by the container. + items: + description: volumeDevice describes a mapping of a raw block device within a container. + properties: + devicePath: + description: devicePath is the path inside of the container that the device will be mapped to. + type: string + name: + description: name must match the name of a persistentVolumeClaim in the pod + type: string + required: + - devicePath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map + volumeMounts: + description: |- + Pod volumes to mount into the container's filesystem. + Cannot be updated. + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map + workingDir: + description: |- + Container's working directory. + If not specified, the container runtime's default will be used, which + might be configured in the container image. + Cannot be updated. + type: string + required: + - name + type: object + type: array + extraVolumes: + items: + description: Volume represents a named volume in a pod that may be accessed by any container in the pod. + properties: + awsElasticBlockStore: + description: |- + awsElasticBlockStore represents an AWS Disk resource that is attached to a + kubelet's host machine and then exposed to the pod. + Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree + awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + properties: + fsType: + description: |- + fsType is the filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + type: string + partition: + description: |- + partition is the partition in the volume that you want to mount. + If omitted, the default is to mount by volume name. + Examples: For volume /dev/sda1, you specify the partition as "1". + Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). + format: int32 + type: integer + readOnly: + description: |- + readOnly value true will force the readOnly setting in VolumeMounts. + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + type: boolean + volumeID: + description: |- + volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + type: string + required: + - volumeID + type: object + azureDisk: + description: |- + azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type + are redirected to the disk.csi.azure.com CSI driver. + properties: + cachingMode: + description: 'cachingMode is the Host Caching mode: None, Read Only, Read Write.' + type: string + diskName: + description: diskName is the Name of the data disk in the blob storage + type: string + diskURI: + description: diskURI is the URI of data disk in the blob storage + type: string + fsType: + default: ext4 + description: |- + fsType is Filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + kind: + description: 'kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared' + type: string + readOnly: + default: false + description: |- + readOnly Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + description: |- + azureFile represents an Azure File Service mount on the host and bind mount to the pod. + Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type + are redirected to the file.csi.azure.com CSI driver. + properties: + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretName: + description: secretName is the name of secret that contains Azure Storage Account Name and Key + type: string + shareName: + description: shareName is the azure share Name + type: string + required: + - secretName + - shareName + type: object + cephfs: + description: |- + cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. + Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported. + properties: + monitors: + description: |- + monitors is Required: Monitors is a collection of Ceph monitors + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + items: + type: string + type: array + x-kubernetes-list-type: atomic + path: + description: 'path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /' + type: string + readOnly: + description: |- + readOnly is Optional: Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + type: boolean + secretFile: + description: |- + secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + type: string + secretRef: + description: |- + secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + user: + description: |- + user is optional: User is the rados user name, default is admin + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + type: string + required: + - monitors + type: object + cinder: + description: |- + cinder represents a cinder volume attached and mounted on kubelets host machine. + Deprecated: Cinder is deprecated. All operations for the in-tree cinder type + are redirected to the cinder.csi.openstack.org CSI driver. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + type: string + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + type: boolean + secretRef: + description: |- + secretRef is optional: points to a secret object containing parameters used to connect + to OpenStack. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + description: |- + volumeID used to identify the volume in cinder. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + type: string + required: + - volumeID + type: object + configMap: + description: configMap represents a configMap that should populate this volume + properties: + defaultMode: + description: |- + defaultMode is optional: mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + Defaults to 0644. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + items: + description: |- + items if unspecified, each key-value pair in the Data field of the referenced + ConfigMap will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the ConfigMap, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: optional specify whether the ConfigMap or its keys must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + description: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers. + properties: + driver: + description: |- + driver is the name of the CSI driver that handles this volume. + Consult with your admin for the correct name as registered in the cluster. + type: string + fsType: + description: |- + fsType to mount. Ex. "ext4", "xfs", "ntfs". + If not provided, the empty value is passed to the associated CSI driver + which will determine the default filesystem to apply. + type: string + nodePublishSecretRef: + description: |- + nodePublishSecretRef is a reference to the secret object containing + sensitive information to pass to the CSI driver to complete the CSI + NodePublishVolume and NodeUnpublishVolume calls. + This field is optional, and may be empty if no secret is required. If the + secret object contains more than one secret, all secret references are passed. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + description: |- + readOnly specifies a read-only configuration for the volume. + Defaults to false (read/write). + type: boolean + volumeAttributes: + additionalProperties: + type: string + description: |- + volumeAttributes stores driver-specific properties that are passed to the CSI + driver. Consult your driver's documentation for supported values. + type: object + required: + - driver + type: object + downwardAPI: + description: downwardAPI represents downward API about the pod that should populate this volume + properties: + defaultMode: + description: |- + Optional: mode bits to use on created files by default. Must be a + Optional: mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + Defaults to 0644. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + items: + description: Items is a list of downward API volume file + items: + description: DownwardAPIVolumeFile represents information to create the file containing the pod field + properties: + fieldRef: + description: 'Required: Selects a field of the pod: only annotations, labels, name, namespace and uid are supported.' + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + description: |- + Optional: mode bits used to set permissions on this file, must be an octal value + between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: 'Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ''..'' path. Must be utf-8 encoded. The first item of the relative path must not start with ''..''' + type: string + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + x-kubernetes-list-type: atomic + type: object + emptyDir: + description: |- + emptyDir represents a temporary directory that shares a pod's lifetime. + More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + properties: + medium: + description: |- + medium represents what type of storage medium should back this directory. + The default is "" which means to use the node's default medium. + Must be an empty string (default) or Memory. + More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + description: |- + sizeLimit is the total amount of local storage required for this EmptyDir volume. + The size limit is also applicable for memory medium. + The maximum usage on memory medium EmptyDir would be the minimum value between + the SizeLimit specified here and the sum of memory limits of all containers in a pod. + The default is nil which means that the limit is undefined. + More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + description: |- + ephemeral represents a volume that is handled by a cluster storage driver. + The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, + and deleted when the pod is removed. + + Use this if: + a) the volume is only needed while the pod runs, + b) features of normal volumes like restoring from snapshot or capacity + tracking are needed, + c) the storage driver is specified through a storage class, and + d) the storage driver supports dynamic volume provisioning through + a PersistentVolumeClaim (see EphemeralVolumeSource for more + information on the connection between this volume type + and PersistentVolumeClaim). + + Use PersistentVolumeClaim or one of the vendor-specific + APIs for volumes that persist for longer than the lifecycle + of an individual pod. + + Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to + be used that way - see the documentation of the driver for + more information. + + A pod can use both types of ephemeral volumes and + persistent volumes at the same time. + properties: + volumeClaimTemplate: + description: |- + Will be used to create a stand-alone PVC to provision the volume. + The pod in which this EphemeralVolumeSource is embedded will be the + owner of the PVC, i.e. the PVC will be deleted together with the + pod. The name of the PVC will be `-` where + `` is the name from the `PodSpec.Volumes` array + entry. Pod validation will reject the pod if the concatenated name + is not valid for a PVC (for example, too long). + + An existing PVC with that name that is not owned by the pod + will *not* be used for the pod to avoid using an unrelated + volume by mistake. Starting the pod is then blocked until + the unrelated PVC is removed. If such a pre-created PVC is + meant to be used by the pod, the PVC has to updated with an + owner reference to the pod once the pod exists. Normally + this should not be necessary, but it may be useful when + manually reconstructing a broken cluster. + + This field is read-only and no changes will be made by Kubernetes + to the PVC after it has been created. + + Required, must not be nil. + properties: + metadata: + description: |- + May contain labels and annotations that will be copied into the PVC + when creating it. No other fields are allowed and will be rejected during + validation. + type: object + spec: + description: |- + The specification for the PersistentVolumeClaim. The entire content is + copied unchanged into the PVC that gets created from this + template. The same fields as in a PersistentVolumeClaim + are also valid here. + properties: + accessModes: + description: |- + accessModes contains the desired access modes the volume should have. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + items: + type: string + type: array + x-kubernetes-list-type: atomic + dataSource: + description: |- + dataSource field can be used to specify either: + * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) + * An existing PVC (PersistentVolumeClaim) + If the provisioner or an external controller can support the specified data source, + it will create a new volume based on the contents of the specified data source. + When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef, + and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified. + If the namespace is specified, then dataSourceRef will not be copied to dataSource. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + description: |- + dataSourceRef specifies the object from which to populate the volume with data, if a non-empty + volume is desired. This may be any object from a non-empty API group (non + core object) or a PersistentVolumeClaim object. + When this field is specified, volume binding will only succeed if the type of + the specified object matches some installed volume populator or dynamic + provisioner. + This field will replace the functionality of the dataSource field and as such + if both fields are non-empty, they must have the same value. For backwards + compatibility, when namespace isn't specified in dataSourceRef, + both fields (dataSource and dataSourceRef) will be set to the same + value automatically if one of them is empty and the other is non-empty. + When namespace is specified in dataSourceRef, + dataSource isn't set to the same value and must be empty. + There are three important differences between dataSource and dataSourceRef: + * While dataSource only allows two specific types of objects, dataSourceRef + allows any non-core object, as well as PersistentVolumeClaim objects. + * While dataSource ignores disallowed values (dropping them), dataSourceRef + preserves all values, and generates an error if a disallowed value is + specified. + * While dataSource only allows local objects, dataSourceRef allows objects + in any namespaces. + (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. + (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + namespace: + description: |- + Namespace is the namespace of resource being referenced + Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. + (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + type: string + required: + - kind + - name + type: object + resources: + description: |- + resources represents the minimum resources the volume should have. + If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements + that are lower than previous value but must still be higher than capacity recorded in the + status field of the claim. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + selector: + description: selector is a label query over volumes to consider for binding. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + description: |- + storageClassName is the name of the StorageClass required by the claim. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 + type: string + volumeAttributesClassName: + description: |- + volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. + If specified, the CSI driver will create or update the volume with the attributes defined + in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, + it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass + will be applied to the claim but it's not allowed to reset this field to empty string once it is set. + If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass + will be set by the persistentvolume controller if it exists. + If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be + set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource + exists. + More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ + (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default). + type: string + volumeMode: + description: |- + volumeMode defines what type of volume is required by the claim. + Value of Filesystem is implied when not included in claim spec. + type: string + volumeName: + description: volumeName is the binding reference to the PersistentVolume backing this claim. + type: string + type: object + required: + - spec + type: object + type: object + fc: + description: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + lun: + description: 'lun is Optional: FC target lun number' + format: int32 + type: integer + readOnly: + description: |- + readOnly is Optional: Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + targetWWNs: + description: 'targetWWNs is Optional: FC target worldwide names (WWNs)' + items: + type: string + type: array + x-kubernetes-list-type: atomic + wwids: + description: |- + wwids Optional: FC volume world wide identifiers (wwids) + Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + flexVolume: + description: |- + flexVolume represents a generic volume resource that is + provisioned/attached using an exec based plugin. + Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead. + properties: + driver: + description: driver is the name of the driver to use for this volume. + type: string + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. + type: string + options: + additionalProperties: + type: string + description: 'options is Optional: this field holds extra command options if any.' + type: object + readOnly: + description: |- + readOnly is Optional: defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretRef: + description: |- + secretRef is Optional: secretRef is reference to the secret object containing + sensitive information to pass to the plugin scripts. This may be + empty if no secret object is specified. If the secret object + contains more than one secret, all secrets are passed to the plugin + scripts. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + description: |- + flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. + Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported. + properties: + datasetName: + description: |- + datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker + should be considered as deprecated + type: string + datasetUUID: + description: datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset + type: string + type: object + gcePersistentDisk: + description: |- + gcePersistentDisk represents a GCE Disk resource that is attached to a + kubelet's host machine and then exposed to the pod. + Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree + gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + properties: + fsType: + description: |- + fsType is filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + type: string + partition: + description: |- + partition is the partition in the volume that you want to mount. + If omitted, the default is to mount by volume name. + Examples: For volume /dev/sda1, you specify the partition as "1". + Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + format: int32 + type: integer + pdName: + description: |- + pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + type: string + readOnly: + description: |- + readOnly here will force the ReadOnly setting in VolumeMounts. + Defaults to false. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + type: boolean + required: + - pdName + type: object + gitRepo: + description: |- + gitRepo represents a git repository at a particular revision. + Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an + EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir + into the Pod's container. + properties: + directory: + description: |- + directory is the target directory name. + Must not contain or start with '..'. If '.' is supplied, the volume directory will be the + git repository. Otherwise, if specified, the volume will contain the git repository in + the subdirectory with the given name. + type: string + repository: + description: repository is the URL + type: string + revision: + description: revision is the commit hash for the specified revision. + type: string + required: + - repository + type: object + glusterfs: + description: |- + glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. + Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. + More info: https://examples.k8s.io/volumes/glusterfs/README.md + properties: + endpoints: + description: |- + endpoints is the endpoint name that details Glusterfs topology. + More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + type: string + path: + description: |- + path is the Glusterfs volume path. + More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + type: string + readOnly: + description: |- + readOnly here will force the Glusterfs volume to be mounted with read-only permissions. + Defaults to false. + More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + type: boolean + required: + - endpoints + - path + type: object + hostPath: + description: |- + hostPath represents a pre-existing file or directory on the host + machine that is directly exposed to the container. This is generally + used for system agents or other privileged things that are allowed + to see the host machine. Most containers will NOT need this. + More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + properties: + path: + description: |- + path of the directory on the host. + If the path is a symlink, it will follow the link to the real path. + More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + type: string + type: + description: |- + type for HostPath Volume + Defaults to "" + More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + type: string + required: + - path + type: object + image: + description: |- + image represents an OCI object (a container image or artifact) pulled and mounted on the kubelet's host machine. + The volume is resolved at pod startup depending on which PullPolicy value is provided: + + - Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. + - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. + - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. + + The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. + A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. + The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. + The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. + The volume will be mounted read-only (ro) and non-executable files (noexec). + Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). + The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type. + properties: + pullPolicy: + description: |- + Policy for pulling OCI objects. Possible values are: + Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. + Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. + IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + type: string + reference: + description: |- + Required: Image or artifact reference to be used. + Behaves in the same way as pod.spec.containers[*].image. + Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. + More info: https://kubernetes.io/docs/concepts/containers/images + This field is optional to allow higher level config management to default or override + container images in workload controllers like Deployments and StatefulSets. + type: string + type: object + iscsi: + description: |- + iscsi represents an ISCSI Disk resource that is attached to a + kubelet's host machine and then exposed to the pod. + More info: https://examples.k8s.io/volumes/iscsi/README.md + properties: + chapAuthDiscovery: + description: chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication + type: boolean + chapAuthSession: + description: chapAuthSession defines whether support iSCSI Session CHAP authentication + type: boolean + fsType: + description: |- + fsType is the filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + type: string + initiatorName: + description: |- + initiatorName is the custom iSCSI Initiator Name. + If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface + : will be created for the connection. + type: string + iqn: + description: iqn is the target iSCSI Qualified Name. + type: string + iscsiInterface: + default: default + description: |- + iscsiInterface is the interface Name that uses an iSCSI transport. + Defaults to 'default' (tcp). + type: string + lun: + description: lun represents iSCSI Target Lun number. + format: int32 + type: integer + portals: + description: |- + portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port + is other than default (typically TCP ports 860 and 3260). + items: + type: string + type: array + x-kubernetes-list-type: atomic + readOnly: + description: |- + readOnly here will force the ReadOnly setting in VolumeMounts. + Defaults to false. + type: boolean + secretRef: + description: secretRef is the CHAP Secret for iSCSI target and initiator authentication + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + description: |- + targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port + is other than default (typically TCP ports 860 and 3260). + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + description: |- + name of the volume. + Must be a DNS_LABEL and unique within the pod. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + nfs: + description: |- + nfs represents an NFS mount on the host that shares a pod's lifetime + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + properties: + path: + description: |- + path that is exported by the NFS server. + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + type: string + readOnly: + description: |- + readOnly here will force the NFS export to be mounted with read-only permissions. + Defaults to false. + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + type: boolean + server: + description: |- + server is the hostname or IP address of the NFS server. + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + description: |- + persistentVolumeClaimVolumeSource represents a reference to a + PersistentVolumeClaim in the same namespace. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + description: |- + photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. + Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported. + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + pdID: + description: pdID is the ID that identifies Photon Controller persistent disk + type: string + required: + - pdID + type: object + portworxVolume: + description: |- + portworxVolume represents a portworx volume attached and mounted on kubelets host machine. + Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type + are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate + is on. + properties: + fsType: + description: |- + fSType represents the filesystem type to mount + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. + type: string + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + volumeID: + description: volumeID uniquely identifies a Portworx volume + type: string + required: + - volumeID + type: object + projected: + description: projected items for all in one resources secrets, configmaps, and downward API + properties: + defaultMode: + description: |- + defaultMode are the mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + sources: + description: |- + sources is the list of volume projections. Each entry in this list + handles one source. + items: + description: |- + Projection that may be projected along with other supported volume types. + Exactly one of these fields must be set. + properties: + clusterTrustBundle: + description: |- + ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field + of ClusterTrustBundle objects in an auto-updating file. + + Alpha, gated by the ClusterTrustBundleProjection feature gate. + + ClusterTrustBundle objects can either be selected by name, or by the + combination of signer name and a label selector. + + Kubelet performs aggressive normalization of the PEM contents written + into the pod filesystem. Esoteric PEM features such as inter-block + comments and block headers are stripped. Certificates are deduplicated. + The ordering of certificates within the file is arbitrary, and Kubelet + may change the order over time. + properties: + labelSelector: + description: |- + Select all ClusterTrustBundles that match this label selector. Only has + effect if signerName is set. Mutually-exclusive with name. If unset, + interpreted as "match nothing". If set but empty, interpreted as "match + everything". + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + name: + description: |- + Select a single ClusterTrustBundle by object name. Mutually-exclusive + with signerName and labelSelector. + type: string + optional: + description: |- + If true, don't block pod startup if the referenced ClusterTrustBundle(s) + aren't available. If using name, then the named ClusterTrustBundle is + allowed not to exist. If using signerName, then the combination of + signerName and labelSelector is allowed to match zero + ClusterTrustBundles. + type: boolean + path: + description: Relative path from the volume root to write the bundle. + type: string + signerName: + description: |- + Select all ClusterTrustBundles that match this signer name. + Mutually-exclusive with name. The contents of all selected + ClusterTrustBundles will be unified and deduplicated. + type: string + required: + - path + type: object + configMap: + description: configMap information about the configMap data to project + properties: + items: + description: |- + items if unspecified, each key-value pair in the Data field of the referenced + ConfigMap will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the ConfigMap, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: optional specify whether the ConfigMap or its keys must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + description: downwardAPI information about the downwardAPI data to project + properties: + items: + description: Items is a list of DownwardAPIVolume file + items: + description: DownwardAPIVolumeFile represents information to create the file containing the pod field + properties: + fieldRef: + description: 'Required: Selects a field of the pod: only annotations, labels, name, namespace and uid are supported.' + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + description: |- + Optional: mode bits used to set permissions on this file, must be an octal value + between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: 'Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ''..'' path. Must be utf-8 encoded. The first item of the relative path must not start with ''..''' + type: string + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + x-kubernetes-list-type: atomic + type: object + secret: + description: secret information about the secret data to project + properties: + items: + description: |- + items if unspecified, each key-value pair in the Data field of the referenced + Secret will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the Secret, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: optional field specify whether the Secret or its key must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + description: serviceAccountToken is information about the serviceAccountToken data to project + properties: + audience: + description: |- + audience is the intended audience of the token. A recipient of a token + must identify itself with an identifier specified in the audience of the + token, and otherwise should reject the token. The audience defaults to the + identifier of the apiserver. + type: string + expirationSeconds: + description: |- + expirationSeconds is the requested duration of validity of the service + account token. As the token approaches expiration, the kubelet volume + plugin will proactively rotate the service account token. The kubelet will + start trying to rotate the token if the token is older than 80 percent of + its time to live or if the token is older than 24 hours.Defaults to 1 hour + and must be at least 10 minutes. + format: int64 + type: integer + path: + description: |- + path is the path relative to the mount point of the file to project the + token into. + type: string + required: + - path + type: object + type: object + type: array + x-kubernetes-list-type: atomic + type: object + quobyte: + description: |- + quobyte represents a Quobyte mount on the host that shares a pod's lifetime. + Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported. + properties: + group: + description: |- + group to map volume access to + Default is no group + type: string + readOnly: + description: |- + readOnly here will force the Quobyte volume to be mounted with read-only permissions. + Defaults to false. + type: boolean + registry: + description: |- + registry represents a single or multiple Quobyte Registry services + specified as a string as host:port pair (multiple entries are separated with commas) + which acts as the central registry for volumes + type: string + tenant: + description: |- + tenant owning the given Quobyte volume in the Backend + Used with dynamically provisioned Quobyte volumes, value is set by the plugin + type: string + user: + description: |- + user to map volume access to + Defaults to serivceaccount user + type: string + volume: + description: volume is a string that references an already created Quobyte volume by name. + type: string + required: + - registry + - volume + type: object + rbd: + description: |- + rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. + Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. + More info: https://examples.k8s.io/volumes/rbd/README.md + properties: + fsType: + description: |- + fsType is the filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + type: string + image: + description: |- + image is the rados image name. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + keyring: + default: /etc/ceph/keyring + description: |- + keyring is the path to key ring for RBDUser. + Default is /etc/ceph/keyring. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + monitors: + description: |- + monitors is a collection of Ceph monitors. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + items: + type: string + type: array + x-kubernetes-list-type: atomic + pool: + default: rbd + description: |- + pool is the rados pool name. + Default is rbd. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + readOnly: + description: |- + readOnly here will force the ReadOnly setting in VolumeMounts. + Defaults to false. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: boolean + secretRef: + description: |- + secretRef is name of the authentication secret for RBDUser. If provided + overrides keyring. + Default is nil. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + user: + default: admin + description: |- + user is the rados user name. + Default is admin. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + required: + - image + - monitors + type: object + scaleIO: + description: |- + scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. + Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported. + properties: + fsType: + default: xfs + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". + Default is "xfs". + type: string + gateway: + description: gateway is the host address of the ScaleIO API Gateway. + type: string + protectionDomain: + description: protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. + type: string + readOnly: + description: |- + readOnly Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretRef: + description: |- + secretRef references to the secret for ScaleIO user and other + sensitive information. If this is not provided, Login operation will fail. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + description: sslEnabled Flag enable/disable SSL communication with Gateway, default false + type: boolean + storageMode: + default: ThinProvisioned + description: |- + storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. + Default is ThinProvisioned. + type: string + storagePool: + description: storagePool is the ScaleIO Storage Pool associated with the protection domain. + type: string + system: + description: system is the name of the storage system as configured in ScaleIO. + type: string + volumeName: + description: |- + volumeName is the name of a volume already created in the ScaleIO system + that is associated with this volume source. + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + description: |- + secret represents a secret that should populate this volume. + More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + properties: + defaultMode: + description: |- + defaultMode is Optional: mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values + for mode bits. Defaults to 0644. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + items: + description: |- + items If unspecified, each key-value pair in the Data field of the referenced + Secret will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the Secret, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + optional: + description: optional field specify whether the Secret or its keys must be defined + type: boolean + secretName: + description: |- + secretName is the name of the secret in the pod's namespace to use. + More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + type: string + type: object + storageos: + description: |- + storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. + Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretRef: + description: |- + secretRef specifies the secret to use for obtaining the StorageOS API + credentials. If not specified, default values will be attempted. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + description: |- + volumeName is the human-readable name of the StorageOS volume. Volume + names are only unique within a namespace. + type: string + volumeNamespace: + description: |- + volumeNamespace specifies the scope of the volume within StorageOS. If no + namespace is specified then the Pod's namespace will be used. This allows the + Kubernetes name scoping to be mirrored within StorageOS for tighter integration. + Set VolumeName to any name to override the default behaviour. + Set to "default" if you are not using namespaces within StorageOS. + Namespaces that do not pre-exist within StorageOS will be created. + type: string + type: object + vsphereVolume: + description: |- + vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. + Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type + are redirected to the csi.vsphere.vmware.com CSI driver. + properties: + fsType: + description: |- + fsType is filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + storagePolicyID: + description: storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. + type: string + storagePolicyName: + description: storagePolicyName is the storage Policy Based Management (SPBM) profile name. + type: string + volumePath: + description: volumePath is the path that identifies vSphere volume vmdk + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + nodeSelector: + additionalProperties: + type: string + type: object + podAdditionalMetadata: + description: |- + PodAdditionalMetadata defines the additional labels and annotations that must be attached + to the resulting Pods managed by the Deployment. + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + runtimeClassName: + type: string + serviceAccountName: + type: string + strategy: + description: DeploymentStrategy describes how to replace existing pods with new ones. + properties: + rollingUpdate: + description: |- + Rolling update config params. Present only if DeploymentStrategyType = + RollingUpdate. + properties: + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + The maximum number of pods that can be scheduled above the desired number of + pods. + Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 25%. + Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when + the rolling update starts, such that the total number of old and new pods do not exceed + 130% of desired pods. Once old pods have been killed, + new ReplicaSet can be scaled up further, ensuring that total number of pods running + at any time during the update is at most 130% of desired pods. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + The maximum number of pods that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 25%. + Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods + immediately when the rolling update starts. Once new pods are ready, old ReplicaSet + can be scaled down further, followed by scaling up the new ReplicaSet, ensuring + that the total number of pods available at all times during the update is at + least 70% of desired pods. + x-kubernetes-int-or-string: true + type: object + type: + description: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. + type: string + type: object + tolerations: + items: + description: |- + The pod this Toleration is attached to tolerates any taint that matches + the triple using the matching operator . + properties: + effect: + description: |- + Effect indicates the taint effect to match. Empty means match all taint effects. + When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: |- + Key is the taint key that the toleration applies to. Empty means match all taint keys. + If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: |- + Operator represents a key's relationship to the value. + Valid operators are Exists and Equal. Defaults to Equal. + Exists is equivalent to wildcard for value, so that a pod can + tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: |- + TolerationSeconds represents the period of time the toleration (which must be + of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, + it is not set, which means tolerate the taint forever (do not evict). Zero and + negative values will be treated as 0 (evict immediately) by the system. + format: int64 + type: integer + value: + description: |- + Value is the taint value the toleration matches to. + If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + topologySpreadConstraints: + items: + description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. + properties: + labelSelector: + description: |- + LabelSelector is used to find matching pods. + Pods that match this label selector are counted to determine the number of pods + in their corresponding topology domain. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select the pods over which + spreading will be calculated. The keys are used to lookup values from the + incoming pod labels, those key-value labels are ANDed with labelSelector + to select the group of existing pods over which spreading will be calculated + for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. + MatchLabelKeys cannot be set when LabelSelector isn't set. + Keys that don't exist in the incoming pod labels will + be ignored. A null or empty list means only match against labelSelector. + + This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + maxSkew: + description: |- + MaxSkew describes the degree to which pods may be unevenly distributed. + When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference + between the number of matching pods in the target topology and the global minimum. + The global minimum is the minimum number of matching pods in an eligible domain + or zero if the number of eligible domains is less than MinDomains. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 2/2/1: + In this case, the global minimum is 1. + | zone1 | zone2 | zone3 | + | P P | P P | P | + - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; + scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) + violate MaxSkew(1). + - if MaxSkew is 2, incoming pod can be scheduled onto any zone. + When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence + to topologies that satisfy it. + It's a required field. Default value is 1 and 0 is not allowed. + format: int32 + type: integer + minDomains: + description: |- + MinDomains indicates a minimum number of eligible domains. + When the number of eligible domains with matching topology keys is less than minDomains, + Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. + And when the number of eligible domains with matching topology keys equals or greater than minDomains, + this value has no effect on scheduling. + As a result, when the number of eligible domains is less than minDomains, + scheduler won't schedule more than maxSkew Pods to those domains. + If value is nil, the constraint behaves as if MinDomains is equal to 1. + Valid values are integers greater than 0. + When value is not nil, WhenUnsatisfiable must be DoNotSchedule. + + For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same + labelSelector spread as 2/2/2: + | zone1 | zone2 | zone3 | + | P P | P P | P P | + The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. + In this situation, new pod with the same labelSelector cannot be scheduled, + because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, + it will violate MaxSkew. + format: int32 + type: integer + nodeAffinityPolicy: + description: |- + NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector + when calculating pod topology spread skew. Options are: + - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. + - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. + + If this value is nil, the behavior is equivalent to the Honor policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + nodeTaintsPolicy: + description: |- + NodeTaintsPolicy indicates how we will treat node taints when calculating + pod topology spread skew. Options are: + - Honor: nodes without taints, along with tainted nodes for which the incoming pod + has a toleration, are included. + - Ignore: node taints are ignored. All nodes are included. + + If this value is nil, the behavior is equivalent to the Ignore policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + topologyKey: + description: |- + TopologyKey is the key of node labels. Nodes that have a label with this key + and identical values are considered to be in the same topology. + We consider each as a "bucket", and try to put balanced number + of pods into each bucket. + We define a domain as a particular instance of a topology. + Also, we define an eligible domain as a domain whose nodes meet the requirements of + nodeAffinityPolicy and nodeTaintsPolicy. + e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. + And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. + It's a required field. + type: string + whenUnsatisfiable: + description: |- + WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy + the spread constraint. + - DoNotSchedule (default) tells the scheduler not to schedule it. + - ScheduleAnyway tells the scheduler to schedule the pod in any location, + but giving higher precedence to topologies that would help reduce the + skew. + A constraint is considered "Unsatisfiable" for an incoming pod + if and only if every possible node assignment for that pod would violate + "MaxSkew" on some topology. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 3/1/1: + | zone1 | zone2 | zone3 | + | P P P | P | P | + If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled + to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies + MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler + won't make it *more* imbalanced. + It's a required field. + type: string + required: + - maxSkew + - topologyKey + - whenUnsatisfiable + type: object + type: array + type: object + kine: + description: |- + KineComponent allows the customization for the kine component of the control plane. + Available only if Kamaji is running using Kine as backing storage. + properties: + extraArgs: + items: + type: string + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + kubelet: + default: + cgroupfs: systemd + preferredAddressTypes: + - Hostname + - InternalIP + - ExternalIP + description: Configure the Kubelet options, such as the preferred address types, or the expected cgroupfs. + properties: + cgroupfs: + description: |- + CGroupFS defines the cgroup driver for Kubelet + https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/ + enum: + - systemd + - cgroupfs + type: string + preferredAddressTypes: + default: + - Hostname + - InternalIP + - ExternalIP + description: |- + Ordered list of the preferred NodeAddressTypes to use for kubelet connections. + Default to Hostname, InternalIP, ExternalIP. + items: + enum: + - Hostname + - InternalIP + - ExternalIP + - InternalDNS + - ExternalDNS + type: string + minItems: 1 + type: array + type: object + network: + default: + serviceType: LoadBalancer + description: Configure how the TenantControlPlane should be exposed. + properties: + certSANs: + description: |- + Configure additional Subject Address Names for the kube-apiserver certificate, + useful if the TenantControlPlane is going to be exposed behind a FQDN with NAT. + items: + type: string + type: array + dnsServiceIPs: + description: |- + DNSServiceIPs contains the DNS Service IPs. + If the CoreDNS addon is specified, its DNSServiceIPs will be used instead. + When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR. + items: + type: string + type: array + ingress: + description: |- + When specified, the KamajiControlPlane will be reachable using an Ingress object + deployed in the management cluster. + properties: + className: + description: Defines the Ingress Class for the Ingress object. + type: string + extraAnnotations: + additionalProperties: + type: string + description: |- + Defines the extra annotations for the Ingress object. + Useful if you need to define TLS/SSL passthrough, or other Ingress Controller-specific options. + type: object + extraLabels: + additionalProperties: + type: string + description: Defines the extra labels for the Ingress object. + type: object + hostname: + description: |- + Defines the hostname for the Ingress object. + When using an Ingress object the FQDN is automatically added to the Certificate SANs. + minLength: 1 + type: string + required: + - hostname + type: object + loadBalancerConfig: + description: Optional configuration for the LoadBalancer service that exposes the Kamaji control plane. + properties: + loadBalancerClass: + description: |- + Specify the LoadBalancer class in case of multiple load balancer implementations. + Field supported only for Tenant Control Plane instances exposed using a LoadBalancer Service. + minLength: 1 + type: string + x-kubernetes-validations: + - message: LoadBalancerClass is immutable + rule: self == oldSelf + loadBalancerSourceRanges: + description: |- + LoadBalancerSourceRanges restricts the IP ranges that can access + the LoadBalancer type Service. This field defines a list of IP + address ranges (in CIDR format) that are allowed to access the service. + If left empty, the service will allow traffic from all IP ranges (0.0.0.0/0). + This feature is useful for restricting access to API servers or services + to specific networks for security purposes. + Example: {"192.168.1.0/24", "10.0.0.0/8"} + items: + type: string + type: array + type: object + serviceAddress: + description: |- + This field can be used in case of pre-assigned address, such as a VIP, + helping when serviceType is NodePort. + type: string + serviceAnnotations: + additionalProperties: + type: string + type: object + serviceLabels: + additionalProperties: + type: string + type: object + serviceType: + default: LoadBalancer + description: Service Type string describes ingress methods for a service + enum: + - ClusterIP + - NodePort + - LoadBalancer + type: string + type: object + x-kubernetes-validations: + - message: LoadBalancerSourceRanges are supported only with LoadBalancer service type + rule: '!has(self.loadBalancerConfig) || !has(self.loadBalancerConfig.loadBalancerSourceRanges) || (size(self.loadBalancerConfig.loadBalancerSourceRanges) == 0 || self.serviceType == ''LoadBalancer'')' + - message: LoadBalancerClass is supported only with LoadBalancer service type + rule: '!has(self.loadBalancerConfig) || !has(self.loadBalancerConfig.loadBalancerClass) || self.serviceType == ''LoadBalancer''' + - message: LoadBalancerClass cannot be set or unset at runtime + rule: self.serviceType != 'LoadBalancer' || (oldSelf.serviceType != 'LoadBalancer' && self.serviceType == 'LoadBalancer') || !has(self.loadBalancerConfig) || has(self.loadBalancerConfig) && has(self.loadBalancerConfig.loadBalancerClass) == has(oldSelf.loadBalancerConfig.loadBalancerClass) + registry: + default: registry.k8s.io + description: |- + Override the container registry used to pull the components image. + Helpful if running in an air-gapped environment. + type: string + replicas: + default: 2 + description: |- + Number of desired replicas for the given TenantControlPlane. + Defaults to 2. + format: int32 + type: integer + scheduler: + description: ControlPlaneComponent allows the customization for the given component of the control plane. + properties: + containerImageName: + description: |- + In combination with the container registry, it can override the component container image. + With no value, the default images will be used. + minLength: 1 + type: string + extraArgs: + items: + type: string + type: array + extraVolumeMounts: + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + version: + description: Version defines the desired Kubernetes version. + type: string + required: + - version + type: object + status: + description: KamajiControlPlaneStatus defines the observed state of KamajiControlPlane. + properties: + conditions: + items: + description: Condition contains details for one aspect of the current state of this API Resource. + properties: + lastTransitionTime: + description: |- + lastTransitionTime is the last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + message is a human readable message indicating details about the transition. + This may be an empty string. + maxLength: 32768 + type: string + observedGeneration: + description: |- + observedGeneration represents the .metadata.generation that the condition was set based upon. + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date + with respect to the current state of the instance. + format: int64 + minimum: 0 + type: integer + reason: + description: |- + reason contains a programmatic identifier indicating the reason for the condition's last transition. + Producers of specific condition types may define expected values and meanings for this field, + and whether the values are considered a guaranteed API. + The value should be a CamelCase string. + This field may not be empty. + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + type: string + status: + description: status of the condition, one of True, False, Unknown. + enum: + - "True" + - "False" + - Unknown + type: string + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + type: string + required: + - lastTransitionTime + - message + - reason + - status + - type + type: object + type: array + externalManagedControlPlane: + default: true + description: |- + ExternalManagedControlPlane indicates to Cluster API that the Control Plane + is externally managed by Kamaji. + type: boolean + failureMessage: + description: The error message, if available, for the failing reconciliation. + type: string + failureReason: + description: Share the failed process of the KamajiControlPlane provider which wasn't able to complete the reconciliation for the given resource. + type: string + initialized: + description: The TenantControlPlane has completed initialization. + type: boolean + ready: + description: The Kamaji Control Plane is ready to link Cluster API with the Tenant Control Plane. + type: boolean + readyReplicas: + description: Total number of fully running and ready control plane instances. + format: int32 + type: integer + replicas: + description: Total number of non-terminated control plane instances. + format: int32 + type: integer + selector: + type: string + unavailableReplicas: + description: |- + Total number of unavailable TenantControlPlane instances targeted by this control plane, + equal to the desired number of control plane instances - ready instances. + format: int32 + type: integer + updatedReplicas: + description: Total number of non-terminated Pods targeted by this control plane that have the desired template spec. + format: int32 + type: integer + version: + description: String representing the minimum Kubernetes version for the control plane machines in the cluster. + type: string + required: + - externalManagedControlPlane + - initialized + - ready + - readyReplicas + - replicas + - selector + - unavailableReplicas + - updatedReplicas + - version + type: object + type: object + served: true + storage: true + subresources: + scale: + labelSelectorPath: .status.selector + specReplicasPath: .spec.replicas + statusReplicasPath: .status.replicas + status: {} +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.16.4 + labels: + cluster.x-k8s.io/provider: kamaji + cluster.x-k8s.io/v1beta1: v1alpha1 + name: kamajicontrolplanetemplates.controlplane.cluster.x-k8s.io +spec: + group: controlplane.cluster.x-k8s.io + names: + categories: + - cluster-api + - kamaji + kind: KamajiControlPlaneTemplate + listKind: KamajiControlPlaneTemplateList + plural: kamajicontrolplanetemplates + shortNames: + - ktcpt + singular: kamajicontrolplanetemplate + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: KamajiControlPlaneTemplate is the Schema for the kamajicontrolplanetemplates API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: KamajiControlPlaneTemplateSpec defines the desired state of KamajiControlPlaneTemplate. + properties: + template: + description: KamajiControlPlaneTemplateResource describes the data needed to create a KamajiControlPlane from a template. + properties: + metadata: + description: |- + Standard object's metadata. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + properties: + annotations: + additionalProperties: + type: string + description: |- + annotations is an unstructured key value map stored with a resource that may be + set by external tools to store and retrieve arbitrary metadata. They are not + queryable and should be preserved when modifying objects. + More info: http://kubernetes.io/docs/user-guide/annotations + type: object + labels: + additionalProperties: + type: string + description: |- + labels is a map of string keys and values that can be used to organize and categorize + (scope and select) objects. May match selectors of replication controllers + and services. + More info: http://kubernetes.io/docs/user-guide/labels + type: object + type: object + spec: + properties: + addons: + description: The addons that must be managed by Kamaji, such as CoreDNS, kube-proxy, and konnectivity. + properties: + coreDNS: + description: |- + Enables the DNS addon in the Tenant Cluster. + The registry and the tag are configurable, the image is hard-coded to `coredns`. + properties: + dnsServiceIPs: + description: |- + DNSServiceIPs contains the CoreDNS Service IPs. + When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR. + items: + type: string + type: array + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the default ImageRepository will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: object + konnectivity: + description: Enables the Konnectivity addon in the Tenant Cluster, required if the worker nodes are in a different network. + properties: + agent: + default: + image: registry.k8s.io/kas-network-proxy/proxy-agent + version: v0.28.6 + properties: + extraArgs: + description: |- + ExtraArgs allows adding additional arguments to said component. + WARNING - This option can override existing konnectivity + parameters and cause konnectivity components to misbehave in + unxpected ways. Only modify if you know what you are doing. + items: + type: string + type: array + image: + default: registry.k8s.io/kas-network-proxy/proxy-agent + description: AgentImage defines the container image for Konnectivity's agent. + type: string + tolerations: + default: + - key: CriticalAddonsOnly + operator: Exists + description: |- + Tolerations for the deployed agent. + Can be customized to start the konnectivity-agent even if the nodes are not ready or tainted. + items: + description: |- + The pod this Toleration is attached to tolerates any taint that matches + the triple using the matching operator . + properties: + effect: + description: |- + Effect indicates the taint effect to match. Empty means match all taint effects. + When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: |- + Key is the taint key that the toleration applies to. Empty means match all taint keys. + If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: |- + Operator represents a key's relationship to the value. + Valid operators are Exists and Equal. Defaults to Equal. + Exists is equivalent to wildcard for value, so that a pod can + tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: |- + TolerationSeconds represents the period of time the toleration (which must be + of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, + it is not set, which means tolerate the taint forever (do not evict). Zero and + negative values will be treated as 0 (evict immediately) by the system. + format: int64 + type: integer + value: + description: |- + Value is the taint value the toleration matches to. + If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + version: + default: v0.28.6 + description: Version for Konnectivity agent. + type: string + type: object + server: + default: + image: registry.k8s.io/kas-network-proxy/proxy-server + port: 8132 + version: v0.28.6 + properties: + extraArgs: + description: |- + ExtraArgs allows adding additional arguments to said component. + WARNING - This option can override existing konnectivity + parameters and cause konnectivity components to misbehave in + unxpected ways. Only modify if you know what you are doing. + items: + type: string + type: array + image: + default: registry.k8s.io/kas-network-proxy/proxy-server + description: Container image used by the Konnectivity server. + type: string + port: + description: The port which Konnectivity server is listening to. + format: int32 + type: integer + resources: + description: Resources define the amount of CPU and memory to allocate to the Konnectivity server. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + version: + default: v0.28.6 + description: Container image version of the Konnectivity server. + type: string + required: + - port + type: object + type: object + kubeProxy: + description: |- + Enables the kube-proxy addon in the Tenant Cluster. + The registry and the tag are configurable, the image is hard-coded to `kube-proxy`. + properties: + imageRepository: + description: |- + ImageRepository sets the container registry to pull images from. + if not set, the default ImageRepository will be used instead. + type: string + imageTag: + description: |- + ImageTag allows to specify a tag for the image. + In case this value is set, kubeadm does not change automatically the version of the above components during upgrades. + type: string + type: object + type: object + admissionControllers: + description: |- + List of the admission controllers to configure for the TenantControlPlane kube-apiserver. + By default, no admission controllers are enabled, refer to the desired Kubernetes version. + + More info: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/ + items: + enum: + - AlwaysAdmit + - AlwaysDeny + - AlwaysPullImages + - CertificateApproval + - CertificateSigning + - CertificateSubjectRestriction + - DefaultIngressClass + - DefaultStorageClass + - DefaultTolerationSeconds + - DenyEscalatingExec + - DenyExecOnPrivileged + - DenyServiceExternalIPs + - EventRateLimit + - ExtendedResourceToleration + - ImagePolicyWebhook + - LimitPodHardAntiAffinityTopology + - LimitRanger + - MutatingAdmissionWebhook + - NamespaceAutoProvision + - NamespaceExists + - NamespaceLifecycle + - NodeRestriction + - OwnerReferencesPermissionEnforcement + - PersistentVolumeClaimResize + - PersistentVolumeLabel + - PodNodeSelector + - PodSecurity + - PodSecurityPolicy + - PodTolerationRestriction + - Priority + - ResourceQuota + - RuntimeClass + - SecurityContextDeny + - ServiceAccount + - StorageObjectInUseProtection + - TaintNodesByCondition + - ValidatingAdmissionWebhook + type: string + type: array + apiServer: + description: ControlPlaneComponent allows the customization for the given component of the control plane. + properties: + containerImageName: + description: |- + In combination with the container registry, it can override the component container image. + With no value, the default images will be used. + minLength: 1 + type: string + extraArgs: + items: + type: string + type: array + extraVolumeMounts: + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + controllerManager: + description: ControlPlaneComponent allows the customization for the given component of the control plane. + properties: + containerImageName: + description: |- + In combination with the container registry, it can override the component container image. + With no value, the default images will be used. + minLength: 1 + type: string + extraArgs: + items: + type: string + type: array + extraVolumeMounts: + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + dataStoreName: + description: |- + The Kamaji DataStore to use for the given TenantControlPlane. + Retrieve the list of the allowed ones by issuing "kubectl get datastores.kamaji.clastix.io". + type: string + dataStoreSchema: + description: DataStoreSchema allows to specify the name of the database (for relational DataStores) or the key prefix (for etcd) + type: string + deployment: + description: Configure how the TenantControlPlane Deployment object should be configured. + properties: + additionalMetadata: + description: |- + AdditionalMetadata refers to the additional labels and annotations attached + to the resulting Deployment managed by Kamaji. + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + affinity: + description: Affinity is a group of affinity scheduling rules. + properties: + nodeAffinity: + description: Describes node affinity scheduling rules for the pod. + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node matches the corresponding matchExpressions; the + node(s) with the highest sum are the most preferred. + items: + description: |- + An empty preferred scheduling term matches all objects with implicit weight 0 + (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). + properties: + preference: + description: A node selector term, associated with the corresponding weight. + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchFields: + description: A list of node selector requirements by node's fields. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + type: object + x-kubernetes-map-type: atomic + weight: + description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to an update), the system + may or may not try to eventually evict the pod from its node. + properties: + nodeSelectorTerms: + description: Required. A list of node selector terms. The terms are ORed. + items: + description: |- + A null or empty node selector term matches no objects. The requirements of + them are ANDed. + The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. + properties: + matchExpressions: + description: A list of node selector requirements by node's labels. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchFields: + description: A list of node selector requirements by node's fields. + items: + description: |- + A node selector requirement is a selector that contains values, a key, and an operator + that relates the key and values. + properties: + key: + description: The label key that the selector applies to. + type: string + operator: + description: |- + Represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + type: string + values: + description: |- + An array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. If the operator is Gt or Lt, the values + array must have a single element, which will be interpreted as an integer. + This array is replaced during a strategic merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + type: object + x-kubernetes-map-type: atomic + type: array + x-kubernetes-list-type: atomic + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + description: Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the + node(s) with the highest sum are the most preferred. + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + weight: + description: |- + weight associated with matching the corresponding podAffinityTerm, + in the range 1-100. + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to a pod label update), the + system may or may not try to eventually evict the pod from its node. + When there are multiple elements, the lists of nodes corresponding to each + podAffinityTerm are intersected, i.e. all terms must be satisfied. + items: + description: |- + Defines a set of pods (namely those matching the labelSelector + relative to the given namespace(s)) that this pod should be + co-located (affinity) or not co-located (anti-affinity) with, + where co-located is defined as running on a node whose value of + the label with key matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + podAntiAffinity: + description: Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + properties: + preferredDuringSchedulingIgnoredDuringExecution: + description: |- + The scheduler will prefer to schedule pods to nodes that satisfy + the anti-affinity expressions specified by this field, but it may choose + a node that violates one or more of the expressions. The node that is + most preferred is the one with the greatest sum of weights, i.e. + for each node that meets all of the scheduling requirements (resource + request, requiredDuringScheduling anti-affinity expressions, etc.), + compute a sum by iterating through the elements of this field and adding + "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the + node(s) with the highest sum are the most preferred. + items: + description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) + properties: + podAffinityTerm: + description: Required. A pod affinity term, associated with the corresponding weight. + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + weight: + description: |- + weight associated with matching the corresponding podAffinityTerm, + in the range 1-100. + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + x-kubernetes-list-type: atomic + requiredDuringSchedulingIgnoredDuringExecution: + description: |- + If the anti-affinity requirements specified by this field are not met at + scheduling time, the pod will not be scheduled onto the node. + If the anti-affinity requirements specified by this field cease to be met + at some point during pod execution (e.g. due to a pod label update), the + system may or may not try to eventually evict the pod from its node. + When there are multiple elements, the lists of nodes corresponding to each + podAffinityTerm are intersected, i.e. all terms must be satisfied. + items: + description: |- + Defines a set of pods (namely those matching the labelSelector + relative to the given namespace(s)) that this pod should be + co-located (affinity) or not co-located (anti-affinity) with, + where co-located is defined as running on a node whose value of + the label with key matches that of any node on which + a pod of the set of pods is running + properties: + labelSelector: + description: |- + A label query over a set of resources, in this case pods. + If it's null, this PodAffinityTerm matches with no Pods. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both matchLabelKeys and labelSelector. + Also, matchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + mismatchLabelKeys: + description: |- + MismatchLabelKeys is a set of pod label keys to select which pods will + be taken into consideration. The keys are used to lookup values from the + incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` + to select the group of existing pods which pods will be taken into consideration + for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming + pod labels will be ignored. The default value is empty. + The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. + Also, mismatchLabelKeys cannot be set when labelSelector isn't set. + This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + namespaceSelector: + description: |- + A label query over the set of namespaces that the term applies to. + The term is applied to the union of the namespaces selected by this field + and the ones listed in the namespaces field. + null selector and null or empty namespaces list means "this pod's namespace". + An empty selector ({}) matches all namespaces. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + description: |- + namespaces specifies a static list of namespace names that the term applies to. + The term is applied to the union of the namespaces listed in this field + and the ones selected by namespaceSelector. + null or empty namespaces list and null namespaceSelector means "this pod's namespace". + items: + type: string + type: array + x-kubernetes-list-type: atomic + topologyKey: + description: |- + This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching + the labelSelector in the specified namespaces, where co-located is defined as running on a node + whose value of the label with key topologyKey matches that of any node on which any of the + selected pods is running. + Empty topologyKey is not allowed. + type: string + required: + - topologyKey + type: object + type: array + x-kubernetes-list-type: atomic + type: object + type: object + externalClusterReference: + description: |- + ExternalClusterReference allows defining the target Cluster where the Tenant Control Plane components must be deployed. + When this value is nil, the Cluster API management cluster will be used as a target. + The ExternalClusterReference feature gate must be enabled with one of the available flags. + properties: + deploymentNamespace: + description: The Namespace where the resulting TenantControlPlane must be deployed to. + type: string + kubeconfigSecretKey: + description: The key used to extract the kubeconfig from the specified Secret. + minLength: 1 + type: string + kubeconfigSecretName: + description: |- + The Secret object containing the kubeconfig used to interact with the remote cluster that will host + the Tenant Control Plane resources generated by the Control Plane Provider. + minLength: 1 + type: string + kubeconfigSecretNamespace: + description: |- + When ExternalClusterReferenceCrossNamespace is enabled allows specifying a different Namespace where the kubeconfig can be retrieved. + With ExternalClusterReference this value can be left empty since the KamajiControlPlane object Namespace will be used. + type: string + required: + - deploymentNamespace + - kubeconfigSecretKey + - kubeconfigSecretName + type: object + extraContainers: + items: + description: A single application container that you want to run within a pod. + properties: + args: + description: |- + Arguments to the entrypoint. + The container image's CMD is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + command: + description: |- + Entrypoint array. Not executed within a shell. + The container image's ENTRYPOINT is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + env: + description: |- + List of environment variables to set in the container. + Cannot be updated. + items: + description: EnvVar represents an environment variable present in a Container. + properties: + name: + description: Name of the environment variable. Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the pod's namespace + properties: + key: + description: The key of the secret to select from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + envFrom: + description: |- + List of sources to populate environment variables in the container. + The keys defined within a source must be a C_IDENTIFIER. All invalid keys + will be reported as an event when the container is starting. When a key exists in multiple + sources, the value associated with the last source will take precedence. + Values defined by an Env with a duplicate key will take precedence. + Cannot be updated. + items: + description: EnvFromSource represents the source of a set of ConfigMaps + properties: + configMapRef: + description: The ConfigMap to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + description: An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. + type: string + secretRef: + description: The Secret to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + x-kubernetes-list-type: atomic + image: + description: |- + Container image name. + More info: https://kubernetes.io/docs/concepts/containers/images + This field is optional to allow higher level config management to default or override + container images in workload controllers like Deployments and StatefulSets. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + lifecycle: + description: |- + Actions that the management system should take in response to container lifecycle events. + Cannot be updated. + properties: + postStart: + description: |- + PostStart is called immediately after a container is created. If the handler fails, + the container is terminated and restarted according to its restart policy. + Other management of the container blocks until the hook completes. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + description: |- + PreStop is called immediately before a container is terminated due to an + API request or management event such as liveness/startup probe failure, + preemption, resource contention, etc. The handler is not called if the + container crashes or exits. The Pod's termination grace period countdown begins before the + PreStop hook is executed. Regardless of the outcome of the handler, the + container will eventually terminate within the Pod's termination grace + period (unless delayed by finalizers). Other management of the container blocks until the hook completes + or until the termination grace period is reached. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + description: |- + Periodic probe of container liveness. + Container will be restarted if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + name: + description: |- + Name of the container specified as a DNS_LABEL. + Each container in a pod must have a unique name (DNS_LABEL). + Cannot be updated. + type: string + ports: + description: |- + List of ports to expose from the container. Not specifying a port here + DOES NOT prevent that port from being exposed. Any port which is + listening on the default "0.0.0.0" address inside a container will be + accessible from the network. + Modifying this array with strategic merge patch may corrupt the data. + For more information See https://github.com/kubernetes/kubernetes/issues/108255. + Cannot be updated. + items: + description: ContainerPort represents a network port in a single container. + properties: + containerPort: + description: |- + Number of port to expose on the pod's IP address. + This must be a valid port number, 0 < x < 65536. + format: int32 + type: integer + hostIP: + description: What host IP to bind the external port to. + type: string + hostPort: + description: |- + Number of port to expose on the host. + If specified, this must be a valid port number, 0 < x < 65536. + If HostNetwork is specified, this must match ContainerPort. + Most containers do not need this. + format: int32 + type: integer + name: + description: |- + If specified, this must be an IANA_SVC_NAME and unique within the pod. Each + named port in a pod must have a unique name. Name for the port that can be + referred to by services. + type: string + protocol: + default: TCP + description: |- + Protocol for port. Must be UDP, TCP, or SCTP. + Defaults to "TCP". + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + description: |- + Periodic probe of container service readiness. + Container will be removed from service endpoints if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + resizePolicy: + description: Resources resize policy for the container. + items: + description: ContainerResizePolicy represents resource resize policy for the container. + properties: + resourceName: + description: |- + Name of the resource to which this resource resize policy applies. + Supported values: cpu, memory. + type: string + restartPolicy: + description: |- + Restart policy to apply when specified resource is resized. + If not specified, it defaults to NotRequired. + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + description: |- + Compute Resources required by this container. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + restartPolicy: + description: |- + RestartPolicy defines the restart behavior of individual containers in a pod. + This field may only be set for init containers, and the only allowed value is "Always". + For non-init containers or when this field is not specified, + the restart behavior is defined by the Pod's restart policy and the container type. + Setting the RestartPolicy as "Always" for the init container will have the following effect: + this init container will be continually restarted on + exit until all regular containers have terminated. Once all regular + containers have completed, all init containers with restartPolicy "Always" + will be shut down. This lifecycle differs from normal init containers and + is often referred to as a "sidecar" container. Although this init + container still starts in the init container sequence, it does not wait + for the container to complete before proceeding to the next init + container. Instead, the next init container starts immediately after this + init container is started, or after any startupProbe has successfully + completed. + type: string + securityContext: + description: |- + SecurityContext defines the security options the container should be run with. + If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ + properties: + allowPrivilegeEscalation: + description: |- + AllowPrivilegeEscalation controls whether a process can gain more + privileges than its parent process. This bool directly controls if + the no_new_privs flag will be set on the container process. + AllowPrivilegeEscalation is true always when the container is: + 1) run as Privileged + 2) has CAP_SYS_ADMIN + Note that this field cannot be set when spec.os.name is windows. + type: boolean + appArmorProfile: + description: |- + appArmorProfile is the AppArmor options to use by this container. If set, this profile + overrides the pod's appArmorProfile. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile loaded on the node that should be used. + The profile must be preconfigured on the node to work. + Must match the loaded name of the profile. + Must be set if and only if type is "Localhost". + type: string + type: + description: |- + type indicates which kind of AppArmor profile will be applied. + Valid options are: + Localhost - a profile pre-loaded on the node. + RuntimeDefault - the container runtime's default profile. + Unconfined - no AppArmor enforcement. + type: string + required: + - type + type: object + capabilities: + description: |- + The capabilities to add/drop when running containers. + Defaults to the default set of capabilities granted by the container runtime. + Note that this field cannot be set when spec.os.name is windows. + properties: + add: + description: Added capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + drop: + description: Removed capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + type: object + privileged: + description: |- + Run container in privileged mode. + Processes in privileged containers are essentially equivalent to root on the host. + Defaults to false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + procMount: + description: |- + procMount denotes the type of proc mount to use for the containers. + The default value is Default which uses the container runtime defaults for + readonly paths and masked paths. + This requires the ProcMountType feature flag to be enabled. + Note that this field cannot be set when spec.os.name is windows. + type: string + readOnlyRootFilesystem: + description: |- + Whether this container has a read-only root filesystem. + Default is false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + runAsGroup: + description: |- + The GID to run the entrypoint of the container process. + Uses runtime default if unset. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + runAsNonRoot: + description: |- + Indicates that the container must run as a non-root user. + If true, the Kubelet will validate the image at runtime to ensure that it + does not run as UID 0 (root) and fail to start the container if it does. + If unset or false, no such validation will be performed. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: boolean + runAsUser: + description: |- + The UID to run the entrypoint of the container process. + Defaults to user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + seLinuxOptions: + description: |- + The SELinux context to be applied to the container. + If unspecified, the container runtime will allocate a random SELinux context for each + container. May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + properties: + level: + description: Level is SELinux level label that applies to the container. + type: string + role: + description: Role is a SELinux role label that applies to the container. + type: string + type: + description: Type is a SELinux type label that applies to the container. + type: string + user: + description: User is a SELinux user label that applies to the container. + type: string + type: object + seccompProfile: + description: |- + The seccomp options to use by this container. If seccomp options are + provided at both the pod & container level, the container options + override the pod options. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object + windowsOptions: + description: |- + The Windows specific settings applied to all containers. + If unspecified, the options from the PodSecurityContext will be used. + If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is linux. + properties: + gmsaCredentialSpec: + description: |- + GMSACredentialSpec is where the GMSA admission webhook + (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the + GMSA credential spec named by the GMSACredentialSpecName field. + type: string + gmsaCredentialSpecName: + description: GMSACredentialSpecName is the name of the GMSA credential spec to use. + type: string + hostProcess: + description: |- + HostProcess determines if a container should be run as a 'Host Process' container. + All of a Pod's containers must have the same effective HostProcess value + (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). + In addition, if HostProcess is true then HostNetwork must also be set to true. + type: boolean + runAsUserName: + description: |- + The UserName in Windows to run the entrypoint of the container process. + Defaults to the user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: string + type: object + type: object + startupProbe: + description: |- + StartupProbe indicates that the Pod has successfully initialized. + If specified, no other probes are executed until this completes successfully. + If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. + This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, + when it might take a long time to load data or warm a cache, than during steady-state operation. + This cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + stdin: + description: |- + Whether this container should allocate a buffer for stdin in the container runtime. If this + is not set, reads from stdin in the container will always result in EOF. + Default is false. + type: boolean + stdinOnce: + description: |- + Whether the container runtime should close the stdin channel after it has been opened by + a single attach. When stdin is true the stdin stream will remain open across multiple attach + sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the + first client attaches to stdin, and then remains open and accepts data until the client disconnects, + at which time stdin is closed and remains closed until the container is restarted. If this + flag is false, a container processes that reads from stdin will never receive an EOF. + Default is false + type: boolean + terminationMessagePath: + description: |- + Optional: Path at which the file to which the container's termination message + will be written is mounted into the container's filesystem. + Message written is intended to be brief final status, such as an assertion failure message. + Will be truncated by the node if greater than 4096 bytes. The total message length across + all containers will be limited to 12kb. + Defaults to /dev/termination-log. + Cannot be updated. + type: string + terminationMessagePolicy: + description: |- + Indicate how the termination message should be populated. File will use the contents of + terminationMessagePath to populate the container status message on both success and failure. + FallbackToLogsOnError will use the last chunk of container log output if the termination + message file is empty and the container exited with an error. + The log output is limited to 2048 bytes or 80 lines, whichever is smaller. + Defaults to File. + Cannot be updated. + type: string + tty: + description: |- + Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. + Default is false. + type: boolean + volumeDevices: + description: volumeDevices is the list of block devices to be used by the container. + items: + description: volumeDevice describes a mapping of a raw block device within a container. + properties: + devicePath: + description: devicePath is the path inside of the container that the device will be mapped to. + type: string + name: + description: name must match the name of a persistentVolumeClaim in the pod + type: string + required: + - devicePath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map + volumeMounts: + description: |- + Pod volumes to mount into the container's filesystem. + Cannot be updated. + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map + workingDir: + description: |- + Container's working directory. + If not specified, the container runtime's default will be used, which + might be configured in the container image. + Cannot be updated. + type: string + required: + - name + type: object + type: array + extraInitContainers: + items: + description: A single application container that you want to run within a pod. + properties: + args: + description: |- + Arguments to the entrypoint. + The container image's CMD is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + command: + description: |- + Entrypoint array. Not executed within a shell. + The container image's ENTRYPOINT is used if this is not provided. + Variable references $(VAR_NAME) are expanded using the container's environment. If a variable + cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will + produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless + of whether the variable exists or not. Cannot be updated. + More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + items: + type: string + type: array + x-kubernetes-list-type: atomic + env: + description: |- + List of environment variables to set in the container. + Cannot be updated. + items: + description: EnvVar represents an environment variable present in a Container. + properties: + name: + description: Name of the environment variable. Must be a C_IDENTIFIER. + type: string + value: + description: |- + Variable references $(VAR_NAME) are expanded + using the previously defined environment variables in the container and + any service environment variables. If a variable cannot be resolved, + the reference in the input string will be unchanged. Double $$ are reduced + to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. + "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". + Escaped references will never be expanded, regardless of whether the variable + exists or not. + Defaults to "". + type: string + valueFrom: + description: Source for the environment variable's value. Cannot be used if value is not empty. + properties: + configMapKeyRef: + description: Selects a key of a ConfigMap. + properties: + key: + description: The key to select. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + description: |- + Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, + spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + description: Selects a key of a secret in the pod's namespace + properties: + key: + description: The key of the secret to select from. Must be a valid secret key. + type: string + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret or its key must be defined + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + envFrom: + description: |- + List of sources to populate environment variables in the container. + The keys defined within a source must be a C_IDENTIFIER. All invalid keys + will be reported as an event when the container is starting. When a key exists in multiple + sources, the value associated with the last source will take precedence. + Values defined by an Env with a duplicate key will take precedence. + Cannot be updated. + items: + description: EnvFromSource represents the source of a set of ConfigMaps + properties: + configMapRef: + description: The ConfigMap to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the ConfigMap must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + description: An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. + type: string + secretRef: + description: The Secret to select from + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: Specify whether the Secret must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + x-kubernetes-list-type: atomic + image: + description: |- + Container image name. + More info: https://kubernetes.io/docs/concepts/containers/images + This field is optional to allow higher level config management to default or override + container images in workload controllers like Deployments and StatefulSets. + type: string + imagePullPolicy: + description: |- + Image pull policy. + One of Always, Never, IfNotPresent. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + type: string + lifecycle: + description: |- + Actions that the management system should take in response to container lifecycle events. + Cannot be updated. + properties: + postStart: + description: |- + PostStart is called immediately after a container is created. If the handler fails, + the container is terminated and restarted according to its restart policy. + Other management of the container blocks until the hook completes. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + description: |- + PreStop is called immediately before a container is terminated due to an + API request or management event such as liveness/startup probe failure, + preemption, resource contention, etc. The handler is not called if the + container crashes or exits. The Pod's termination grace period countdown begins before the + PreStop hook is executed. Regardless of the outcome of the handler, the + container will eventually terminate within the Pod's termination grace + period (unless delayed by finalizers). Other management of the container blocks until the hook completes + or until the termination grace period is reached. + More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + sleep: + description: Sleep represents a duration that the container should sleep. + properties: + seconds: + description: Seconds is the number of seconds to sleep. + format: int64 + type: integer + required: + - seconds + type: object + tcpSocket: + description: |- + Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept + for backward compatibility. There is no validation of this field and + lifecycle hooks will fail at runtime when it is specified. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + description: |- + Periodic probe of container liveness. + Container will be restarted if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + name: + description: |- + Name of the container specified as a DNS_LABEL. + Each container in a pod must have a unique name (DNS_LABEL). + Cannot be updated. + type: string + ports: + description: |- + List of ports to expose from the container. Not specifying a port here + DOES NOT prevent that port from being exposed. Any port which is + listening on the default "0.0.0.0" address inside a container will be + accessible from the network. + Modifying this array with strategic merge patch may corrupt the data. + For more information See https://github.com/kubernetes/kubernetes/issues/108255. + Cannot be updated. + items: + description: ContainerPort represents a network port in a single container. + properties: + containerPort: + description: |- + Number of port to expose on the pod's IP address. + This must be a valid port number, 0 < x < 65536. + format: int32 + type: integer + hostIP: + description: What host IP to bind the external port to. + type: string + hostPort: + description: |- + Number of port to expose on the host. + If specified, this must be a valid port number, 0 < x < 65536. + If HostNetwork is specified, this must match ContainerPort. + Most containers do not need this. + format: int32 + type: integer + name: + description: |- + If specified, this must be an IANA_SVC_NAME and unique within the pod. Each + named port in a pod must have a unique name. Name for the port that can be + referred to by services. + type: string + protocol: + default: TCP + description: |- + Protocol for port. Must be UDP, TCP, or SCTP. + Defaults to "TCP". + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + description: |- + Periodic probe of container service readiness. + Container will be removed from service endpoints if the probe fails. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + resizePolicy: + description: Resources resize policy for the container. + items: + description: ContainerResizePolicy represents resource resize policy for the container. + properties: + resourceName: + description: |- + Name of the resource to which this resource resize policy applies. + Supported values: cpu, memory. + type: string + restartPolicy: + description: |- + Restart policy to apply when specified resource is resized. + If not specified, it defaults to NotRequired. + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + description: |- + Compute Resources required by this container. + Cannot be updated. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + restartPolicy: + description: |- + RestartPolicy defines the restart behavior of individual containers in a pod. + This field may only be set for init containers, and the only allowed value is "Always". + For non-init containers or when this field is not specified, + the restart behavior is defined by the Pod's restart policy and the container type. + Setting the RestartPolicy as "Always" for the init container will have the following effect: + this init container will be continually restarted on + exit until all regular containers have terminated. Once all regular + containers have completed, all init containers with restartPolicy "Always" + will be shut down. This lifecycle differs from normal init containers and + is often referred to as a "sidecar" container. Although this init + container still starts in the init container sequence, it does not wait + for the container to complete before proceeding to the next init + container. Instead, the next init container starts immediately after this + init container is started, or after any startupProbe has successfully + completed. + type: string + securityContext: + description: |- + SecurityContext defines the security options the container should be run with. + If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. + More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ + properties: + allowPrivilegeEscalation: + description: |- + AllowPrivilegeEscalation controls whether a process can gain more + privileges than its parent process. This bool directly controls if + the no_new_privs flag will be set on the container process. + AllowPrivilegeEscalation is true always when the container is: + 1) run as Privileged + 2) has CAP_SYS_ADMIN + Note that this field cannot be set when spec.os.name is windows. + type: boolean + appArmorProfile: + description: |- + appArmorProfile is the AppArmor options to use by this container. If set, this profile + overrides the pod's appArmorProfile. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile loaded on the node that should be used. + The profile must be preconfigured on the node to work. + Must match the loaded name of the profile. + Must be set if and only if type is "Localhost". + type: string + type: + description: |- + type indicates which kind of AppArmor profile will be applied. + Valid options are: + Localhost - a profile pre-loaded on the node. + RuntimeDefault - the container runtime's default profile. + Unconfined - no AppArmor enforcement. + type: string + required: + - type + type: object + capabilities: + description: |- + The capabilities to add/drop when running containers. + Defaults to the default set of capabilities granted by the container runtime. + Note that this field cannot be set when spec.os.name is windows. + properties: + add: + description: Added capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + drop: + description: Removed capabilities + items: + description: Capability represent POSIX capabilities type + type: string + type: array + x-kubernetes-list-type: atomic + type: object + privileged: + description: |- + Run container in privileged mode. + Processes in privileged containers are essentially equivalent to root on the host. + Defaults to false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + procMount: + description: |- + procMount denotes the type of proc mount to use for the containers. + The default value is Default which uses the container runtime defaults for + readonly paths and masked paths. + This requires the ProcMountType feature flag to be enabled. + Note that this field cannot be set when spec.os.name is windows. + type: string + readOnlyRootFilesystem: + description: |- + Whether this container has a read-only root filesystem. + Default is false. + Note that this field cannot be set when spec.os.name is windows. + type: boolean + runAsGroup: + description: |- + The GID to run the entrypoint of the container process. + Uses runtime default if unset. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + runAsNonRoot: + description: |- + Indicates that the container must run as a non-root user. + If true, the Kubelet will validate the image at runtime to ensure that it + does not run as UID 0 (root) and fail to start the container if it does. + If unset or false, no such validation will be performed. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: boolean + runAsUser: + description: |- + The UID to run the entrypoint of the container process. + Defaults to user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + format: int64 + type: integer + seLinuxOptions: + description: |- + The SELinux context to be applied to the container. + If unspecified, the container runtime will allocate a random SELinux context for each + container. May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is windows. + properties: + level: + description: Level is SELinux level label that applies to the container. + type: string + role: + description: Role is a SELinux role label that applies to the container. + type: string + type: + description: Type is a SELinux type label that applies to the container. + type: string + user: + description: User is a SELinux user label that applies to the container. + type: string + type: object + seccompProfile: + description: |- + The seccomp options to use by this container. If seccomp options are + provided at both the pod & container level, the container options + override the pod options. + Note that this field cannot be set when spec.os.name is windows. + properties: + localhostProfile: + description: |- + localhostProfile indicates a profile defined in a file on the node should be used. + The profile must be preconfigured on the node to work. + Must be a descending path, relative to the kubelet's configured seccomp profile location. + Must be set if type is "Localhost". Must NOT be set for any other type. + type: string + type: + description: |- + type indicates which kind of seccomp profile will be applied. + Valid options are: + + Localhost - a profile defined in a file on the node should be used. + RuntimeDefault - the container runtime default profile should be used. + Unconfined - no profile should be applied. + type: string + required: + - type + type: object + windowsOptions: + description: |- + The Windows specific settings applied to all containers. + If unspecified, the options from the PodSecurityContext will be used. + If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + Note that this field cannot be set when spec.os.name is linux. + properties: + gmsaCredentialSpec: + description: |- + GMSACredentialSpec is where the GMSA admission webhook + (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the + GMSA credential spec named by the GMSACredentialSpecName field. + type: string + gmsaCredentialSpecName: + description: GMSACredentialSpecName is the name of the GMSA credential spec to use. + type: string + hostProcess: + description: |- + HostProcess determines if a container should be run as a 'Host Process' container. + All of a Pod's containers must have the same effective HostProcess value + (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). + In addition, if HostProcess is true then HostNetwork must also be set to true. + type: boolean + runAsUserName: + description: |- + The UserName in Windows to run the entrypoint of the container process. + Defaults to the user specified in image metadata if unspecified. + May also be set in PodSecurityContext. If set in both SecurityContext and + PodSecurityContext, the value specified in SecurityContext takes precedence. + type: string + type: object + type: object + startupProbe: + description: |- + StartupProbe indicates that the Pod has successfully initialized. + If specified, no other probes are executed until this completes successfully. + If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. + This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, + when it might take a long time to load data or warm a cache, than during steady-state operation. + This cannot be updated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + properties: + exec: + description: Exec specifies a command to execute in the container. + properties: + command: + description: |- + Command is the command line to execute inside the container, the working directory for the + command is root ('/') in the container's filesystem. The command is simply exec'd, it is + not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use + a shell, you need to explicitly call out to that shell. + Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + failureThreshold: + description: |- + Minimum consecutive failures for the probe to be considered failed after having succeeded. + Defaults to 3. Minimum value is 1. + format: int32 + type: integer + grpc: + description: GRPC specifies a GRPC HealthCheckRequest. + properties: + port: + description: Port number of the gRPC service. Number must be in the range 1 to 65535. + format: int32 + type: integer + service: + default: "" + description: |- + Service is the name of the service to place in the gRPC HealthCheckRequest + (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + + If this is not specified, the default behavior is defined by gRPC. + type: string + required: + - port + type: object + httpGet: + description: HTTPGet specifies an HTTP GET request to perform. + properties: + host: + description: |- + Host name to connect to, defaults to the pod IP. You probably want to set + "Host" in httpHeaders instead. + type: string + httpHeaders: + description: Custom headers to set in the request. HTTP allows repeated headers. + items: + description: HTTPHeader describes a custom header to be used in HTTP probes + properties: + name: + description: |- + The header field name. + This will be canonicalized upon output, so case-variant names will be understood as the same header. + type: string + value: + description: The header field value + type: string + required: + - name + - value + type: object + type: array + x-kubernetes-list-type: atomic + path: + description: Path to access on the HTTP server. + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Name or number of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + scheme: + description: |- + Scheme to use for connecting to the host. + Defaults to HTTP. + type: string + required: + - port + type: object + initialDelaySeconds: + description: |- + Number of seconds after the container has started before liveness probes are initiated. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + periodSeconds: + description: |- + How often (in seconds) to perform the probe. + Default to 10 seconds. Minimum value is 1. + format: int32 + type: integer + successThreshold: + description: |- + Minimum consecutive successes for the probe to be considered successful after having failed. + Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + format: int32 + type: integer + tcpSocket: + description: TCPSocket specifies a connection to a TCP port. + properties: + host: + description: 'Optional: Host name to connect to, defaults to the pod IP.' + type: string + port: + anyOf: + - type: integer + - type: string + description: |- + Number or name of the port to access on the container. + Number must be in the range 1 to 65535. + Name must be an IANA_SVC_NAME. + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + description: |- + Optional duration in seconds the pod needs to terminate gracefully upon probe failure. + The grace period is the duration in seconds after the processes running in the pod are sent + a termination signal and the time when the processes are forcibly halted with a kill signal. + Set this value longer than the expected cleanup time for your process. + If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this + value overrides the value provided by the pod spec. + Value must be non-negative integer. The value zero indicates stop immediately via + the kill signal (no opportunity to shut down). + This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. + Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + format: int64 + type: integer + timeoutSeconds: + description: |- + Number of seconds after which the probe times out. + Defaults to 1 second. Minimum value is 1. + More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + format: int32 + type: integer + type: object + stdin: + description: |- + Whether this container should allocate a buffer for stdin in the container runtime. If this + is not set, reads from stdin in the container will always result in EOF. + Default is false. + type: boolean + stdinOnce: + description: |- + Whether the container runtime should close the stdin channel after it has been opened by + a single attach. When stdin is true the stdin stream will remain open across multiple attach + sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the + first client attaches to stdin, and then remains open and accepts data until the client disconnects, + at which time stdin is closed and remains closed until the container is restarted. If this + flag is false, a container processes that reads from stdin will never receive an EOF. + Default is false + type: boolean + terminationMessagePath: + description: |- + Optional: Path at which the file to which the container's termination message + will be written is mounted into the container's filesystem. + Message written is intended to be brief final status, such as an assertion failure message. + Will be truncated by the node if greater than 4096 bytes. The total message length across + all containers will be limited to 12kb. + Defaults to /dev/termination-log. + Cannot be updated. + type: string + terminationMessagePolicy: + description: |- + Indicate how the termination message should be populated. File will use the contents of + terminationMessagePath to populate the container status message on both success and failure. + FallbackToLogsOnError will use the last chunk of container log output if the termination + message file is empty and the container exited with an error. + The log output is limited to 2048 bytes or 80 lines, whichever is smaller. + Defaults to File. + Cannot be updated. + type: string + tty: + description: |- + Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. + Default is false. + type: boolean + volumeDevices: + description: volumeDevices is the list of block devices to be used by the container. + items: + description: volumeDevice describes a mapping of a raw block device within a container. + properties: + devicePath: + description: devicePath is the path inside of the container that the device will be mapped to. + type: string + name: + description: name must match the name of a persistentVolumeClaim in the pod + type: string + required: + - devicePath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - devicePath + x-kubernetes-list-type: map + volumeMounts: + description: |- + Pod volumes to mount into the container's filesystem. + Cannot be updated. + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + x-kubernetes-list-map-keys: + - mountPath + x-kubernetes-list-type: map + workingDir: + description: |- + Container's working directory. + If not specified, the container runtime's default will be used, which + might be configured in the container image. + Cannot be updated. + type: string + required: + - name + type: object + type: array + extraVolumes: + items: + description: Volume represents a named volume in a pod that may be accessed by any container in the pod. + properties: + awsElasticBlockStore: + description: |- + awsElasticBlockStore represents an AWS Disk resource that is attached to a + kubelet's host machine and then exposed to the pod. + Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree + awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + properties: + fsType: + description: |- + fsType is the filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + type: string + partition: + description: |- + partition is the partition in the volume that you want to mount. + If omitted, the default is to mount by volume name. + Examples: For volume /dev/sda1, you specify the partition as "1". + Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). + format: int32 + type: integer + readOnly: + description: |- + readOnly value true will force the readOnly setting in VolumeMounts. + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + type: boolean + volumeID: + description: |- + volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). + More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + type: string + required: + - volumeID + type: object + azureDisk: + description: |- + azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type + are redirected to the disk.csi.azure.com CSI driver. + properties: + cachingMode: + description: 'cachingMode is the Host Caching mode: None, Read Only, Read Write.' + type: string + diskName: + description: diskName is the Name of the data disk in the blob storage + type: string + diskURI: + description: diskURI is the URI of data disk in the blob storage + type: string + fsType: + default: ext4 + description: |- + fsType is Filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + kind: + description: 'kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared' + type: string + readOnly: + default: false + description: |- + readOnly Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + description: |- + azureFile represents an Azure File Service mount on the host and bind mount to the pod. + Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type + are redirected to the file.csi.azure.com CSI driver. + properties: + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretName: + description: secretName is the name of secret that contains Azure Storage Account Name and Key + type: string + shareName: + description: shareName is the azure share Name + type: string + required: + - secretName + - shareName + type: object + cephfs: + description: |- + cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. + Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported. + properties: + monitors: + description: |- + monitors is Required: Monitors is a collection of Ceph monitors + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + items: + type: string + type: array + x-kubernetes-list-type: atomic + path: + description: 'path is Optional: Used as the mounted root, rather than the full Ceph tree, default is /' + type: string + readOnly: + description: |- + readOnly is Optional: Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + type: boolean + secretFile: + description: |- + secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + type: string + secretRef: + description: |- + secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + user: + description: |- + user is optional: User is the rados user name, default is admin + More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + type: string + required: + - monitors + type: object + cinder: + description: |- + cinder represents a cinder volume attached and mounted on kubelets host machine. + Deprecated: Cinder is deprecated. All operations for the in-tree cinder type + are redirected to the cinder.csi.openstack.org CSI driver. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + type: string + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + type: boolean + secretRef: + description: |- + secretRef is optional: points to a secret object containing parameters used to connect + to OpenStack. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + description: |- + volumeID used to identify the volume in cinder. + More info: https://examples.k8s.io/mysql-cinder-pd/README.md + type: string + required: + - volumeID + type: object + configMap: + description: configMap represents a configMap that should populate this volume + properties: + defaultMode: + description: |- + defaultMode is optional: mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + Defaults to 0644. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + items: + description: |- + items if unspecified, each key-value pair in the Data field of the referenced + ConfigMap will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the ConfigMap, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: optional specify whether the ConfigMap or its keys must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + description: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers. + properties: + driver: + description: |- + driver is the name of the CSI driver that handles this volume. + Consult with your admin for the correct name as registered in the cluster. + type: string + fsType: + description: |- + fsType to mount. Ex. "ext4", "xfs", "ntfs". + If not provided, the empty value is passed to the associated CSI driver + which will determine the default filesystem to apply. + type: string + nodePublishSecretRef: + description: |- + nodePublishSecretRef is a reference to the secret object containing + sensitive information to pass to the CSI driver to complete the CSI + NodePublishVolume and NodeUnpublishVolume calls. + This field is optional, and may be empty if no secret is required. If the + secret object contains more than one secret, all secret references are passed. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + description: |- + readOnly specifies a read-only configuration for the volume. + Defaults to false (read/write). + type: boolean + volumeAttributes: + additionalProperties: + type: string + description: |- + volumeAttributes stores driver-specific properties that are passed to the CSI + driver. Consult your driver's documentation for supported values. + type: object + required: + - driver + type: object + downwardAPI: + description: downwardAPI represents downward API about the pod that should populate this volume + properties: + defaultMode: + description: |- + Optional: mode bits to use on created files by default. Must be a + Optional: mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + Defaults to 0644. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + items: + description: Items is a list of downward API volume file + items: + description: DownwardAPIVolumeFile represents information to create the file containing the pod field + properties: + fieldRef: + description: 'Required: Selects a field of the pod: only annotations, labels, name, namespace and uid are supported.' + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + description: |- + Optional: mode bits used to set permissions on this file, must be an octal value + between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: 'Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ''..'' path. Must be utf-8 encoded. The first item of the relative path must not start with ''..''' + type: string + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + x-kubernetes-list-type: atomic + type: object + emptyDir: + description: |- + emptyDir represents a temporary directory that shares a pod's lifetime. + More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + properties: + medium: + description: |- + medium represents what type of storage medium should back this directory. + The default is "" which means to use the node's default medium. + Must be an empty string (default) or Memory. + More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + description: |- + sizeLimit is the total amount of local storage required for this EmptyDir volume. + The size limit is also applicable for memory medium. + The maximum usage on memory medium EmptyDir would be the minimum value between + the SizeLimit specified here and the sum of memory limits of all containers in a pod. + The default is nil which means that the limit is undefined. + More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + description: |- + ephemeral represents a volume that is handled by a cluster storage driver. + The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, + and deleted when the pod is removed. + + Use this if: + a) the volume is only needed while the pod runs, + b) features of normal volumes like restoring from snapshot or capacity + tracking are needed, + c) the storage driver is specified through a storage class, and + d) the storage driver supports dynamic volume provisioning through + a PersistentVolumeClaim (see EphemeralVolumeSource for more + information on the connection between this volume type + and PersistentVolumeClaim). + + Use PersistentVolumeClaim or one of the vendor-specific + APIs for volumes that persist for longer than the lifecycle + of an individual pod. + + Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to + be used that way - see the documentation of the driver for + more information. + + A pod can use both types of ephemeral volumes and + persistent volumes at the same time. + properties: + volumeClaimTemplate: + description: |- + Will be used to create a stand-alone PVC to provision the volume. + The pod in which this EphemeralVolumeSource is embedded will be the + owner of the PVC, i.e. the PVC will be deleted together with the + pod. The name of the PVC will be `-` where + `` is the name from the `PodSpec.Volumes` array + entry. Pod validation will reject the pod if the concatenated name + is not valid for a PVC (for example, too long). + + An existing PVC with that name that is not owned by the pod + will *not* be used for the pod to avoid using an unrelated + volume by mistake. Starting the pod is then blocked until + the unrelated PVC is removed. If such a pre-created PVC is + meant to be used by the pod, the PVC has to updated with an + owner reference to the pod once the pod exists. Normally + this should not be necessary, but it may be useful when + manually reconstructing a broken cluster. + + This field is read-only and no changes will be made by Kubernetes + to the PVC after it has been created. + + Required, must not be nil. + properties: + metadata: + description: |- + May contain labels and annotations that will be copied into the PVC + when creating it. No other fields are allowed and will be rejected during + validation. + type: object + spec: + description: |- + The specification for the PersistentVolumeClaim. The entire content is + copied unchanged into the PVC that gets created from this + template. The same fields as in a PersistentVolumeClaim + are also valid here. + properties: + accessModes: + description: |- + accessModes contains the desired access modes the volume should have. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + items: + type: string + type: array + x-kubernetes-list-type: atomic + dataSource: + description: |- + dataSource field can be used to specify either: + * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) + * An existing PVC (PersistentVolumeClaim) + If the provisioner or an external controller can support the specified data source, + it will create a new volume based on the contents of the specified data source. + When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef, + and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified. + If the namespace is specified, then dataSourceRef will not be copied to dataSource. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + description: |- + dataSourceRef specifies the object from which to populate the volume with data, if a non-empty + volume is desired. This may be any object from a non-empty API group (non + core object) or a PersistentVolumeClaim object. + When this field is specified, volume binding will only succeed if the type of + the specified object matches some installed volume populator or dynamic + provisioner. + This field will replace the functionality of the dataSource field and as such + if both fields are non-empty, they must have the same value. For backwards + compatibility, when namespace isn't specified in dataSourceRef, + both fields (dataSource and dataSourceRef) will be set to the same + value automatically if one of them is empty and the other is non-empty. + When namespace is specified in dataSourceRef, + dataSource isn't set to the same value and must be empty. + There are three important differences between dataSource and dataSourceRef: + * While dataSource only allows two specific types of objects, dataSourceRef + allows any non-core object, as well as PersistentVolumeClaim objects. + * While dataSource ignores disallowed values (dropping them), dataSourceRef + preserves all values, and generates an error if a disallowed value is + specified. + * While dataSource only allows local objects, dataSourceRef allows objects + in any namespaces. + (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. + (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + properties: + apiGroup: + description: |- + APIGroup is the group for the resource being referenced. + If APIGroup is not specified, the specified Kind must be in the core API group. + For any other third-party types, APIGroup is required. + type: string + kind: + description: Kind is the type of resource being referenced + type: string + name: + description: Name is the name of resource being referenced + type: string + namespace: + description: |- + Namespace is the namespace of resource being referenced + Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. + (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + type: string + required: + - kind + - name + type: object + resources: + description: |- + resources represents the minimum resources the volume should have. + If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements + that are lower than previous value but must still be higher than capacity recorded in the + status field of the claim. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources + properties: + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + selector: + description: selector is a label query over volumes to consider for binding. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + description: |- + storageClassName is the name of the StorageClass required by the claim. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 + type: string + volumeAttributesClassName: + description: |- + volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. + If specified, the CSI driver will create or update the volume with the attributes defined + in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, + it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass + will be applied to the claim but it's not allowed to reset this field to empty string once it is set. + If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass + will be set by the persistentvolume controller if it exists. + If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be + set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource + exists. + More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ + (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default). + type: string + volumeMode: + description: |- + volumeMode defines what type of volume is required by the claim. + Value of Filesystem is implied when not included in claim spec. + type: string + volumeName: + description: volumeName is the binding reference to the PersistentVolume backing this claim. + type: string + type: object + required: + - spec + type: object + type: object + fc: + description: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + lun: + description: 'lun is Optional: FC target lun number' + format: int32 + type: integer + readOnly: + description: |- + readOnly is Optional: Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + targetWWNs: + description: 'targetWWNs is Optional: FC target worldwide names (WWNs)' + items: + type: string + type: array + x-kubernetes-list-type: atomic + wwids: + description: |- + wwids Optional: FC volume world wide identifiers (wwids) + Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. + items: + type: string + type: array + x-kubernetes-list-type: atomic + type: object + flexVolume: + description: |- + flexVolume represents a generic volume resource that is + provisioned/attached using an exec based plugin. + Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead. + properties: + driver: + description: driver is the name of the driver to use for this volume. + type: string + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. + type: string + options: + additionalProperties: + type: string + description: 'options is Optional: this field holds extra command options if any.' + type: object + readOnly: + description: |- + readOnly is Optional: defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretRef: + description: |- + secretRef is Optional: secretRef is reference to the secret object containing + sensitive information to pass to the plugin scripts. This may be + empty if no secret object is specified. If the secret object + contains more than one secret, all secrets are passed to the plugin + scripts. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + description: |- + flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. + Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported. + properties: + datasetName: + description: |- + datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker + should be considered as deprecated + type: string + datasetUUID: + description: datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset + type: string + type: object + gcePersistentDisk: + description: |- + gcePersistentDisk represents a GCE Disk resource that is attached to a + kubelet's host machine and then exposed to the pod. + Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree + gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + properties: + fsType: + description: |- + fsType is filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + type: string + partition: + description: |- + partition is the partition in the volume that you want to mount. + If omitted, the default is to mount by volume name. + Examples: For volume /dev/sda1, you specify the partition as "1". + Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + format: int32 + type: integer + pdName: + description: |- + pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + type: string + readOnly: + description: |- + readOnly here will force the ReadOnly setting in VolumeMounts. + Defaults to false. + More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + type: boolean + required: + - pdName + type: object + gitRepo: + description: |- + gitRepo represents a git repository at a particular revision. + Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an + EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir + into the Pod's container. + properties: + directory: + description: |- + directory is the target directory name. + Must not contain or start with '..'. If '.' is supplied, the volume directory will be the + git repository. Otherwise, if specified, the volume will contain the git repository in + the subdirectory with the given name. + type: string + repository: + description: repository is the URL + type: string + revision: + description: revision is the commit hash for the specified revision. + type: string + required: + - repository + type: object + glusterfs: + description: |- + glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. + Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. + More info: https://examples.k8s.io/volumes/glusterfs/README.md + properties: + endpoints: + description: |- + endpoints is the endpoint name that details Glusterfs topology. + More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + type: string + path: + description: |- + path is the Glusterfs volume path. + More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + type: string + readOnly: + description: |- + readOnly here will force the Glusterfs volume to be mounted with read-only permissions. + Defaults to false. + More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + type: boolean + required: + - endpoints + - path + type: object + hostPath: + description: |- + hostPath represents a pre-existing file or directory on the host + machine that is directly exposed to the container. This is generally + used for system agents or other privileged things that are allowed + to see the host machine. Most containers will NOT need this. + More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + properties: + path: + description: |- + path of the directory on the host. + If the path is a symlink, it will follow the link to the real path. + More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + type: string + type: + description: |- + type for HostPath Volume + Defaults to "" + More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + type: string + required: + - path + type: object + image: + description: |- + image represents an OCI object (a container image or artifact) pulled and mounted on the kubelet's host machine. + The volume is resolved at pod startup depending on which PullPolicy value is provided: + + - Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. + - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. + - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. + + The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. + A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. + The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. + The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. + The volume will be mounted read-only (ro) and non-executable files (noexec). + Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). + The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type. + properties: + pullPolicy: + description: |- + Policy for pulling OCI objects. Possible values are: + Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. + Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. + IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. + Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. + type: string + reference: + description: |- + Required: Image or artifact reference to be used. + Behaves in the same way as pod.spec.containers[*].image. + Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. + More info: https://kubernetes.io/docs/concepts/containers/images + This field is optional to allow higher level config management to default or override + container images in workload controllers like Deployments and StatefulSets. + type: string + type: object + iscsi: + description: |- + iscsi represents an ISCSI Disk resource that is attached to a + kubelet's host machine and then exposed to the pod. + More info: https://examples.k8s.io/volumes/iscsi/README.md + properties: + chapAuthDiscovery: + description: chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication + type: boolean + chapAuthSession: + description: chapAuthSession defines whether support iSCSI Session CHAP authentication + type: boolean + fsType: + description: |- + fsType is the filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + type: string + initiatorName: + description: |- + initiatorName is the custom iSCSI Initiator Name. + If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface + : will be created for the connection. + type: string + iqn: + description: iqn is the target iSCSI Qualified Name. + type: string + iscsiInterface: + default: default + description: |- + iscsiInterface is the interface Name that uses an iSCSI transport. + Defaults to 'default' (tcp). + type: string + lun: + description: lun represents iSCSI Target Lun number. + format: int32 + type: integer + portals: + description: |- + portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port + is other than default (typically TCP ports 860 and 3260). + items: + type: string + type: array + x-kubernetes-list-type: atomic + readOnly: + description: |- + readOnly here will force the ReadOnly setting in VolumeMounts. + Defaults to false. + type: boolean + secretRef: + description: secretRef is the CHAP Secret for iSCSI target and initiator authentication + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + description: |- + targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port + is other than default (typically TCP ports 860 and 3260). + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + description: |- + name of the volume. + Must be a DNS_LABEL and unique within the pod. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + nfs: + description: |- + nfs represents an NFS mount on the host that shares a pod's lifetime + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + properties: + path: + description: |- + path that is exported by the NFS server. + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + type: string + readOnly: + description: |- + readOnly here will force the NFS export to be mounted with read-only permissions. + Defaults to false. + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + type: boolean + server: + description: |- + server is the hostname or IP address of the NFS server. + More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + description: |- + persistentVolumeClaimVolumeSource represents a reference to a + PersistentVolumeClaim in the same namespace. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + properties: + claimName: + description: |- + claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. + More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + type: string + readOnly: + description: |- + readOnly Will force the ReadOnly setting in VolumeMounts. + Default false. + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + description: |- + photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. + Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported. + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + pdID: + description: pdID is the ID that identifies Photon Controller persistent disk + type: string + required: + - pdID + type: object + portworxVolume: + description: |- + portworxVolume represents a portworx volume attached and mounted on kubelets host machine. + Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type + are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate + is on. + properties: + fsType: + description: |- + fSType represents the filesystem type to mount + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. + type: string + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + volumeID: + description: volumeID uniquely identifies a Portworx volume + type: string + required: + - volumeID + type: object + projected: + description: projected items for all in one resources secrets, configmaps, and downward API + properties: + defaultMode: + description: |- + defaultMode are the mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + sources: + description: |- + sources is the list of volume projections. Each entry in this list + handles one source. + items: + description: |- + Projection that may be projected along with other supported volume types. + Exactly one of these fields must be set. + properties: + clusterTrustBundle: + description: |- + ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field + of ClusterTrustBundle objects in an auto-updating file. + + Alpha, gated by the ClusterTrustBundleProjection feature gate. + + ClusterTrustBundle objects can either be selected by name, or by the + combination of signer name and a label selector. + + Kubelet performs aggressive normalization of the PEM contents written + into the pod filesystem. Esoteric PEM features such as inter-block + comments and block headers are stripped. Certificates are deduplicated. + The ordering of certificates within the file is arbitrary, and Kubelet + may change the order over time. + properties: + labelSelector: + description: |- + Select all ClusterTrustBundles that match this label selector. Only has + effect if signerName is set. Mutually-exclusive with name. If unset, + interpreted as "match nothing". If set but empty, interpreted as "match + everything". + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + name: + description: |- + Select a single ClusterTrustBundle by object name. Mutually-exclusive + with signerName and labelSelector. + type: string + optional: + description: |- + If true, don't block pod startup if the referenced ClusterTrustBundle(s) + aren't available. If using name, then the named ClusterTrustBundle is + allowed not to exist. If using signerName, then the combination of + signerName and labelSelector is allowed to match zero + ClusterTrustBundles. + type: boolean + path: + description: Relative path from the volume root to write the bundle. + type: string + signerName: + description: |- + Select all ClusterTrustBundles that match this signer name. + Mutually-exclusive with name. The contents of all selected + ClusterTrustBundles will be unified and deduplicated. + type: string + required: + - path + type: object + configMap: + description: configMap information about the configMap data to project + properties: + items: + description: |- + items if unspecified, each key-value pair in the Data field of the referenced + ConfigMap will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the ConfigMap, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: optional specify whether the ConfigMap or its keys must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + description: downwardAPI information about the downwardAPI data to project + properties: + items: + description: Items is a list of DownwardAPIVolume file + items: + description: DownwardAPIVolumeFile represents information to create the file containing the pod field + properties: + fieldRef: + description: 'Required: Selects a field of the pod: only annotations, labels, name, namespace and uid are supported.' + properties: + apiVersion: + description: Version of the schema the FieldPath is written in terms of, defaults to "v1". + type: string + fieldPath: + description: Path of the field to select in the specified API version. + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + description: |- + Optional: mode bits used to set permissions on this file, must be an octal value + between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: 'Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ''..'' path. Must be utf-8 encoded. The first item of the relative path must not start with ''..''' + type: string + resourceFieldRef: + description: |- + Selects a resource of the container: only resources limits and requests + (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + properties: + containerName: + description: 'Container name: required for volumes, optional for env vars' + type: string + divisor: + anyOf: + - type: integer + - type: string + description: Specifies the output format of the exposed resources, defaults to "1" + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + description: 'Required: resource to select' + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + x-kubernetes-list-type: atomic + type: object + secret: + description: secret information about the secret data to project + properties: + items: + description: |- + items if unspecified, each key-value pair in the Data field of the referenced + Secret will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the Secret, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + optional: + description: optional field specify whether the Secret or its key must be defined + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + description: serviceAccountToken is information about the serviceAccountToken data to project + properties: + audience: + description: |- + audience is the intended audience of the token. A recipient of a token + must identify itself with an identifier specified in the audience of the + token, and otherwise should reject the token. The audience defaults to the + identifier of the apiserver. + type: string + expirationSeconds: + description: |- + expirationSeconds is the requested duration of validity of the service + account token. As the token approaches expiration, the kubelet volume + plugin will proactively rotate the service account token. The kubelet will + start trying to rotate the token if the token is older than 80 percent of + its time to live or if the token is older than 24 hours.Defaults to 1 hour + and must be at least 10 minutes. + format: int64 + type: integer + path: + description: |- + path is the path relative to the mount point of the file to project the + token into. + type: string + required: + - path + type: object + type: object + type: array + x-kubernetes-list-type: atomic + type: object + quobyte: + description: |- + quobyte represents a Quobyte mount on the host that shares a pod's lifetime. + Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported. + properties: + group: + description: |- + group to map volume access to + Default is no group + type: string + readOnly: + description: |- + readOnly here will force the Quobyte volume to be mounted with read-only permissions. + Defaults to false. + type: boolean + registry: + description: |- + registry represents a single or multiple Quobyte Registry services + specified as a string as host:port pair (multiple entries are separated with commas) + which acts as the central registry for volumes + type: string + tenant: + description: |- + tenant owning the given Quobyte volume in the Backend + Used with dynamically provisioned Quobyte volumes, value is set by the plugin + type: string + user: + description: |- + user to map volume access to + Defaults to serivceaccount user + type: string + volume: + description: volume is a string that references an already created Quobyte volume by name. + type: string + required: + - registry + - volume + type: object + rbd: + description: |- + rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. + Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. + More info: https://examples.k8s.io/volumes/rbd/README.md + properties: + fsType: + description: |- + fsType is the filesystem type of the volume that you want to mount. + Tip: Ensure that the filesystem type is supported by the host operating system. + Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + type: string + image: + description: |- + image is the rados image name. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + keyring: + default: /etc/ceph/keyring + description: |- + keyring is the path to key ring for RBDUser. + Default is /etc/ceph/keyring. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + monitors: + description: |- + monitors is a collection of Ceph monitors. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + items: + type: string + type: array + x-kubernetes-list-type: atomic + pool: + default: rbd + description: |- + pool is the rados pool name. + Default is rbd. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + readOnly: + description: |- + readOnly here will force the ReadOnly setting in VolumeMounts. + Defaults to false. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: boolean + secretRef: + description: |- + secretRef is name of the authentication secret for RBDUser. If provided + overrides keyring. + Default is nil. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + user: + default: admin + description: |- + user is the rados user name. + Default is admin. + More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + type: string + required: + - image + - monitors + type: object + scaleIO: + description: |- + scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. + Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported. + properties: + fsType: + default: xfs + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". + Default is "xfs". + type: string + gateway: + description: gateway is the host address of the ScaleIO API Gateway. + type: string + protectionDomain: + description: protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. + type: string + readOnly: + description: |- + readOnly Defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretRef: + description: |- + secretRef references to the secret for ScaleIO user and other + sensitive information. If this is not provided, Login operation will fail. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + description: sslEnabled Flag enable/disable SSL communication with Gateway, default false + type: boolean + storageMode: + default: ThinProvisioned + description: |- + storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. + Default is ThinProvisioned. + type: string + storagePool: + description: storagePool is the ScaleIO Storage Pool associated with the protection domain. + type: string + system: + description: system is the name of the storage system as configured in ScaleIO. + type: string + volumeName: + description: |- + volumeName is the name of a volume already created in the ScaleIO system + that is associated with this volume source. + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + description: |- + secret represents a secret that should populate this volume. + More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + properties: + defaultMode: + description: |- + defaultMode is Optional: mode bits used to set permissions on created files by default. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values + for mode bits. Defaults to 0644. + Directories within the path are not affected by this setting. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + items: + description: |- + items If unspecified, each key-value pair in the Data field of the referenced + Secret will be projected into the volume as a file whose name is the + key and content is the value. If specified, the listed keys will be + projected into the specified paths, and unlisted keys will not be + present. If a key is specified which is not present in the Secret, + the volume setup will error unless it is marked optional. Paths must be + relative and may not contain the '..' path or start with '..'. + items: + description: Maps a string key to a path within a volume. + properties: + key: + description: key is the key to project. + type: string + mode: + description: |- + mode is Optional: mode bits used to set permissions on this file. + Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. + YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. + If not specified, the volume defaultMode will be used. + This might be in conflict with other options that affect the file + mode, like fsGroup, and the result can be other mode bits set. + format: int32 + type: integer + path: + description: |- + path is the relative path of the file to map the key to. + May not be an absolute path. + May not contain the path element '..'. + May not start with the string '..'. + type: string + required: + - key + - path + type: object + type: array + x-kubernetes-list-type: atomic + optional: + description: optional field specify whether the Secret or its keys must be defined + type: boolean + secretName: + description: |- + secretName is the name of the secret in the pod's namespace to use. + More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + type: string + type: object + storageos: + description: |- + storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. + Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. + properties: + fsType: + description: |- + fsType is the filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + readOnly: + description: |- + readOnly defaults to false (read/write). ReadOnly here will force + the ReadOnly setting in VolumeMounts. + type: boolean + secretRef: + description: |- + secretRef specifies the secret to use for obtaining the StorageOS API + credentials. If not specified, default values will be attempted. + properties: + name: + default: "" + description: |- + Name of the referent. + This field is effectively required, but due to backwards compatibility is + allowed to be empty. Instances of this type with an empty value here are + almost certainly wrong. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + description: |- + volumeName is the human-readable name of the StorageOS volume. Volume + names are only unique within a namespace. + type: string + volumeNamespace: + description: |- + volumeNamespace specifies the scope of the volume within StorageOS. If no + namespace is specified then the Pod's namespace will be used. This allows the + Kubernetes name scoping to be mirrored within StorageOS for tighter integration. + Set VolumeName to any name to override the default behaviour. + Set to "default" if you are not using namespaces within StorageOS. + Namespaces that do not pre-exist within StorageOS will be created. + type: string + type: object + vsphereVolume: + description: |- + vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. + Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type + are redirected to the csi.vsphere.vmware.com CSI driver. + properties: + fsType: + description: |- + fsType is filesystem type to mount. + Must be a filesystem type supported by the host operating system. + Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + type: string + storagePolicyID: + description: storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. + type: string + storagePolicyName: + description: storagePolicyName is the storage Policy Based Management (SPBM) profile name. + type: string + volumePath: + description: volumePath is the path that identifies vSphere volume vmdk + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + nodeSelector: + additionalProperties: + type: string + type: object + podAdditionalMetadata: + description: |- + PodAdditionalMetadata defines the additional labels and annotations that must be attached + to the resulting Pods managed by the Deployment. + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + type: object + runtimeClassName: + type: string + serviceAccountName: + type: string + strategy: + description: DeploymentStrategy describes how to replace existing pods with new ones. + properties: + rollingUpdate: + description: |- + Rolling update config params. Present only if DeploymentStrategyType = + RollingUpdate. + properties: + maxSurge: + anyOf: + - type: integer + - type: string + description: |- + The maximum number of pods that can be scheduled above the desired number of + pods. + Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). + This can not be 0 if MaxUnavailable is 0. + Absolute number is calculated from percentage by rounding up. + Defaults to 25%. + Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when + the rolling update starts, such that the total number of old and new pods do not exceed + 130% of desired pods. Once old pods have been killed, + new ReplicaSet can be scaled up further, ensuring that total number of pods running + at any time during the update is at most 130% of desired pods. + x-kubernetes-int-or-string: true + maxUnavailable: + anyOf: + - type: integer + - type: string + description: |- + The maximum number of pods that can be unavailable during the update. + Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). + Absolute number is calculated from percentage by rounding down. + This can not be 0 if MaxSurge is 0. + Defaults to 25%. + Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods + immediately when the rolling update starts. Once new pods are ready, old ReplicaSet + can be scaled down further, followed by scaling up the new ReplicaSet, ensuring + that the total number of pods available at all times during the update is at + least 70% of desired pods. + x-kubernetes-int-or-string: true + type: object + type: + description: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. + type: string + type: object + tolerations: + items: + description: |- + The pod this Toleration is attached to tolerates any taint that matches + the triple using the matching operator . + properties: + effect: + description: |- + Effect indicates the taint effect to match. Empty means match all taint effects. + When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + type: string + key: + description: |- + Key is the taint key that the toleration applies to. Empty means match all taint keys. + If the key is empty, operator must be Exists; this combination means to match all values and all keys. + type: string + operator: + description: |- + Operator represents a key's relationship to the value. + Valid operators are Exists and Equal. Defaults to Equal. + Exists is equivalent to wildcard for value, so that a pod can + tolerate all taints of a particular category. + type: string + tolerationSeconds: + description: |- + TolerationSeconds represents the period of time the toleration (which must be + of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, + it is not set, which means tolerate the taint forever (do not evict). Zero and + negative values will be treated as 0 (evict immediately) by the system. + format: int64 + type: integer + value: + description: |- + Value is the taint value the toleration matches to. + If the operator is Exists, the value should be empty, otherwise just a regular string. + type: string + type: object + type: array + topologySpreadConstraints: + items: + description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. + properties: + labelSelector: + description: |- + LabelSelector is used to find matching pods. + Pods that match this label selector are counted to determine the number of pods + in their corresponding topology domain. + properties: + matchExpressions: + description: matchExpressions is a list of label selector requirements. The requirements are ANDed. + items: + description: |- + A label selector requirement is a selector that contains values, a key, and an operator that + relates the key and values. + properties: + key: + description: key is the label key that the selector applies to. + type: string + operator: + description: |- + operator represents a key's relationship to a set of values. + Valid operators are In, NotIn, Exists and DoesNotExist. + type: string + values: + description: |- + values is an array of string values. If the operator is In or NotIn, + the values array must be non-empty. If the operator is Exists or DoesNotExist, + the values array must be empty. This array is replaced during a strategic + merge patch. + items: + type: string + type: array + x-kubernetes-list-type: atomic + required: + - key + - operator + type: object + type: array + x-kubernetes-list-type: atomic + matchLabels: + additionalProperties: + type: string + description: |- + matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, whose key field is "key", the + operator is "In", and the values array contains only "value". The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + description: |- + MatchLabelKeys is a set of pod label keys to select the pods over which + spreading will be calculated. The keys are used to lookup values from the + incoming pod labels, those key-value labels are ANDed with labelSelector + to select the group of existing pods over which spreading will be calculated + for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. + MatchLabelKeys cannot be set when LabelSelector isn't set. + Keys that don't exist in the incoming pod labels will + be ignored. A null or empty list means only match against labelSelector. + + This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). + items: + type: string + type: array + x-kubernetes-list-type: atomic + maxSkew: + description: |- + MaxSkew describes the degree to which pods may be unevenly distributed. + When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference + between the number of matching pods in the target topology and the global minimum. + The global minimum is the minimum number of matching pods in an eligible domain + or zero if the number of eligible domains is less than MinDomains. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 2/2/1: + In this case, the global minimum is 1. + | zone1 | zone2 | zone3 | + | P P | P P | P | + - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; + scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) + violate MaxSkew(1). + - if MaxSkew is 2, incoming pod can be scheduled onto any zone. + When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence + to topologies that satisfy it. + It's a required field. Default value is 1 and 0 is not allowed. + format: int32 + type: integer + minDomains: + description: |- + MinDomains indicates a minimum number of eligible domains. + When the number of eligible domains with matching topology keys is less than minDomains, + Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. + And when the number of eligible domains with matching topology keys equals or greater than minDomains, + this value has no effect on scheduling. + As a result, when the number of eligible domains is less than minDomains, + scheduler won't schedule more than maxSkew Pods to those domains. + If value is nil, the constraint behaves as if MinDomains is equal to 1. + Valid values are integers greater than 0. + When value is not nil, WhenUnsatisfiable must be DoNotSchedule. + + For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same + labelSelector spread as 2/2/2: + | zone1 | zone2 | zone3 | + | P P | P P | P P | + The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. + In this situation, new pod with the same labelSelector cannot be scheduled, + because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, + it will violate MaxSkew. + format: int32 + type: integer + nodeAffinityPolicy: + description: |- + NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector + when calculating pod topology spread skew. Options are: + - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. + - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. + + If this value is nil, the behavior is equivalent to the Honor policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + nodeTaintsPolicy: + description: |- + NodeTaintsPolicy indicates how we will treat node taints when calculating + pod topology spread skew. Options are: + - Honor: nodes without taints, along with tainted nodes for which the incoming pod + has a toleration, are included. + - Ignore: node taints are ignored. All nodes are included. + + If this value is nil, the behavior is equivalent to the Ignore policy. + This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + type: string + topologyKey: + description: |- + TopologyKey is the key of node labels. Nodes that have a label with this key + and identical values are considered to be in the same topology. + We consider each as a "bucket", and try to put balanced number + of pods into each bucket. + We define a domain as a particular instance of a topology. + Also, we define an eligible domain as a domain whose nodes meet the requirements of + nodeAffinityPolicy and nodeTaintsPolicy. + e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. + And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. + It's a required field. + type: string + whenUnsatisfiable: + description: |- + WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy + the spread constraint. + - DoNotSchedule (default) tells the scheduler not to schedule it. + - ScheduleAnyway tells the scheduler to schedule the pod in any location, + but giving higher precedence to topologies that would help reduce the + skew. + A constraint is considered "Unsatisfiable" for an incoming pod + if and only if every possible node assignment for that pod would violate + "MaxSkew" on some topology. + For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same + labelSelector spread as 3/1/1: + | zone1 | zone2 | zone3 | + | P P P | P | P | + If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled + to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies + MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler + won't make it *more* imbalanced. + It's a required field. + type: string + required: + - maxSkew + - topologyKey + - whenUnsatisfiable + type: object + type: array + type: object + kine: + description: |- + KineComponent allows the customization for the kine component of the control plane. + Available only if Kamaji is running using Kine as backing storage. + properties: + extraArgs: + items: + type: string + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + kubelet: + default: + cgroupfs: systemd + preferredAddressTypes: + - Hostname + - InternalIP + - ExternalIP + description: Configure the Kubelet options, such as the preferred address types, or the expected cgroupfs. + properties: + cgroupfs: + description: |- + CGroupFS defines the cgroup driver for Kubelet + https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/ + enum: + - systemd + - cgroupfs + type: string + preferredAddressTypes: + default: + - Hostname + - InternalIP + - ExternalIP + description: |- + Ordered list of the preferred NodeAddressTypes to use for kubelet connections. + Default to Hostname, InternalIP, ExternalIP. + items: + enum: + - Hostname + - InternalIP + - ExternalIP + - InternalDNS + - ExternalDNS + type: string + minItems: 1 + type: array + type: object + network: + default: + serviceType: LoadBalancer + description: Configure how the TenantControlPlane should be exposed. + properties: + certSANs: + description: |- + Configure additional Subject Address Names for the kube-apiserver certificate, + useful if the TenantControlPlane is going to be exposed behind a FQDN with NAT. + items: + type: string + type: array + dnsServiceIPs: + description: |- + DNSServiceIPs contains the DNS Service IPs. + If the CoreDNS addon is specified, its DNSServiceIPs will be used instead. + When set to an empty slice, Kamaji will automatically inflect it from the Service CIDR. + items: + type: string + type: array + ingress: + description: |- + When specified, the KamajiControlPlane will be reachable using an Ingress object + deployed in the management cluster. + properties: + className: + description: Defines the Ingress Class for the Ingress object. + type: string + extraAnnotations: + additionalProperties: + type: string + description: |- + Defines the extra annotations for the Ingress object. + Useful if you need to define TLS/SSL passthrough, or other Ingress Controller-specific options. + type: object + extraLabels: + additionalProperties: + type: string + description: Defines the extra labels for the Ingress object. + type: object + hostname: + description: |- + Defines the hostname for the Ingress object. + When using an Ingress object the FQDN is automatically added to the Certificate SANs. + minLength: 1 + type: string + required: + - hostname + type: object + loadBalancerConfig: + description: Optional configuration for the LoadBalancer service that exposes the Kamaji control plane. + properties: + loadBalancerClass: + description: |- + Specify the LoadBalancer class in case of multiple load balancer implementations. + Field supported only for Tenant Control Plane instances exposed using a LoadBalancer Service. + minLength: 1 + type: string + x-kubernetes-validations: + - message: LoadBalancerClass is immutable + rule: self == oldSelf + loadBalancerSourceRanges: + description: |- + LoadBalancerSourceRanges restricts the IP ranges that can access + the LoadBalancer type Service. This field defines a list of IP + address ranges (in CIDR format) that are allowed to access the service. + If left empty, the service will allow traffic from all IP ranges (0.0.0.0/0). + This feature is useful for restricting access to API servers or services + to specific networks for security purposes. + Example: {"192.168.1.0/24", "10.0.0.0/8"} + items: + type: string + type: array + type: object + serviceAddress: + description: |- + This field can be used in case of pre-assigned address, such as a VIP, + helping when serviceType is NodePort. + type: string + serviceAnnotations: + additionalProperties: + type: string + type: object + serviceLabels: + additionalProperties: + type: string + type: object + serviceType: + default: LoadBalancer + description: Service Type string describes ingress methods for a service + enum: + - ClusterIP + - NodePort + - LoadBalancer + type: string + type: object + x-kubernetes-validations: + - message: LoadBalancerSourceRanges are supported only with LoadBalancer service type + rule: '!has(self.loadBalancerConfig) || !has(self.loadBalancerConfig.loadBalancerSourceRanges) || (size(self.loadBalancerConfig.loadBalancerSourceRanges) == 0 || self.serviceType == ''LoadBalancer'')' + - message: LoadBalancerClass is supported only with LoadBalancer service type + rule: '!has(self.loadBalancerConfig) || !has(self.loadBalancerConfig.loadBalancerClass) || self.serviceType == ''LoadBalancer''' + - message: LoadBalancerClass cannot be set or unset at runtime + rule: self.serviceType != 'LoadBalancer' || (oldSelf.serviceType != 'LoadBalancer' && self.serviceType == 'LoadBalancer') || !has(self.loadBalancerConfig) || has(self.loadBalancerConfig) && has(self.loadBalancerConfig.loadBalancerClass) == has(oldSelf.loadBalancerConfig.loadBalancerClass) + registry: + default: registry.k8s.io + description: |- + Override the container registry used to pull the components image. + Helpful if running in an air-gapped environment. + type: string + scheduler: + description: ControlPlaneComponent allows the customization for the given component of the control plane. + properties: + containerImageName: + description: |- + In combination with the container registry, it can override the component container image. + With no value, the default images will be used. + minLength: 1 + type: string + extraArgs: + items: + type: string + type: array + extraVolumeMounts: + items: + description: VolumeMount describes a mounting of a Volume within a container. + properties: + mountPath: + description: |- + Path within the container at which the volume should be mounted. Must + not contain ':'. + type: string + mountPropagation: + description: |- + mountPropagation determines how mounts are propagated from the host + to container and the other way around. + When not set, MountPropagationNone is used. + This field is beta in 1.10. + When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified + (which defaults to None). + type: string + name: + description: This must match the Name of a Volume. + type: string + readOnly: + description: |- + Mounted read-only if true, read-write otherwise (false or unspecified). + Defaults to false. + type: boolean + recursiveReadOnly: + description: |- + RecursiveReadOnly specifies whether read-only mounts should be handled + recursively. + + If ReadOnly is false, this field has no meaning and must be unspecified. + + If ReadOnly is true, and this field is set to Disabled, the mount is not made + recursively read-only. If this field is set to IfPossible, the mount is made + recursively read-only, if it is supported by the container runtime. If this + field is set to Enabled, the mount is made recursively read-only if it is + supported by the container runtime, otherwise the pod will not be started and + an error will be generated to indicate the reason. + + If this field is set to IfPossible or Enabled, MountPropagation must be set to + None (or be unspecified, which defaults to None). + + If this field is not specified, it is treated as an equivalent of Disabled. + type: string + subPath: + description: |- + Path within the volume from which the container's volume should be mounted. + Defaults to "" (volume's root). + type: string + subPathExpr: + description: |- + Expanded path within the volume from which the container's volume should be mounted. + Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. + Defaults to "" (volume's root). + SubPathExpr and SubPath are mutually exclusive. + type: string + required: + - mountPath + - name + type: object + type: array + resources: + description: ResourceRequirements describes the compute resource requirements. + properties: + claims: + description: |- + Claims lists the names of resources, defined in spec.resourceClaims, + that are used by this container. + + This is an alpha field and requires enabling the + DynamicResourceAllocation feature gate. + + This field is immutable. It can only be set for containers. + items: + description: ResourceClaim references one entry in PodSpec.ResourceClaims. + properties: + name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. + type: string + request: + description: |- + Request is the name chosen for a request in the referenced claim. + If empty, everything from the claim is made available, otherwise + only the result of this request. + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Limits describes the maximum amount of compute resources allowed. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + description: |- + Requests describes the minimum amount of compute resources required. + If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, + otherwise to an implementation-defined value. Requests cannot exceed Limits. + More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + type: object + type: object + type: object + type: object + required: + - spec + type: object + required: + - template + type: object + type: object + served: true + storage: true +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + labels: + app.kubernetes.io/component: rbac + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: controller-manager + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: serviceaccount + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + name: capi-kamaji-controller-manager + namespace: kamaji-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + labels: + app.kubernetes.io/component: rbac + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: leader-election-role + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: role + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + name: capi-kamaji-leader-election-role + namespace: kamaji-system +rules: +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch + - create + - update + - patch + - delete +- apiGroups: + - coordination.k8s.io + resources: + - leases + verbs: + - get + - list + - watch + - create + - update + - patch + - delete +- apiGroups: + - "" + resources: + - events + verbs: + - create + - patch +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + app.kubernetes.io/component: rbac + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: manager-rolebinding + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: clusterrolebinding + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + name: capi-kamaji-capi-kamaji-control-plane-role +rules: +- apiGroups: + - controlplane.cluster.x-k8s.io + resources: + - kamajicontrolplanes + verbs: + - get + - list + - patch + - update + - watch +- apiGroups: + - controlplane.cluster.x-k8s.io + resources: + - kamajicontrolplanes/finalizers + verbs: + - update +- apiGroups: + - controlplane.cluster.x-k8s.io + resources: + - kamajicontrolplanes/status + verbs: + - get + - patch + - update +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + cluster.x-k8s.io/provider: kamaji + name: capi-kamaji-manager-role +rules: +- apiGroups: + - "" + resources: + - secrets + verbs: + - create + - get + - list + - patch + - update + - watch +- apiGroups: + - cluster.x-k8s.io + resources: + - clusters + verbs: + - get + - list + - watch +- apiGroups: + - controlplane.cluster.x-k8s.io + resources: + - kamajicontrolplanes + verbs: + - create + - delete + - get + - list + - patch + - update + - watch +- apiGroups: + - controlplane.cluster.x-k8s.io + resources: + - kamajicontrolplanes/finalizers + verbs: + - update +- apiGroups: + - controlplane.cluster.x-k8s.io + resources: + - kamajicontrolplanes/status + verbs: + - get + - patch + - update +- apiGroups: + - infrastructure.cluster.x-k8s.io + resources: + - awsclusters + - azureclusters + - hetznerclusters + - ionoscloudclusters + - kubevirtclusters + - nutanixclusters + - openstackclusters + - packetclusters + - proxmoxclusters + - tinkerbellclusters + - vsphereclusters + verbs: + - get + - list + - patch + - watch +- apiGroups: + - infrastructure.cluster.x-k8s.io + resources: + - kubevirtclusters/status + - nutanixclusters/status + - packetclusters/status + verbs: + - patch +- apiGroups: + - infrastructure.cluster.x-k8s.io + resources: + - metal3clusters + verbs: + - get +- apiGroups: + - kamaji.clastix.io + resources: + - tenantcontrolplanes + verbs: + - create + - get + - list + - update + - watch +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + labels: + app.kubernetes.io/component: rbac + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: leader-election-rolebinding + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: rolebinding + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + name: capi-kamaji-leader-election-rolebinding + namespace: kamaji-system +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: capi-kamaji-leader-election-role +subjects: +- kind: ServiceAccount + name: capi-kamaji-controller-manager + namespace: kamaji-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + labels: + app.kubernetes.io/component: rbac + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: manager-rolebinding + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: clusterrolebinding + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + name: capi-kamaji-capi-kamaji-control-plane-rolebinding +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: capi-kamaji-capi-kamaji-control-plane-role +subjects: +- kind: ServiceAccount + name: capi-manager + namespace: capi-system +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + labels: + app.kubernetes.io/component: rbac + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: manager-rolebinding + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: clusterrolebinding + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + name: capi-kamaji-manager-rolebinding +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: capi-kamaji-manager-role +subjects: +- kind: ServiceAccount + name: capi-kamaji-controller-manager + namespace: kamaji-system +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + labels: + app.kubernetes.io/component: manager + app.kubernetes.io/created-by: cluster-api-control-plane-provider-kamaji + app.kubernetes.io/instance: controller-manager + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/name: deployment + app.kubernetes.io/part-of: cluster-api-control-plane-provider-kamaji + cluster.x-k8s.io/provider: kamaji + control-plane: controller-manager + name: capi-kamaji-controller-manager + namespace: kamaji-system +spec: + replicas: 1 + selector: + matchLabels: + cluster.x-k8s.io/provider: kamaji + control-plane: controller-manager + template: + metadata: + annotations: + kubectl.kubernetes.io/default-container: manager + labels: + cluster.x-k8s.io/provider: kamaji + control-plane: controller-manager + spec: + containers: + - args: + - --leader-elect + - --feature-gates=DynamicInfrastructureClusterPatch=${CACPPK_DYNAMIC_INFRASTRUCTURE_CLUSTER_PATCH:=false},ExternalClusterReference=${CACPPK_EXTERNAL_CLUSTER_REFERENCE:=false},ExternalClusterReferenceCrossNamespace=${CACPPK_EXTERNAL_CLUSTER_REFERENCE_CROSS_NAMESPACE:=false},SkipInfraClusterPatch=${CACPPK_SKIP_INFRA_CLUSTER_PATCH:=false} + - --dynamic-infrastructure-clusters=${CACPPK_INFRASTRUCTURE_CLUSTERS:= } + command: + - /manager + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.15.0 + livenessProbe: + httpGet: + path: /healthz + port: 8081 + initialDelaySeconds: 15 + periodSeconds: 20 + name: manager + readinessProbe: + httpGet: + path: /readyz + port: 8081 + initialDelaySeconds: 5 + periodSeconds: 10 + resources: + limits: + cpu: 500m + memory: 128Mi + requests: + cpu: 10m + memory: 64Mi + securityContext: + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + securityContext: + runAsNonRoot: true + serviceAccountName: capi-kamaji-controller-manager + terminationGracePeriodSeconds: 10 diff --git a/packages/system/capi-providers-cpprovider/files/metadata.yaml b/packages/system/capi-providers-cpprovider/files/metadata.yaml new file mode 100644 index 00000000..b282734a --- /dev/null +++ b/packages/system/capi-providers-cpprovider/files/metadata.yaml @@ -0,0 +1,52 @@ +# maps release series of major.minor to cluster-api contract version +# the contract version may change between minor or major versions, but *not* +# between patch versions. +# +# update this file only when a new major or minor version is released +apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3 +releaseSeries: + - major: 0 + minor: 15 + contract: v1beta1 + - major: 0 + minor: 14 + contract: v1beta1 + - major: 0 + minor: 13 + contract: v1beta1 + - major: 0 + minor: 12 + contract: v1beta1 + - major: 0 + minor: 11 + contract: v1beta1 + - major: 0 + minor: 10 + contract: v1beta1 + - major: 0 + minor: 9 + contract: v1beta1 + - major: 0 + minor: 8 + contract: v1beta1 + - major: 0 + minor: 7 + contract: v1beta1 + - major: 0 + minor: 6 + contract: v1beta1 + - major: 0 + minor: 5 + contract: v1beta1 + - major: 0 + minor: 4 + contract: v1beta1 + - major: 0 + minor: 3 + contract: v1beta1 + - major: 0 + minor: 2 + contract: v1beta1 + - major: 0 + minor: 1 + contract: v1beta1 diff --git a/packages/system/capi-providers-cpprovider/templates/configmaps.yaml b/packages/system/capi-providers-cpprovider/templates/configmaps.yaml new file mode 100644 index 00000000..d69ab12b --- /dev/null +++ b/packages/system/capi-providers-cpprovider/templates/configmaps.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: v0.15.1-cp + labels: + cp-components: cozy + annotations: + provider.cluster.x-k8s.io/compressed: "true" +binaryData: + components: {{ .Files.Get "files/components.gz" | b64enc | quote }} +data: + metadata: {{ .Files.Get "files/metadata.yaml" | quote }} diff --git a/packages/system/capi-providers-cpprovider/templates/providers.yaml b/packages/system/capi-providers-cpprovider/templates/providers.yaml new file mode 100644 index 00000000..b173be14 --- /dev/null +++ b/packages/system/capi-providers-cpprovider/templates/providers.yaml @@ -0,0 +1,21 @@ +apiVersion: operator.cluster.x-k8s.io/v1alpha2 +kind: ControlPlaneProvider +metadata: + name: kamaji +spec: + # https://github.com/clastix/cluster-api-control-plane-provider-kamaji + version: v0.15.1-cp + fetchConfig: + selector: + matchLabels: + cp-components: cozy + deployment: + containers: + - name: manager + resources: + limits: + cpu: "1" + memory: 1024Mi + requests: + cpu: "10m" + memory: 128Mi diff --git a/packages/system/capi-providers-infraprovider/.helmignore b/packages/system/capi-providers-infraprovider/.helmignore new file mode 100644 index 00000000..7a69e7e1 --- /dev/null +++ b/packages/system/capi-providers-infraprovider/.helmignore @@ -0,0 +1 @@ +files/.*-components.yaml diff --git a/packages/system/capi-providers-infraprovider/Chart.yaml b/packages/system/capi-providers-infraprovider/Chart.yaml new file mode 100644 index 00000000..35e63b76 --- /dev/null +++ b/packages/system/capi-providers-infraprovider/Chart.yaml @@ -0,0 +1,3 @@ +apiVersion: v2 +name: cozy-capi-providers-infraprovider +version: 0.0.0 # Placeholder, the actual version will be automatically set during the build process diff --git a/packages/system/capi-providers-infraprovider/Makefile b/packages/system/capi-providers-infraprovider/Makefile new file mode 100644 index 00000000..249d3f38 --- /dev/null +++ b/packages/system/capi-providers-infraprovider/Makefile @@ -0,0 +1,4 @@ +export NAME=capi-providers +export NAMESPACE=cozy-cluster-api + +include ../../../scripts/package.mk diff --git a/packages/system/capi-providers-infraprovider/files/components.gz b/packages/system/capi-providers-infraprovider/files/components.gz new file mode 100644 index 0000000000000000000000000000000000000000..3f6ae3c7303130fd224835452c2139e7fc041482 GIT binary patch literal 71825 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