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
Error from server (InternalError): error when creating "https://github.com/spinkube/spin-operator/releases/download/v0.3.0/spin-operator.shim-executor.yaml": Internal error occurred: failed calling webhook "mspinappexecutor.kb.io": failed to call webhook: Post "https://spin-operator-webhook-service.spin-operator.svc:443/mutate-core-spinkube-dev-v1alpha1-spinappexecutor?timeout=10s": no endpoints available for service "spin-operator-webhook-service"
19
+
Error from server (InternalError): error when creating "https://github.com/spinkube/spin-operator/releases/download/v0.4.0/spin-operator.shim-executor.yaml": Internal error occurred: failed calling webhook "mspinappexecutor.kb.io": failed to call webhook: Post "https://spin-operator-webhook-service.spin-operator.svc:443/mutate-core-spinkube-dev-v1alpha1-spinappexecutor?timeout=10s": no endpoints available for service "spin-operator-webhook-service"
20
20
```
21
21
22
22
To address the error above, first look to see if Spin Operator is running:
@@ -62,13 +62,13 @@ To resolve this issue, please try to install the Spin Operator again. Except thi
62
62
helm upgrade --install spin-operator \
63
63
--namespace spin-operator \
64
64
--create-namespace \
65
-
--version 0.3.0 \
65
+
--version 0.4.0 \
66
66
--wait \
67
67
oci://ghcr.io/spinkube/charts/spin-operator
68
68
```
69
69
70
70
Once the Spin Operator is installed you can try and run the `kubectl apply -f
0 commit comments