Closed
Description
I just test the example of WebPage in our internal k8s cluster, and use kubectl with the admin role. Pity, it failed.
The operator of WebPage could be started, but when i apply -f "webpage.yaml", it can't accept event from k8s and then no corresponding pods created.
So i'm confused whether the test case of WebPage is valid. If OK, i have to recheck my k8s config again.
Activity
zuston commentedon Feb 14, 2022
Could you help me ? @csviri.
Sorry I'm not familiar with k8s. Thanks
csviri commentedon Feb 14, 2022
Hi @zuston , could you pls send the logs?
zuston commentedon Feb 14, 2022
sorry What log? I can’t attach into operator docker.
csviri commentedon Feb 14, 2022
I assume you can access kubernetes. So you can get the logs from the pod with
kubectl logs <pod name>
.metacosm commentedon Feb 14, 2022
Are you able to run the example locally, i.e. not deploying the operator on the cluster, first?
zuston commentedon Feb 15, 2022
I found the reason that the opeator yaml is incorrect.
#934