2022-11-01 14:53:58 +00:00
|
|
|
kind: Cluster
|
|
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
2023-08-21 15:56:57 +02:00
|
|
|
featureGates:
|
|
|
|
ValidatingAdmissionPolicy: true
|
|
|
|
runtimeConfig:
|
2023-08-28 22:19:04 +03:00
|
|
|
admissionregistration.k8s.io/v1beta1: true
|
2023-08-29 14:10:56 +03:00
|
|
|
admissionregistration.k8s.io/v1alpha1: true
|
2022-11-01 14:53:58 +00:00
|
|
|
kubeadmConfigPatches:
|
|
|
|
- |-
|
|
|
|
kind: ClusterConfiguration
|
|
|
|
controllerManager:
|
|
|
|
extraArgs:
|
|
|
|
bind-address: 0.0.0.0
|
|
|
|
etcd:
|
|
|
|
local:
|
|
|
|
extraArgs:
|
2022-11-17 07:31:35 +01:00
|
|
|
listen-metrics-urls: http://0.0.0.0:2382
|
2022-11-01 14:53:58 +00:00
|
|
|
scheduler:
|
|
|
|
extraArgs:
|
|
|
|
bind-address: 0.0.0.0
|
|
|
|
- |-
|
|
|
|
kind: KubeProxyConfiguration
|
|
|
|
metricsBindAddress: 0.0.0.0
|
|
|
|
nodes:
|
|
|
|
- role: control-plane
|
|
|
|
kubeadmConfigPatches:
|
|
|
|
- |-
|
|
|
|
kind: InitConfiguration
|
|
|
|
nodeRegistration:
|
|
|
|
kubeletExtraArgs:
|
|
|
|
node-labels: "ingress-ready=true"
|
|
|
|
extraPortMappings:
|
|
|
|
- containerPort: 80
|
|
|
|
hostPort: 80
|
|
|
|
protocol: TCP
|
|
|
|
- containerPort: 443
|
|
|
|
hostPort: 443
|
|
|
|
protocol: TCP
|
|
|
|
- role: worker
|
|
|
|
- role: worker
|
|
|
|
- role: worker
|