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 we are on a SNO (k8s) endpoint, we should combine master and worker.
[root@perf154 opt]# oc get node NAME STATUS ROLES AGE VERSION perf8-sno-0 Ready master,worker 16d v1.22.3+e790d7f
[root@perf154 opt]# oc get pod NAME READY STATUS RESTARTS AGE rickshaw-client-1 1/1 Running 0 91s rickshaw-master-1 1/1 Running 0 68s rickshaw-worker-1 1/1 Running 0 79s [root@perf154 opt]#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we are on a SNO (k8s) endpoint, we should combine master and worker.
[root@perf154 opt]# oc get node
NAME STATUS ROLES AGE VERSION
perf8-sno-0 Ready master,worker 16d v1.22.3+e790d7f
[root@perf154 opt]# oc get pod
NAME READY STATUS RESTARTS AGE
rickshaw-client-1 1/1 Running 0 91s
rickshaw-master-1 1/1 Running 0 68s
rickshaw-worker-1 1/1 Running 0 79s
[root@perf154 opt]#
The text was updated successfully, but these errors were encountered: