Skip to content
New issue

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

Create new default CiliumConfig #5

Open
stianfro opened this issue Aug 12, 2024 · 1 comment
Open

Create new default CiliumConfig #5

stianfro opened this issue Aug 12, 2024 · 1 comment

Comments

@stianfro
Copy link
Member

Current CiliumConfig must be looked over.

For example: ingressController, gatewayAPI and their pre-reqs should be enabled.

@stianfro
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant