-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Killall script should not unmount /var/lib/rancher/k3s/(server|agent)
#8527
Comments
@caroline-suse-rancher I believe this was an internal ask, not sure if there is a Jira for it or not. |
Validated on branch master with commit 98262b5 / version 1.30Environment DetailsInfrastructure
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Config.yaml:
Additional files
Testing Steps
Replication Results:
No results display even after having run the mount command to mount both Validation Results:
Additional context / logs:
Observations
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The best practices docs at https://docs.k3s.io/reference/resource-profiling#preventing-agents-and-workloads-from-interfering-with-the-cluster-datastore recommend putting the server and agent dirs on different filesystems. However, the killall script unmounts everything under
/var/lib/rancher/k3s
We should figure out what specifically under
/var/lib/rancher/k3s
needs to be unmounted, and do that, instead of unmounting everything.Internal Ref: SURE-7006
The text was updated successfully, but these errors were encountered: