Skip to content

Commit

Permalink
add zh_CN translations for kubernetes setup
Browse files Browse the repository at this point in the history
  • Loading branch information
win5923 authored Jan 31, 2024
1 parent 69f1adb commit 311b260
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8s/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ Use the following commands to setup this Palworld container in Kubernetes:
* `kubectl apply -f secret.yaml`
* `kubectl apply -f service.yaml`
* `kubectl apply -f deployment.yaml`

# 在 Kubernetes 中设置 Palworld

Check failure on line 11 in k8s/readme.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Multiple top-level headings in the same document

k8s/readme.md:11 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "# 在 Kubernetes 中设置 Palworld"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md025.md

使用以下命令在 Kubernetes 中设置 Palworld 容器:

* `kubectl apply -f pvc.yaml`
* `kubectl apply -f configmap.yaml`
* `kubectl apply -f secret.yaml`
* `kubectl apply -f service.yaml`
* `kubectl apply -f deployment.yaml`

0 comments on commit 311b260

Please sign in to comment.