Hi Team
I am creating a new RKE2 cluster from Rancher with custom CNI. The nodes are added and the cluster is in Active state. When I try to create a namespace/any resources, I am facing the below issue
ubuntu@cn2-cni-master-1:~$ sudo kubectl apply -f ns.yaml --kubeconfig=/etc/rancher/rke2/rke2.yaml
Error from server (InternalError): error when creating "ns.yaml": Internal error occurred: failed calling webhook "
rancher.cattle.io.namespaces.create-non-kubesystem": failed to call webhook: Post "
https://rancher-webhook.cattle-system.svc:443/v1/webhook/validation/namespaces?timeout=10s": context deadline exceeded
Please help me in resolving this issue