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
Reproduced the issue in rke version v0.0.7-dev.
Tested with rke version v0.0.8-dev for RHEL and Centos hosts. Creation of cluster was successful. The nodes were in Ready state. Creation of pods also succeeded.
soumyas-MBP:rke soumya$ kubectl --kubeconfig .kube_config_cluster.yml get nodes
NAME STATUS AGE VERSION
104.236.249.49 Ready 3m v1.8.3-rancher3
45.55.165.202 Ready 3m v1.8.3-rancher3
rke v0.0.7-dev
rke failed when deploying network/addon jobs because node were in not ready state, when describing nodes i found this error message:
Adding
"/sys/fs/cgroup:/sys/fs/cgroup:rw"
to kubelet volumes solved the problemThe text was updated successfully, but these errors were encountered: