Virtual node support for Kubernetes security contexts

Virtual nodes now support the following Kubernetes security contexts:

  • runAsNonRoot
  • runAsUser
  • runAsGroup
  • readOnlyRootFilesystem
  • allowPrivilegeEscalation=false

For more information about these security contexts, see PodSecurityContext and SecurityContext in the Kubernetes API documentation.