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
There is currently an ongoing effort to support specifying the RKE2/K3s data-dir argument, which allows a user to change it from the default of /var/lib/rancher/rke2 & /var/lib/rancher/k3s respectively, to a user provided directory. I've found the following instances of these directories hardcoded within the project:
There is currently an ongoing effort to support specifying the RKE2/K3s
data-dir
argument, which allows a user to change it from the default of/var/lib/rancher/rke2
&/var/lib/rancher/k3s
respectively, to a user provided directory. I've found the following instances of these directories hardcoded within the project:rancherd/pkg/probe/probe.go
Lines 23 to 25 in 0e6e08c
rancherd/pkg/kubectl/kubectl.go
Line 28 in 0e6e08c
Please review the above information, and feel free to reach out to me regarding questions. The api changes can be found within this draft PR within rancher/rancher: https://github.com/rancher/rancher/pull/45326/files#diff-6f7b3ace8ec7df668da64642416a1171322908df345c8e339d314bac3ed08af6R57.
The text was updated successfully, but these errors were encountered: