Skip to content

Calico CNI. There is always few control plane nodes can not access the node ip/cluster ip. NodePort could all have access #9353

Discussion options

You must be logged in to vote

Sounds like an encapsulation problem to me, try:

kubectl replace -f -<<EOF
apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
  name: default
spec:
  calicoNetwork:
    ipPools:
    - name: default-ipv4-ippool
      blockSize: 26
      cidr: 192.168.0.0/16
      encapsulation: VXLAN
      natOutgoing: Enabled
      node selector: all()
EOF

To verify the change you can use kubectl get ippool -o yaml
vxlan should be set to "Always"

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@RogerTaylor130
Comment options

@RogerTaylor130
Comment options

Answer selected by RogerTaylor130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants