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
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
After debugging this issue, found that the restic pods are not seeing any pod related directories under the /host_pods mount. Its with the setting of the Restic daemonset for Rancher OS.
In RancherOS , the path is not /var/lib/kubelet/pods , rather it is /opt/rke/var/lib/kubelet/pods
For resolving this issue, need to change the hostpath from "/var/lib/kubelet/pods" to "/opt/rke/var/lib/kubelet/pods" Example snippet:
This issue is reported by imran in one of the opensource slack channel.
While taking backup I am getting the following error
k8s version - v1.13.5
The text was updated successfully, but these errors were encountered: