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:
|
||||
allowSchedulingOnMasters: true
|
||||
network:
|
||||
cni:
|
||||
name: none
|
||||
proxy:
|
||||
disabled: true
|
||||
etcd:
|
||||
|
@ -62,6 +65,11 @@ controlPlane:
|
|||
|
||||
- |-
|
||||
machine:
|
||||
features:
|
||||
kubePrism:
|
||||
enabled: true
|
||||
port: 7445
|
||||
|
||||
files:
|
||||
- op: create
|
||||
path: /etc/cri/conf.d/20-customization.part
|
||||
|
|
Reference in a new issue