Skip to content

Commit

Permalink
doc: update k8s/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 20, 2024
1 parent 50b5782 commit d82ca52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 状态:
Expand Down

1 comment on commit d82ca52

@jaywcjlove
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.