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
Description:
When we deployed the siddhi-operator in Docker for Mac kubernetes cluster, it gives an error as below.
"msg":"Failed to update SiddhiProcess status","Request.Namespace":"default","Request.Name":"monitor-app","error":"the server could not find the requested resource (put siddhiprocesses.siddhi.io monitor-app)"
I tried this in minikube along with kubernetes version v1.10.11 but it gives the same issue. Which means the error happens due to the kubernetes version. But when I run minikube with enabling CustomResourceSubresources=true then it works fine.
Description:
When we deployed the
siddhi-operator
inDocker for Mac
kubernetes cluster, it gives an error as below.I tried this in
minikube
along with kubernetes versionv1.10.11
but it gives the same issue. Which means the error happens due to the kubernetes version. But when I runminikube
with enablingCustomResourceSubresources=true
then it works fine.Currently docker for mac does not support for switching between kubernetes versions or enable feature gates. Refer this issue.
Specifications
The text was updated successfully, but these errors were encountered: