-
Notifications
You must be signed in to change notification settings - Fork 1.8k
(WIP) OSDOCS-7857:RPM Uninstall Instructions #97625
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
base: main
Are you sure you want to change the base?
Conversation
@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
ab79f88
to
ccc1143
Compare
@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
ccc1143
to
0638fac
Compare
5f66e63
to
6f60f67
Compare
/retest |
fac1cae
to
042c29f
Compare
042c29f
to
48edc0e
Compare
@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
48edc0e
to
00d263b
Compare
00d263b
to
cd45d3a
Compare
@tedaveryredhat: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
||
toc::[] | ||
|
||
To uninstall {microshift-short}, run the `microshift-cleanup-data` script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The script actually shuts down MicroShift services and deletes all MicroShift data.
In reality, we can only uninstall MicroShift RPM-based installations by running sudo rpm -e microshift microshift-release-info
command.
. Run the `dnf delete microshift` command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
. Run the `dnf delete microshift` command. | |
. Run the `sudo dnf remove -y microshift` command. |
This is only possible for RPM-based installations.
@@ -74,9 +74,9 @@ Aborting cleanup | |||
==== | |||
The {microshift-short} service is stopped and disabled after you run the script. | |||
==== | |||
. Restart the {microshift-short} service by running the following command: | |||
. Run the `dnf delete microshift` command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
. Run the `dnf delete microshift` command. | |
. Run the `sudo dnf remove -y microshift` command. |
$ sudo `dnf delete microshift` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ sudo `dnf delete microshift` | |
$ sudo dnf remove -y microshift |
Version(s):
4.14, 4.16+
Issue:
https://issues.redhat.com/browse/OSDOCS-7857
Link to docs preview:
https://97625--ocpdocs-pr.netlify.app/microshift/latest/microshift_install_get_ready/microshift-uninstalling
QE review: