Enable kubeprism and disable flannel.
This commit is contained in:
parent
a2ef5b478f
commit
66ed521d0c
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,9 @@ controlPlane:
|
||||||
- |-
|
- |-
|
||||||
cluster:
|
cluster:
|
||||||
allowSchedulingOnMasters: true
|
allowSchedulingOnMasters: true
|
||||||
|
network:
|
||||||
|
cni:
|
||||||
|
name: none
|
||||||
proxy:
|
proxy:
|
||||||
disabled: true
|
disabled: true
|
||||||
etcd:
|
etcd:
|
||||||
|
@ -62,6 +65,11 @@ controlPlane:
|
||||||
|
|
||||||
- |-
|
- |-
|
||||||
machine:
|
machine:
|
||||||
|
features:
|
||||||
|
kubePrism:
|
||||||
|
enabled: true
|
||||||
|
port: 7445
|
||||||
|
|
||||||
files:
|
files:
|
||||||
- op: create
|
- op: create
|
||||||
path: /etc/cri/conf.d/20-customization.part
|
path: /etc/cri/conf.d/20-customization.part
|
||||||
|
|
Reference in a new issue