mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
remove personal kind.yaml that was added accidentally
Signed-off-by: andrewsykim <kim.andrewsy@gmail.com>
This commit is contained in:
parent
5cb1ec5fea
commit
3aa794aafc
32
kind.yaml
32
kind.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user