Re: On-prem k8s cluster and k8s plugin

2019-07-18 Thread Ben Rich
Have a look at https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod You can assign a securityContext for the pod as such: securityContext: fsGroup: 1000 On Thursday, May 23, 2019 at 7:27:07 PM UTC-4, Quang Truong wrote: > > Hi, > > I

On-prem k8s cluster and k8s plugin

2019-05-23 Thread Quang Truong
Hi, I start working with k8s and my working environment is the on-prem so I try to build the on-prem k8s via kubeadm and calico cni: http://www.centinosystems.com/blog/sql/getting-started-with-kubernetes-on-prem/ https://docs.projectcalico.org/v3.7/getting-started/kubernetes/ I try to configure