-
Notifications
You must be signed in to change notification settings - Fork 42
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
please add the projected volume type in the volumes list #43
Comments
I also found the same to be true for pods that might need to allow for |
@caleyg do you have a sample yaml that I can test with? |
thanks for the response! these might be able to help some!
POD with
a
|
Is your feature request related to a problem? Please describe.
When running
kubectl advise-psp inspect -n test_namespace
and that pod requires aprojected
volumeType of some kind, the psp generated is not included in the list ofvolumes:
in the generated yaml.Describe the solution you'd like
If a volumeType of
projected
is detected in the spec its read write property and type should be listed in the psp generated iDescribe alternatives you've considered
No other alternatives were considered other than having to debug the missing pieces while getting the amazon-cloudwatch-agent and fluentbitd daemonsets running in their namespace.
The text was updated successfully, but these errors were encountered: