weizhouapache commented on issue #11514:
URL: https://github.com/apache/cloudstack/issues/11514#issuecomment-3227597151

   @tazouxme 
   I think it is because the default pod CIDR of Calico is `192.168.0.0/16`
   
   ```
   root@cks-001-control-198eaf41116:~# kubectl get 
ippools.crd.projectcalico.org default-ipv4-ippool -o yaml
   apiVersion: crd.projectcalico.org/v1
   kind: IPPool
   metadata:
     annotations:
       projectcalico.org/metadata: 
'{"creationTimestamp":"2025-08-27T09:58:22Z"}'
     creationTimestamp: "2025-08-27T09:58:22Z"
     generation: 1
     name: default-ipv4-ippool
     resourceVersion: "639"
     uid: 32a049ee-cf7d-44b4-b486-389ee831acf4
   spec:
     allowedUses:
     - Workload
     - Tunnel
     assignmentMode: Automatic
     blockSize: 26
     cidr: 192.168.0.0/16
     ipipMode: Always
     natOutgoing: true
     nodeSelector: all()
     vxlanMode: Never
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to