doc: update k8s/README.md

This commit is contained in:
jaywcjlove 2024-09-20 19:21:04 +08:00
parent 50b5782734
commit d82ca52f06
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
我们将使用此存储库中的`kubectl`应用 YAML 文件,该文件将安装 `linux-command` 应用。
```bash
$ kubectl apply -f https://raw.githubusercontent.com/jaywcjlove/linux-command/master/deploy/yamls/linux-command.yaml
$ kubectl apply -f https://raw.githubusercontent.com/jaywcjlove/linux-command/refs/heads/master/k8s/linux-command.yaml
```
检查 `Deployment` 状态: