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
Copy file name to clipboardExpand all lines: docs/deployment/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ ShinyProxy operator on minikube.
64
64
65
65
```text
66
66
unable to recognize "STDIN": no matches forkind "CustomResourceDefinition"in version "apiextensions.k8s.io/v1"
67
-
unable to recognize "STDIN": no matches forkind "ShinyProxy"in version "openanalytics.eu/v1"
67
+
unable to recognize "STDIN": no matches forkind "ShinyProxy"in version "openanalytics.eu/v1"
68
68
```
69
69
70
70
In this case, just re-run the command. The resources should then get created.
@@ -112,8 +112,8 @@ ShinyProxy operator on minikube.
112
112
kubectl delete namespace/my-namespace # may fail
113
113
kubectl delete namespace/redis # may fail
114
114
kubectl delete namespace/skipper # may fail
115
-
kubectl delete -n default ingress/ngingx-to-skipper-ingress # may fail
116
-
kubectl delete -n skipper ingress/ngingx-to-skipper-ingress # may fail
115
+
kubectl delete -n default ingress/nginx-to-skipper-ingress # may fail
116
+
kubectl delete -n skipper ingress/nginx-to-skipper-ingress # may fail
117
117
cd directory_of_example
118
118
kustomize build . | k apply -f -
119
119
```
@@ -225,7 +225,7 @@ important:
225
225
You may get the following exception:
226
226
227
227
```text
228
-
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.96.0.1/apis/networking.k8s.io/v1beta1/namespaces/shinyproxy/ingresses. Message: admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "shinyproxy-demo.local" and path "/" is already defined in ingress shinyproxy/ngingx-to-skipper-ingress. Received status: Status(apiVersion=v1, code=400, details=null, kind=Status, message=admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "shinyproxy-demo.local" and path "/" is already defined in ingress shinyproxy/ngingx-to-skipper-ingress, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=BadRequest, status=Failure, additionalProperties={}).
228
+
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.96.0.1/apis/networking.k8s.io/v1beta1/namespaces/shinyproxy/ingresses. Message: admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "shinyproxy-demo.local" and path "/" is already defined in ingress shinyproxy/nginx-to-skipper-ingress. Received status: Status(apiVersion=v1, code=400, details=null, kind=Status, message=admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "shinyproxy-demo.local" and path "/" is already defined in ingress shinyproxy/nginx-to-skipper-ingress, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=BadRequest, status=Failure, additionalProperties={}).
0 commit comments