sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/patches/windows-feature-gates.yaml (about) 1 apiVersion: controlplane.cluster.x-k8s.io/v1beta1 2 kind: KubeadmControlPlane 3 metadata: 4 name: "${CLUSTER_NAME}-control-plane" 5 spec: 6 kubeadmConfigSpec: 7 clusterConfiguration: 8 apiServer: 9 extraArgs: 10 feature-gates: ${K8S_FEATURE_GATES:-""} 11 --- 12 apiVersion: bootstrap.cluster.x-k8s.io/v1beta1 13 kind: KubeadmConfigTemplate 14 metadata: 15 name: ${CLUSTER_NAME}-md-win 16 spec: 17 template: 18 spec: 19 joinConfiguration: 20 nodeRegistration: 21 kubeletExtraArgs: 22 feature-gates: ${NODE_FEATURE_GATES:-""}