remove personal kind.yaml that was added accidentally

Signed-off-by: andrewsykim <kim.andrewsy@gmail.com>
This commit is contained in:
andrewsykim 2019-12-18 15:41:19 -05:00
parent 5cb1ec5fea
commit 3aa794aafc

View File

@ -1,32 +0,0 @@
# three node (two workers) cluster config
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha3
nodes:
- role: control-plane
- role: worker
- role: worker
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
"feature-gates": "EndpointSlice=true,ServiceTopology=true"
scheduler:
extraArgs:
"feature-gates": "EndpointSlice=true,ServiceTopology=true"
controllerManager:
extraArgs:
"feature-gates": "EndpointSlice=true,ServiceTopology=true"
- |
apiVersion: kubeadm.k8s.io/v1beta2
kind: InitConfiguration
metadata:
name: config
nodeRegistration:
kubeletExtraArgs:
"feature-gates": "EndpointSlice=true,ServiceTopology=true"
# 1 control plane node and 3 workers