From 968cd515f8dd06adfadf75627c3e54808f8c0e21 Mon Sep 17 00:00:00 2001 From: Ryan Cook Date: Thu, 18 Nov 2021 09:27:50 -0500 Subject: [PATCH] resolves #454 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ba26db71a..464b2fed0a 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,6 @@ rm -rf /var/lib/microshift && rm -r $HOME/.microshift ``` ## Deployment Strategies -## [Known Issues](./docs/known-issues.md) - - 1. [Install via an RPM, utilizing a host-provided cri-o runtime and be lifecycle-managed by systemd](https://microshift.io/docs/developer-documentation/build-install-rpm/) 2. [Install as a container via Podman, utilizing cri-o runtime and be lifecycle-managed by systemd](https://microshift.io/docs/user-documentation/deploying-microshift/containerized/) @@ -84,7 +81,9 @@ For app developer deployments: 1. [Run an all-in-one microshift deployment on which devs can test their applications locally](https://microshift.io/docs/getting-started/experimental-development/). `microshift-aio` packages cri-o runtime and can be run and managed via podman and systemd -## [Known Issues](https://microshift.io/docs/user-documentation/troubleshooting/) +## Known Issues +If issues occur during deployment checkout the troubleshooting document to view fixes of [known issues](https://microshift.io/docs/user-documentation/troubleshooting/). + ## Developing MicroShift