mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #86392 from andrewsykim/remove-kind-file
remove personal kind.yaml that was added accidentally
This commit is contained in:
commit
be20826710
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