Skip to content

Conversation

tedaveryredhat
Copy link

@tedaveryredhat tedaveryredhat commented Aug 14, 2025

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 14, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Aug 14, 2025

@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue.

In response to this:

Version(s):
4.20

Issue:
https://issues.redhat.com/browse/OSDOCS-7857

Link to docs preview:

QE review:

  • QE has approved this change.

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.

@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 14, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Aug 14, 2025

@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue.

In response to this:

Version(s):
4.20

Issue:
https://issues.redhat.com/browse/OSDOCS-7857

Link to docs preview:
https://97625--ocpdocs-pr.netlify.app/microshift/latest/microshift_install_rpm/microshift-install-rpm.html

QE review:

  • QE has approved this change.

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.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Aug 21, 2025

@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue.

In response to this:

Version(s):
4.16+

Issue:
https://issues.redhat.com/browse/OSDOCS-7857

Link to docs preview:
https://97625--ocpdocs-pr.netlify.app/microshift/latest/microshift_install_rpm/microshift-install-rpm.html

QE review:

  • QE has approved this change.

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.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Aug 21, 2025

@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue.

In response to this:

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_rpm/microshift-install-rpm.html

QE review:

  • QE has approved this change.

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.

@openshift-ci openshift-ci bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 25, 2025
@tedaveryredhat tedaveryredhat force-pushed the OSDOCS-7857 branch 3 times, most recently from 5f66e63 to 6f60f67 Compare August 25, 2025 18:29
@tedaveryredhat
Copy link
Author

/retest

@tedaveryredhat tedaveryredhat force-pushed the OSDOCS-7857 branch 2 times, most recently from fac1cae to 042c29f Compare August 25, 2025 19:35
@openshift-ci openshift-ci bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 25, 2025
@tedaveryredhat tedaveryredhat changed the title OSDOCS-7857:RPM Uninstall Instructions (WIP) OSDOCS-7857:RPM Uninstall Instructions Aug 25, 2025
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 25, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Aug 26, 2025

@tedaveryredhat: This pull request references OSDOCS-7857 which is a valid jira issue.

In response to this:

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:

  • QE has approved this change.

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.

@openshift-ci openshift-ci bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Aug 26, 2025
Copy link

openshift-ci bot commented Aug 28, 2025

@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.
Copy link

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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
. 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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
. Run the `dnf delete microshift` command.
. Run the `sudo dnf remove -y microshift` command.

$ sudo `dnf delete microshift`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ sudo `dnf delete microshift`
$ sudo dnf remove -y microshift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch/enterprise-4.14 branch/enterprise-4.16 branch/enterprise-4.17 branch/enterprise-4.18 branch/enterprise-4.19 branch/enterprise-4.20 do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants