-
Notifications
You must be signed in to change notification settings - Fork 1
calico.yaml
Venkata Mutyala edited this page Nov 7, 2023
·
5 revisions
installation: enabled: true kubernetesProvider: EKS typhaMetricsPort: 9093 cni: type: Calico calicoNetwork: bgp: Disabled ipPools: - cidr: 172.16.0.0/16 encapsulation: VXLAN
apiServer: enabled: true
resources: {}
tolerations:
- effect: NoExecute operator: Exists
- effect: NoSchedule operator: Exists
- key: "glueops.dev/role" operator: "Equal" value: "glueops-platform" effect: "NoSchedule"
nodeSelector: kubernetes.io/os: linux
podAnnotations: {}
podLabels: {}
tigeraOperator: image: tigera/operator version: v1.30.5 registry: quay.io calicoctl: image: docker.io/calico/ctl tag: v3.26.1