From 19ce0281ef4e777229d80c52027b4c44c53ba8b3 Mon Sep 17 00:00:00 2001 From: Ryan Garcia <garcia.ryan@solute.us> Date: Tue, 14 Sep 2021 14:23:21 +0000 Subject: [PATCH] Update values.yaml with NPs.nodeCidr bigbang value --- chart/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index ed9f4550e0..3e6cd0d56f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -101,6 +101,10 @@ networkPolicies: # Must be an IP CIDR range (x.x.x.x/x - ideally with /32 for the specific IP of a single endpoint, broader range for multiple masters/endpoints) # Used by package NetworkPolicies to allow Kube API access controlPlaneCidr: 0.0.0.0/0 + # -- Node CIDR, defaults to allowing "10.0.0.0/8" "172.16.0.0/12" "192.168.0.0/16" "100.64.0.0/10" networks. + # use `kubectl get nodes -owide` and review the `INTERNAL-IP` column to derive CIDR range. + # Must be an IP CIDR range (x.x.x.x/x - ideally a /16 or /24 to include multiple IPs) + nodeCidr: "" # ---------------------------------------------------------------------------------------------------------------------- # Istio -- GitLab