Enable kubeprism and disable flannel.

This commit is contained in:
Joseph Hanson 2023-09-26 16:33:24 -05:00
parent a2ef5b478f
commit 66ed521d0c

View file

@ -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