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

Error setting up krustlet on Minikube [MacOS] #734

Open
sebagomez opened this issue Dec 27, 2022 · 1 comment
Open

Error setting up krustlet on Minikube [MacOS] #734

sebagomez opened this issue Dec 27, 2022 · 1 comment

Comments

@sebagomez
Copy link

I followed this doc but when I run this command I get an error.

KUBECONFIG=~/.krustlet/config/kubeconfig \
  krustlet-wasi \
  --node-ip 192.168.64.1 \
  --node-name=krustlet \
  --bootstrap-file=${HOME}/.krustlet/config/bootstrap.conf
Error: ApiError: the server could not find the requested resource: NotFound (ErrorResponse { status: "Failure", message: "the server could not find the requested resource", reason: "NotFound", code: 404 })

Caused by:
    the server could not find the requested resource: NotFound

For what I've googled around it could be related to a version mismatch. What version of kubernetes is that doc supposed to work with. Could that be it? different issue?

FYI, these are my versions

❯ kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.25.2
Kustomize Version: v4.5.7
Server Version: v1.25.2

❯ minikube version
minikube version: v1.28.0
commit: 986b1ebd987211ed16f8cc10aed7d2c42fc8392f

TIA

@julenbhy
Copy link

I found the same error. I solved the problem using the Canary build.

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

No branches or pull requests

2 participants