If you are unable to login to you cluster but still have access over SSH for example. Run this command to bypass cloudctl login.
kubectl --kubeconfig /etc/cfc/conf/admin.kubeconfig get pods --all-namespaces
If you are unable to login to you cluster but still have access over SSH for example. Run this command to bypass cloudctl login.
kubectl --kubeconfig /etc/cfc/conf/admin.kubeconfig get pods --all-namespaces
Example code to create a secret in namespace lab containing a certificate to be used with an ingress for example.
kubectl -n lab create secret tls tls-icp-cert-com --cert=cert.pem --key=cert.key