cdmikechen opened a new pull request, #1071:
URL: https://github.com/apache/submarine/pull/1071

   ### What is this PR for?
   `PodSecurityPolicy` will be removed in k8s 1.25
   https://kubernetes.io/docs/reference/using-api/deprecation-guide/#psp-v125
   
   So that we need to remove the `PodSecurityPolicy` support in 1.25 and try to 
use other ways to handle `runAsUser`.
   https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/
   https://kubernetes.io/docs/concepts/security/pod-security-admission/
   
   ### What type of PR is it?
   Improvement
   
   ### Todos
   * [x] - Add k8s 1.25 in git workflow 
   * [x] - change `podSecurityPolicy.create` default value to false
   * [ ] - Use another ways to hand `PodSecurityPolicy` in 1.25
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/SUBMARINE-1131
   
   ### How should this be tested?
   CI test
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Do the license files need updating? No
   * Are there breaking changes for older versions? No
   * Does this need new documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to