Skip to content

cni with none driver on latest kubernetes version not working #65

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

Closed
subhamkrai opened this issue Jul 8, 2022 · 2 comments
Closed

cni with none driver on latest kubernetes version not working #65

subhamkrai opened this issue Jul 8, 2022 · 2 comments

Comments

@subhamkrai
Copy link

this what we have in config

- name: setup minikube
      uses: manusa/[email protected]
      with:
        minikube version: "v1.26.0"
        kubernetes version: "v1.24.1"
        start args: --memory 6g --cpus=2 --addons ingress --cni=flanne

logs

X Exiting due to RUNTIME_ENABLE: sudo systemctl restart cri-docker: exit status 1
stdout:
stderr:
Job for cri-docker.service failed because the control process exited with error code.
See "systemctl status cri-docker.service" and "journalctl -xe" for details.
....
Error: Command failed: sudo -E /home/runner/work/_temp/minikube start --vm-driver=none  --kubernetes-version v1.24.1 --memory 6g --cpus=2 --addons ingress --cni=flannel
    at checkExecSyncError (child_process.js:635:11)
Error: Command failed: sudo -E /home/runner/work/_temp/minikube start --vm-driver=none  --kubernetes-version v1.24.1 --memory 6g --cpus=2 --addons ingress --cni=flannel
    ....l
}
Error: Command failed: sudo -E /home/runner/work/_temp/minikube start --vm-driver=none  --kubernetes-version v1.24.1 --memory 6g --cpus=2 --addons ingress --cni=flannel

link of the action https://github.com/rook/rook/runs/7246482502?check_suite_focus=true#step:3:164

@subhamkrai
Copy link
Author

@manusa any idea?

this is impacting our upgrade to the latest k8s version

@manusa
Copy link
Owner

manusa commented Sep 12, 2023

Should be addressed by #95

Latest test scenarios pass.

Just released v2.9.0 https://github.com/marketplace/actions/setup-minikube-kubernetes-cluster?version=v2.9.0 with the changes

@manusa manusa closed this as completed Sep 12, 2023
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