Example of configuration change:
kindKubeadmConfigSpec:
- 'kind: Cluster'
- 'apiVersion: kind.x-k8s.io/v1alpha4'
- 'networking:'
- ' serviceSubnet: 10.96.0.0/12'
- 'kubeadmConfigPatches:'
- '- |'
- ' apiVersion: kubeadm.k8s.io/v1beta2'
- ' kind: ClusterConfiguration'
- ' imageRepository: registry.tkg.vmware.run'
- ' etcd:'
- ' local:'
- ' imageRepository: registry.tkg.vmware.run'
- ' imageTag: v3.4.13_vmware.4'
- ' dns:'
- ' type: CoreDNS'
- ' imageRepository: registry.tkg.vmware.run'
- ' imageTag: v1.7.0_vmware.5'
Note: At this point, you can proceed with running the tkg init command to create the management cluster.