-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add zh_CN translations for kubernetes setup
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / Lint - MarkdownMultiple top-level headings in the same document
|
||
|
||
使用以下命令在 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` |