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
Thank you for the info !! I'm getting into the K8 certif and I really like the idea of being able to deploy via vagrant to test.
However I have an error
TASK [kubernetes/master : Init Kubernetes cluster] *****************************
samedi 25 février 2023 17:34:21 +0100 (0:00:00.222) 0:01:02.596 ********
fatal: [k8s-master]: FAILED! => {"changed": true, "cmd": "kubeadm init --service-cidr 10.96.0.0/12 --kubernetes-version v1.20.11 --pod-network-cidr 10.244.0.0/16 --token b0f7b8.8d1767876297d85c --apiserver-advertise-address 192.168.56.10 --cri-socket=/var/run/containerd/containerd.sock \n", "delta": "0:00:00.157446", "end": "2023-02-25 17:34:21.923438", "msg": "non-zero return code", "rc": 1, "start": "2023-02-25 17:34:21.765992", "stderr": "error execution phase preflight: [preflight] Some fatal errors occurred:\n\t[ERROR CRI]: container runtime is not running: output: time=\"2023-02-25T17:34:21+01:00\" level=fatal msg=\"validate service connection: CRI v1 runtime API is not implemented for endpoint \\\"unix:///var/run/containerd/containerd.sock\\\": rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService\"\n, error: exit status 1\n[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`\nTo see the stack trace of this error execute with --v=5 or higher", "stderr_lines": ["error execution phase preflight: [preflight] Some fatal errors occurred:", "\t[ERROR CRI]: container runtime is not running: output: time=\"2023-02-25T17:34:21+01:00\" level=fatal msg=\"validate service connection: CRI v1 runtime API is not implemented for endpoint \\\"unix:///var/run/containerd/containerd.sock\\\": rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService\"", ", error: exit status 1", "[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`", "To see the stack trace of this error execute with --v=5 or higher"], "stdout": "[init] Using Kubernetes version: v1.20.11\n[preflight] Running pre-flight checks", "stdout_lines": ["[init] Using Kubernetes version: v1.20.11", "[preflight] Running pre-flight checks"]}
PLAY RECAP *********************************************************************
k8s-master : ok=32 changed=19 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0
Good morning,
Thank you for the info !! I'm getting into the K8 certif and I really like the idea of being able to deploy via vagrant to test.
However I have an error
My stack ;
I only changed the IP pool
Thanks
The text was updated successfully, but these errors were encountered: