This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.github
ansible
cloudinit
hack
packer
ami
azure
.pipelines
scripts
test-templates
linux
patches
azuremachinetemplate-controlplane.yaml
azuremachinetemplate-windows.yaml
azuremachinetemplate-workload.yaml
kubeadmcontrolplane-windows.yaml
machinedeployment-windows.yaml
windows
delete-unused-storage.sh
disable-windows-prepull.json
ensure-kustomize.sh
init-sig.sh
init-vhd.sh
new-disk-version.sh
new-sku.sh
parse-prow-creds.sh
sysprep.ps1
OWNERS
azure-config.json
azure-sig-gen2.json
azure-sig.json
azure-vhd.json
centos-7-gen2.json
centos-7.json
flatcar-gen2.json
flatcar.json
packer-windows.json
packer.json
rhel-8.json
sku-template.json
ubuntu-1804-gen2.json
ubuntu-1804.json
ubuntu-2004-gen2.json
ubuntu-2004.json
ubuntu-2204-gen2.json
ubuntu-2204.json
windows-2004.json
windows-2019-containerd.json
windows-2019.json
windows-2022-containerd.json
config
digitalocean
files
gce
goss
nutanix
oci
outscale
ova
powervs
qemu
raw
vbox
.gitignore
scripts
.drone.yml
Dockerfile
Makefile
OWNERS
README.md
ansible.cfg
azure_targets.sh
kubevirt-Dockerfile
ClusterAPI.imageBuilder/packer/azure/scripts/test-templates/patches/kubeadmcontrolplane-windows.yaml

8 lines
197 B
YAML
Raw Normal View History

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