Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The server could not find the requested resource in Docker for Mac #10

Closed
BuddhiWathsala opened this issue May 7, 2019 · 0 comments · Fixed by #11
Closed

The server could not find the requested resource in Docker for Mac #10

BuddhiWathsala opened this issue May 7, 2019 · 0 comments · Fixed by #11

Comments

@BuddhiWathsala
Copy link
Contributor

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.

minikube start --kubernetes-version=v1.10.11 --feature-gates=CustomResourceSubresources=true

Currently docker for mac does not support for switching between kubernetes versions or enable feature gates. Refer this issue.

Specifications

  • Kubernetes: v1.10.11
  • Docker for Mac: Version 2.0.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant