kiranchavala opened a new issue, #10795: URL: https://github.com/apache/cloudstack/issues/10795
### problem Cloudstack kubernetes Provider is not deployed in a shared network and routed mode isolated/vpc network ### versions Cloudstack 4.20 KVM ### The steps to reproduce the bug **Steps to reproduce the issue** 1. Create a isolated network or vpc network tier with routed mode or a shared network 2. Register the CKS iso 3. Launch a cks cluster in the isolated network or a vpc network tier 4. CKS cluster deploys successfully 5. Check the pods in the cks cluster ``` root@test-normal-control-196856da5b1:/var/log# kubectl get pods -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system coredns-7c65d6cfc9-fmj7g 1/1 Running 0 44m kube-system coredns-7c65d6cfc9-pzl99 1/1 Running 0 44m kube-system etcd-test-normal-control-196856da5b1 1/1 Running 0 44m kube-system kube-apiserver-test-normal-control-196856da5b1 1/1 Running 0 44m kube-system kube-controller-manager-test-normal-control-196856da5b1 1/1 Running 0 44m kube-system kube-proxy-9hgx8 1/1 Running 0 44m kube-system kube-proxy-f9hg6 1/1 Running 0 44m kube-system kube-scheduler-test-normal-control-196856da5b1 1/1 Running 0 44m kube-system weave-net-pgqkf 2/2 Running 0 44m kube-system weave-net-r2kjq 2/2 Running 1 (44m ago) 44m kubernetes-dashboard dashboard-metrics-scraper-6b96ff7878-tqdkv 1/1 Running 0 ``` 6. There is no Cloudstack kubernetes pod in the cluster ### What to do about it? Expected behaviour Cloudstack should deploy the cloudstack-kubernetes-provider in the routed mode network or a shared network Or we should document that cloudstack-kubernetes-provider is not supported in a routed mode network -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org