You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of these values are only valid for OpenShift 4, for example cni.confPath: /var/run/multus/cni/net.d. Other values are inspired by the OpenShift 4 defaults, such as the default Pod CIDR. However, the Pod CIDR values don't seem to match the OCP4.9 defaults completely (OCP4.9 uses 10.128.0.0/10 by default, not the component's 10.128.0.0/14). In contrast, the Cilium Helm chart defaults to 10.0.0.0/8 for the Pod CIDR.
Actual Behavior
I would expect that the component only provides generally applicable default configs. Currently the component must be reconfigured to be usable on non-OCP4 (or technically, non-multus setups).
Expected Behavior
I'd expect that the component defaults don't contain OpenShift 4-specific configuration and that the component documents a minimal configuration required for OpenShift 4.
The text was updated successfully, but these errors were encountered:
The component currently provides a number of default Helm values for installing Cilium, cf.
component-cilium/class/defaults.yml
Lines 13 to 39 in e38b95c
Some of these values are only valid for OpenShift 4, for example
cni.confPath: /var/run/multus/cni/net.d
. Other values are inspired by the OpenShift 4 defaults, such as the default Pod CIDR. However, the Pod CIDR values don't seem to match the OCP4.9 defaults completely (OCP4.9 uses 10.128.0.0/10 by default, not the component's 10.128.0.0/14). In contrast, the Cilium Helm chart defaults to 10.0.0.0/8 for the Pod CIDR.Actual Behavior
I would expect that the component only provides generally applicable default configs. Currently the component must be reconfigured to be usable on non-OCP4 (or technically, non-multus setups).
Expected Behavior
I'd expect that the component defaults don't contain OpenShift 4-specific configuration and that the component documents a minimal configuration required for OpenShift 4.
The text was updated successfully, but these errors were encountered: