kubespray 2.24 추가
This commit is contained in:
11
tests/files/custom_cni/values.yaml
Normal file
11
tests/files/custom_cni/values.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# We disable hubble so that helm doesn't try to generate any certificate.
|
||||
# This is not needed to test network_plugin/custom_cni anyway.
|
||||
hubble:
|
||||
enabled: false
|
||||
|
||||
ipam:
|
||||
operator:
|
||||
# Set the appropriate pods subnet
|
||||
clusterPoolIPv4PodCIDR: "{{ kube_pods_subnet }}"
|
||||
Reference in New Issue
Block a user