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
When i try to do the same thing using SecurityContextConstraintBuilder(shown in below code snippet). I get the following error :the API version in the data (security.openshift.io/v1) does not match the expected API version (v1)
Ideally, Kubernetes client should create the security context constraints. All these have been tested on Minishift 1.10.0 using OpenShift 3.6.0 internally.
The text was updated successfully, but these errors were encountered:
Here is a simple example of Security Context Constraints as a yaml file:
I can simply create it using oc binary like this:
But i'm not able to replicate the same thing in Kubernetes Client. When i try to load the whole yaml file as a resource, it doesn't give me any error.
When i try to do the same thing using SecurityContextConstraintBuilder(shown in below code snippet). I get the following error :the API version in the data (security.openshift.io/v1) does not match the expected API version (v1)
Ideally, Kubernetes client should create the security context constraints. All these have been tested on Minishift 1.10.0 using OpenShift 3.6.0 internally.
The text was updated successfully, but these errors were encountered: