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

Adding not node to find master data for ovn #82

Closed
wants to merge 2 commits into from

Conversation

paigerube14
Copy link
Contributor

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

The current queries to find the cpu and memory data for openshift-ovn-kubernetes master nodes is not working for 4.14 clusters. The pod names are now ovnkube-control-plane-* instead of ovnkube-master-*. Want to be able to find nodes of older versions as well so did not a worker node type

% oc get pods -n openshift-ovn-kubernetes
NAME                                     READY   STATUS    RESTARTS       AGE
ovnkube-control-plane-85f96b444b-fzpk9   2/2     Running   1 (3h1m ago)   3h10m
ovnkube-control-plane-85f96b444b-hmxth   2/2     Running   0              3h10m
ovnkube-control-plane-85f96b444b-vbdkz   2/2     Running   0              3h10m
ovnkube-node-b96d8                       8/8     Running   0              3h1m
ovnkube-node-bnzlq                       8/8     Running   0              3h1m
ovnkube-node-lljmf                       8/8     Running   0              3h
ovnkube-node-mbpzl                       8/8     Running   0              3h9m
ovnkube-node-q8kcg                       8/8     Running   0              3h9m
ovnkube-node-xjxbh                       8/8     Running   0              3h9m

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

@vishnuchalla
Copy link
Collaborator

@paigerube14 is this change still relevant?

@afcollins
Copy link
Member

Fixed with #130

@afcollins afcollins closed this Sep 25, 2024
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

Successfully merging this pull request may close these issues.

3 participants