You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation results:
Network Policy rke2-flannel-host-networking does not exist when cni: calico is used
ec2-user@ip-172-31-12-13:~> kubectl get netpol -A |grep flannel
ec2-user@ip-172-31-12-13:~>
ec2-user@ip-172-31-12-13:~> kubectl apply -f ing
namespace/test-ingress created
networkpolicy.networking.k8s.io/ingress-to-backends created
ingress.networking.k8s.io/test-ingress created
service/nginx-ingress-svc created
replicationcontroller/test-ingress created
networkpolicy.networking.k8s.io/allow-all-ingress created
Network Policy rke2-flannel-host-networking exists when cni: canal (default cni) is used
Network Policy rke2-flannel-host-networking does not exist when cni: cilium is used
ec2-user@ip-172-31-10-150:~> cat /etc/rancher/rke2/config.yaml
write-kubeconfig-mode: "0644"
tls-san:
- fake.fqdn.value
node-name: ip-172-31-10-150.us-east-2.compute.internal
profile: cis-1.23
cni: cilium
ec2-user@ip-172-31-10-150:~> kubectl get networkpolicy -A|grep flannel
ec2-user@ip-172-31-10-150:~>
ec2-user@ip-172-31-10-150:~> kubectl apply -f ing
namespace/test-ingress created
networkpolicy.networking.k8s.io/ingress-to-backends created
ingress.networking.k8s.io/test-ingress created
service/nginx-ingress-svc created
replicationcontroller/test-ingress created
networkpolicy.networking.k8s.io/allow-all-ingress created
Backport fix for Network Policy rke2-flannel-host-networking when cis-1.23 and calico
The text was updated successfully, but these errors were encountered: