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
HI Team ,
We have just installed stash on an Ibm cloud private 2.1.0.3 EE kubernetes cluster. This is an HA env. We have installed using the script in the appscode documentation directly.
But after it when im trying to create a deployment it not allowing me to do so. Please have a look at it
The text was updated successfully, but these errors were encountered:
arjunsbabu
changed the title
Cannot create deployment. Stash ad,ission policy is preventing
Cannot create deployment. Stash ad,mission policy is preventing
Aug 20, 2018
arjunsbabu
changed the title
Cannot create deployment. Stash ad,mission policy is preventing
Cannot create deployment. Stash admission policy is preventing
Aug 20, 2018
@tamalsaha got it..But just to let you know that we havent faced the issue in creating the deployment in another similar env. Not sure why there the k8 bug never applies.
The issue in creating the deployment is only reported in one particular env
HI Team ,
We have just installed stash on an Ibm cloud private 2.1.0.3 EE kubernetes cluster. This is an HA env. We have installed using the script in the appscode documentation directly.
But after it when im trying to create a deployment it not allowing me to do so. Please have a look at it
root@gyfradgicpdevm01:~/workspace/stash# cat newdepploy.yaml apiVersion: apps/v1 kind: Deployment metadata: name: dragon spec: replicas: 1 selector: matchLabels: app: arjun template: metadata: labels: app: arjun spec: containers: - name: stash-nginx-container image: nginx ports: - containerPort: 80 volumeMounts: - name: webdirectory mountPath: /usr/share/nginx/html resources: requests: cpu: 100m memory: 100Mi limits: cpu: 100m memory: 100Mi volumes: - name: dragon persistentVolumeClaim: claimName: dragon root@gyfradgicpdevm01:~/workspace/stash# kubectl create -f newdepploy.yaml Error from server (InternalError): error when creating "newdepploy.yaml": Internal error occurred: failed calling admission webhook "deployment.admission.stash.appscode.com": Unauthorized root@gyfradgicpdevm01:~/workspace/stash#
The text was updated successfully, but these errors were encountered: