ClusterAPI.imageBuilder/packer/azure/scripts/test-templates/patches/kubeadmcontrolplane-windows.yaml

8 lines
197 B
YAML
Raw Permalink Normal View History

2023-02-22 20:24:42 +00:00
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
kind: KubeadmControlPlane
metadata:
name: ${CLUSTER_NAME}-control-plane
namespace: default
spec:
version: ${KUBERNETES_BOOTSTRAP_VERSION}
---