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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
While when it is in lowercaps
It is also mentioned in lowercaps in the Hints tab
Please fix it.
The text was updated successfully, but these errors were encountered: