Kubenertes Forbidden Server error[x]
Hi, all, i have create docker hub account, then i push static image into it, but when i want to get all using kbs get all, i have server error , forbidden me to access. Can i know why?

- In reply tosouwei⬆:Stanley Yeh @adv.stanley
try adding namespace selector at the end, i.e.
kubectl get all -n level1
- MIn reply tosouwei⬆:@marc_lin
Hi @souwei,
We have solved this problem in private.
Thank you~
For the public:
Pre-condition: Have set the config file (Access Key) of the WISE-PaaS training and certification workspace in Kubernetes.
(How to Set Up KUBECONFIG on Windows: https://forum.wise-paas.advantech.com/-12/faq-how-to-set-up-kubeconfig-on-windows)Situation:
Encountering this response, "Error from server (Forbidden): Forbidden to access this resource" by "kubectl get all" command.Solution:
Please check whether you activate EnSaaS resource of the training course or not.
If not, please activate the EnSaaS resource then apply the command again.
- Progresswith handling this problem