Merge pull request #86392 from andrewsykim/remove-kind-file

remove personal kind.yaml that was added accidentally
This commit is contained in:
Kubernetes Prow Robot 2019-12-19 00:38:19 -08:00 committed by GitHub
commit be20826710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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