Skip to content
New issue

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

VM Names and Hostnames are different #81

Closed
rbo opened this issue Dec 12, 2024 · 1 comment
Closed

VM Names and Hostnames are different #81

rbo opened this issue Dec 12, 2024 · 1 comment

Comments

@rbo
Copy link
Member

rbo commented Dec 12, 2024

$ oc get nodes
NAME            STATUS     ROLES                  AGE   VERSION
ocp1-cp-1       Ready      control-plane,master   33d   v1.30.6
ocp1-cp-2       Ready      control-plane,master   33d   v1.30.6
ocp1-cp-3       Ready      control-plane,master   33d   v1.30.6
ocp1-worker-1   Ready      worker                 33d   v1.30.6
ocp1-worker-2   Ready      worker                 33d   v1.30.6
ocp1-worker-3   NotReady   worker                 33d   v1.30.6
$ oc get vm
NAME            AGE   STATUS    READY
ocp1-cp-0       33d   Running   True
ocp1-cp-1       33d   Running   True
ocp1-cp-2       33d   Running   True
ocp1-worker-0   33d   Running   True
ocp1-worker-1   33d   Running   True
ocp1-worker-2   33d   Running   True

Different counting from 0..2 vs 1..3

rbo added a commit that referenced this issue Jan 29, 2025
@rbo
Copy link
Member Author

rbo commented Jan 29, 2025

Fixed with last commit.

@rbo rbo closed this as completed Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant