You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
If you try to install Jenkins from stable/jenkins with Helm on Kube-Solo it fails to create its Pod with the error: Error creating: pods "" is forbidden: pod.Spec.SecurityContext.RunAsUser is forbidden
It seems that support for SecurityContext is turned off? Saw this line kube-apiserver.service on the coreos vm. admission_control=NamespaceLifecycle,NamespaceAutoProvision,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
Since stable charts are what most everyone will try with Kube-Solo shouldn't this be enabled?
The text was updated successfully, but these errors were encountered:
Hey @rimusz I deleted SecurityContextDeny and restarted the cluster and now it works to install Jenkins :). Well as long as you disable persistent storage but that's another story...
Would be great to get this built into a new release.
If you try to install Jenkins from stable/jenkins with Helm on Kube-Solo it fails to create its Pod with the error:
Error creating: pods "" is forbidden: pod.Spec.SecurityContext.RunAsUser is forbidden
It seems that support for SecurityContext is turned off? Saw this line kube-apiserver.service on the coreos vm.
admission_control=NamespaceLifecycle,NamespaceAutoProvision,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
Since stable charts are what most everyone will try with Kube-Solo shouldn't this be enabled?
The text was updated successfully, but these errors were encountered: