We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i try: podman run --net=host -v /root/kubeconfig:/home/krkn/.kube/config quay.io/redhat-chaos/krkn-hub:power-outages
i got: The connection to the server localhost:8080 was refused - did you specify the right host or port?
it seems dosn't recognize my kubeconfig. but my config is ok.
kubectl --kubeconfig=/root/kubeconfig get nodes NAME STATUS ROLES AGE VERSION m01.mydomain.com Ready control-plane,master 49d v1.27.12+7bee54d m02.mydomain.com Ready control-plane,master 85d v1.27.12+7bee54d m03.mydomain.com Ready control-plane,master 85d v1.27.12+7bee54d w01.mydomain.com Ready worker 85d v1.27.12+7bee54d w02.mydomain.com Ready worker 85d v1.27.12+7bee54d
i already have openshift and podman installed. please also give me a simple senario to kill pods with label app2 in namespace service-mesh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i try:
podman run --net=host -v /root/kubeconfig:/home/krkn/.kube/config quay.io/redhat-chaos/krkn-hub:power-outages
i got:
The connection to the server localhost:8080 was refused - did you specify the right host or port?
it seems dosn't recognize my kubeconfig. but my config is ok.
kubectl --kubeconfig=/root/kubeconfig get nodes
NAME STATUS ROLES AGE VERSION
m01.mydomain.com Ready control-plane,master 49d v1.27.12+7bee54d
m02.mydomain.com Ready control-plane,master 85d v1.27.12+7bee54d
m03.mydomain.com Ready control-plane,master 85d v1.27.12+7bee54d
w01.mydomain.com Ready worker 85d v1.27.12+7bee54d
w02.mydomain.com Ready worker 85d v1.27.12+7bee54d
i already have openshift and podman installed. please also give me a simple senario to kill pods with label app2 in namespace service-mesh
The text was updated successfully, but these errors were encountered: