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
After installing snap and microk8s (channel 1.24) on red hat 8.6, microk8s cli commands run with sudo are terminated via SIGINT and exit with status code 143.
What Should Happen Instead?
When running without sudo, commands cli work as expected
Not sure if anyone is looking into this, but it appears that the command will execute correctly with a greater frequency if the sudo command is run with the preserve environment flag.
sudo -E microk8s stop && sudo -E microk8s start
Also, inserting a sleep between commands increases the odds of success.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary
After installing snap and microk8s (channel 1.24) on red hat 8.6, microk8s cli commands run with sudo are terminated via SIGINT and exit with status code 143.
What Should Happen Instead?
When running without sudo, commands cli work as expected
Reproduction Steps
sudo microk8s stop && sudo microk8s start
Introspection Report
inspection-report.tar.gz
The text was updated successfully, but these errors were encountered: