diff --git a/k8s/crds/kops.k8s.io_clusters.yaml b/k8s/crds/kops.k8s.io_clusters.yaml index 5980b9d8d47a8..42243d393cf42 100644 --- a/k8s/crds/kops.k8s.io_clusters.yaml +++ b/k8s/crds/kops.k8s.io_clusters.yaml @@ -331,12 +331,14 @@ spec: description: ConfigStore is the VFS path to where the configuration (Cluster, InstanceGroups etc) is stored type: string + containerRuntime: + description: Container runtime to use for Kubernetes + type: string containerd: description: Component configurations properties: address: - description: Address of containerd's GRPC server - (default "/run/containerd/containerd.sock") + description: Address of containerd's GRPC server (default "/run/containerd/containerd.sock") type: string externalConfig: description: Complete containerd config file provided by the user @@ -353,18 +355,13 @@ spec: in any way (default "false") type: boolean state: - description: Directory for execution state files - (default "/run/containerd") + description: Directory for execution state files (default "/run/containerd") type: string version: - description: Consumed by nodeup and used to pick the containerd version + description: Consumed by nodeup and used to pick the containerd + version type: string type: object - containerRuntime: - description: ContainerRuntime is the is the software that runs at the - lowest layers of a Kubernetes node and, among other things, manages - container images starts, starts and stops container - type: string dnsControllerGossipConfig: description: DNSControllerGossipConfig for the cluster assuming the use of gossip DNS @@ -388,7 +385,7 @@ spec: of the zone (containing dots), or can be an identifier for the zone. type: string docker: - description: Component configurations + description: DockerConfig is the configuration for docker properties: authorizationPlugins: description: AuthorizationPlugins is a list of authorization plugins