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
It would be helpful if there was a way to run inspec exec my_profile -t k8s://<KUBE_CONTEXT>, but it doesn't currently seem possible if I understand.
inspec exec my_profile -t k8s://<KUBE_CONTEXT>
As far as I can tell, k8s:// is always used and picks up the currently active context?
k8s://
This would make it easier to run InSpec against multiple Kubernetes clusters. Maybe there's another way but I wasn't able to find anything in docs 🙌
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Detailed Description
It would be helpful if there was a way to run
inspec exec my_profile -t k8s://<KUBE_CONTEXT>
, but it doesn't currently seem possible if I understand.As far as I can tell,
k8s://
is always used and picks up the currently active context?Context
This would make it easier to run InSpec against multiple Kubernetes clusters. Maybe there's another way but I wasn't able to find anything in docs 🙌
Possible Implementation
The text was updated successfully, but these errors were encountered: