add skeleton of values file for cilium, add some bash notes into readme
This commit is contained in:
12
vagrant/k8s/cilium-values.yaml
Normal file
12
vagrant/k8s/cilium-values.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
cluster:
|
||||
name: "home-kube"
|
||||
hubble:
|
||||
relay:
|
||||
enabled: true
|
||||
ui:
|
||||
enabled: true
|
||||
ipam:
|
||||
mode: cluster-pool
|
||||
operator:
|
||||
clusterPoolIPv4MaskSize: 24
|
||||
clusterPoolIPv4PodCIDRList: "10.96.0.0/16"
|
||||
Reference in New Issue
Block a user