Skip to content

Commit

Permalink
add "apiVersion: game.kruise.io/v1alpha1" (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whislly authored Jan 3, 2024
1 parent 4eab533 commit 02c0009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/中文/最佳实践/PvP类型游戏部署实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ OpenKruiseGame(OKG) 为PvP游戏提供的能力:

```bash
cat <<EOF | kubectl apply -f -
apiVersion: game.kruise.io/v1alpha1
kind: GameServerSet
metadata:
name: xonotic
Expand Down Expand Up @@ -96,4 +97,4 @@ status:

- [游戏服水平伸缩](../快速开始/游戏服水平伸缩.md)
- [自定义服务质量](../用户手册/自定义服务质量.md)
- [网络模型](../用户手册/网络模型.md)
- [网络模型](../用户手册/网络模型.md)

0 comments on commit 02c0009

Please sign in to comment.