From 4a4172a44320c562909198f4b0cfcd0ae9049515 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Tue, 21 Nov 2023 11:51:47 +0100 Subject: [PATCH] add some syntax highlighting --- Kubernetes-Backups-and-Recovery-with-K8up.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kubernetes-Backups-and-Recovery-with-K8up.md b/Kubernetes-Backups-and-Recovery-with-K8up.md index 6fad411..9ab36af 100644 --- a/Kubernetes-Backups-and-Recovery-with-K8up.md +++ b/Kubernetes-Backups-and-Recovery-with-K8up.md @@ -39,8 +39,8 @@ PR ref: https://github.com/seaweedfs/seaweedfs/pull/5034 3. Wait for node to be ready - ```bash - sudo k3s kubectl get node + ```console + $ sudo k3s kubectl get node NAME STATUS ROLES AGE VERSION vm0 Ready control-plane,master 1m v1.27.4+k3s1 ``` @@ -87,7 +87,7 @@ PR ref: https://github.com/seaweedfs/seaweedfs/pull/5034 2. Clone repo and cd to the helm dir ```bash - https://github.com/seaweedfs/seaweedfs + git clone https://github.com/seaweedfs/seaweedfs cd seaweedfs/k8s/charts/seaweedfs ```