mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
3dff75b8f1
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
36 lines
820 B
YAML
36 lines
820 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
kubeadmConfigPatches:
|
|
- |-
|
|
kind: ClusterConfiguration
|
|
controllerManager:
|
|
extraArgs:
|
|
bind-address: 0.0.0.0
|
|
etcd:
|
|
local:
|
|
extraArgs:
|
|
listen-metrics-urls: http://0.0.0.0:2382
|
|
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
|