diff --git a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml index ec76a15..839139a 100644 --- a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml +++ b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigs.yaml @@ -87,6 +87,9 @@ spec: - classic - strict type: string + disableDefaultCNI: + description: Whether or not to use the default CNI + type: boolean extraKubeletArgs: description: ExtraKubeletArgs is a list of extra arguments to add to the kubelet. @@ -177,9 +180,6 @@ spec: snapstoreProxyId: description: The snap store proxy ID type: string - useDefaultCNI: - description: Whether or not to use the default CNI - type: boolean type: object type: object status: diff --git a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml index 149cd4d..67a9d2a 100644 --- a/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml +++ b/config/crd/bases/bootstrap.cluster.x-k8s.io_microk8sconfigtemplates.yaml @@ -95,6 +95,9 @@ spec: - classic - strict type: string + disableDefaultCNI: + description: Whether or not to use the default CNI + type: boolean extraKubeletArgs: description: ExtraKubeletArgs is a list of extra arguments to add to the kubelet. @@ -188,9 +191,6 @@ spec: snapstoreProxyId: description: The snap store proxy ID type: string - useDefaultCNI: - description: Whether or not to use the default CNI - type: boolean type: object type: object type: object