wangyang0918 commented on a change in pull request #9946: [FLINK-14468][docs]
Update Kubernetes docs
URL: https://github.com/apache/flink/pull/9946#discussion_r336828488
##########
File path: docs/ops/deployment/kubernetes.md
##########
@@ -230,6 +240,8 @@ spec:
volumeMounts:
- name: flink-config-volume
mountPath: /opt/flink/conf/
+ securityContext:
+ runAsUser: 9999
Review comment:
Why securityContext need to be set? What will happen if the uid(9999) does
not exist.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services