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

Eval status command does not respect namespace wildcard #12918

Closed
mikenomitch opened this issue May 6, 2022 · 1 comment · Fixed by #13551
Closed

Eval status command does not respect namespace wildcard #12918

mikenomitch opened this issue May 6, 2022 · 1 comment · Fixed by #13551

Comments

@mikenomitch
Copy link
Contributor

Nomad version

v1.3.0-rc1

Operating system and Environment details

MacOS

Issue

When passing in the -namespace="*" flag into the "eval status" command, it returns a 404 instead of returning the proper evaluation.

Reproduction steps

  • Get an eval ID
  • Get its info using the status command "nomad eval status -namespace="default" baa193b9"
  • Note it returns the info
  • Try to get its info using a namespace wildcard "nomad eval status -namespace="*" baa193b9"
  • Note it says it is not found

Expected Result

The wildcard value should allow getting eval info from any namespace.

Actual Result

The eval info is not returned.

Namespace Wildcard

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants