Hello all,
Is there any (recommended) option how to deploy and use Calico with Calico CRDs? By default Calico charm did not implement the Calico CRDs. I tried to deploy Calico CRDs using standard Calico yaml charts (https://github.com/projectcalico/calico/blob/v3.26.0/manifests/crds.yaml to our Juju k8s cluster (Calico 3.21.4, k8s 1.26.5). I know that there is mismatch in versions but older versions of CRDs are not available. CRDs are available under api-versions but it seems that’s not enough - Calico Network Policy / Global Policy definitions won’t work. What we are trying to achieve is to use port ranges for Network Policy definitions as is described here (syntax start:end):
If there is any other option how to be able to define/use port ranges within Network Policy (Policies) please advise (maybe another CNI supported by Juju/Charmed Kubernetes).
Thank you
UPDATE: I also tried to use more recent version of Calico so I tried the most recent version available on rocks.canonical.com which is 3.25.1 (both calico-node-image and calico-policy-image) but no CRDs are deployed in this version either. I also tried to not deploy Charmed Kubernetes without any CNI but it also could not work due to cluster is not accessible without CNI. I was also thinking if I can deploy Charmed Kubernetes with Flannel and then switch to standard Calico operator but there are relations in the model which will break the cluster if I remove the Flannel next. So I got stuck.