We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current CiliumConfig must be looked over.
For example: ingressController, gatewayAPI and their pre-reqs should be enabled.
The text was updated successfully, but these errors were encountered:
Example of a semi-updated config:
apiVersion: cilium.io/v1alpha1 kind: CiliumConfig metadata: name: cilium namespace: cilium spec: ingressController: enabled: true loadbalancerMode: shared default: true cni: binPath: /var/lib/cni/bin confPath: /var/run/multus/cni/net.d hubble: enabled: false ui: enabled: false relay: enabled: false tls: enabled: false ipam: mode: cluster-pool operator: clusterPoolIPv4PodCIDRList: - 10.216.0.0/14 ipv6: enabled: false nodePort: enabled: true operator: prometheus: enabled: true serviceMonitor: enabled: true prometheus: serviceMonitor: enabled: false securityContext: privileged: true sessionAffinity: true
Sorry, something went wrong.
No branches or pull requests
Current CiliumConfig must be looked over.
For example: ingressController, gatewayAPI and their pre-reqs should be enabled.
The text was updated successfully, but these errors were encountered: