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

Mistake in LAB Labels and Selectors Question#4 #3

Open
usmangt opened this issue May 15, 2023 · 0 comments
Open

Mistake in LAB Labels and Selectors Question#4 #3

usmangt opened this issue May 15, 2023 · 0 comments

Comments

@usmangt
Copy link

usmangt commented May 15, 2023

Question#4

Identify the POD which is part of the prod environment, the finance BU and of frontend tier?

The BU in UPPERCASE is wrong in the question as it should be in lowercase as otherwise the CLI do not find anything:

controlplane ~ ➜  kubectl get all --selector env=prod,BU=finance,tier=frontend
No resources found in default namespace.

While when it is in lowercaps

controlplane ~ ➜  kubectl get all --selector env=prod,bu=finance,tier=frontend
NAME              READY   STATUS    RESTARTS   AGE
pod/app-1-zzxdf   1/1     Running   0          3m58s

It is also mentioned in lowercaps in the Hints tab

Please fix it.

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