From d9fd9ec481973dfe81a16a43f776d009cf200bfe Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Sun, 11 Aug 2024 09:01:10 +0200 Subject: [PATCH] Update README.microk8s.md --- README.microk8s.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.microk8s.md b/README.microk8s.md index 8d6ca42..123efa8 100644 --- a/README.microk8s.md +++ b/README.microk8s.md @@ -52,24 +52,24 @@ When installing the Kerberos.io stack, several dependencies are required for sto One of the key advantages of MicroK8s is its out-of-the-box addons, which can be enabled with a single command. This eliminates the need for complex Helm charts or operators, simplifying the setup process. We will enable some common services, such as DNS, GPU support, and storage, to streamline the installation. - ```bash - microk8s enable dns - microk8s enable dashboard - microk8s enable gpu - microk8s enable hostpath-storage - ``` +```bash +microk8s enable dns +microk8s enable dashboard +microk8s enable gpu +microk8s enable hostpath-storage +``` You can verify the status of the enabled addons by running the following command: - ```sh - microk8s.status - ``` +```sh +microk8s.status +``` Or view the pod status with: - ```bash - kubectl get po -w -A - ``` +```bash +kubectl get po -w -A +``` ## Kerberos Vault