spinkube / spin-operator

Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters
https://www.spinkube.dev/docs/overview/
Other
224 stars 24 forks source link

Improve executor not found error #276

Closed calebschoepp closed 4 months ago

calebschoepp commented 4 months ago

Currently it says that the executor can not be found on the cluster. It should say that the executor can not be found in the namespace b/c it is possible that the executor does exist but just not in the right namespace.

calebschoepp commented 4 months ago

Closed by #285