add some syntax highlighting

JesseBot 2023-11-21 11:51:47 +01:00
parent b704d0e749
commit 4a4172a443

@ -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
```