Skip to content
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

formatting issues resolved #172

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions platform-support/microk8s-installation.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
----
Title: Mayastor Installation on MicroK8s
----
# Mayastor Installation on MicroK8s

## Install Mayastor on MicroK8s

:::info
{% hint style="info" %}
**Prerequisite**: Prepare a cluster by following the steps outlined in this [guide](https://mayastor.gitbook.io/introduction/quickstart/preparing-the-cluster).
:::
{% endhint %}

To install Mayastor using Helm on MicroK8s, execute the following command:

Expand Down Expand Up @@ -37,9 +35,11 @@ For more information or to view the documentation, visit our website at https://
During the installation of Mayastor in MicroK8s, Pods with hostnetwork might encounter a known issue where they get stuck in the init state due to the Calico Vxlan bug.

**Expected error:**

![](https://hackmd.io/_uploads/Syigxz7u3.png)

**Resolution:**

To resolve this error, execute the following command:

{% tabs %}
Expand Down
1 change: 1 addition & 0 deletions reference/tested-third-party-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#### Kubernetes versions:

* v1.25.10
* v1.23.7
* v1.22.10
* v1.21.13
Loading