-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Added seccompProfile to dashboard spec #6615
Added seccompProfile to dashboard spec #6615
Conversation
Welcome @Garima-Negi! |
/assign @jeefy |
All deployment files have to be updated, not only this single |
Added securityContext in the Deployment for head.yaml and alternative.yaml |
done. Let me know if further changes are required |
There are also 3 directories there with the same names and a helm chart that also should be updated. |
Thank you for your comments.
|
Great. Thanks for making sure it's there. /lgtm |
Codecov Report
@@ Coverage Diff @@
## master #6615 +/- ##
=======================================
Coverage 42.59% 42.59%
=======================================
Files 217 217
Lines 10650 10650
Branches 177 177
=======================================
Hits 4536 4536
Misses 5813 5813
Partials 301 301 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floreks, Garima-Negi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/easycla |
securityContext
block to kubernetes-dashboard spec in recommended.yamlerror: error validating "https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml": error validating data: ValidationError(Deployment.spec.template.spec.securityContext): unknown field "seccompProfile" in io.k8s.api.core.v1.PodSecurityContext; if you choose to ignore these errors, turn validation off with --validate=false
when running commands from website:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml