Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OKG Documents v0.9.0 #206

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 在K8s上使用OpenKruiseGame开发和管理基于会话的游戏的ChillyRoom经验

> KubeCon & CloudNativeCon 2024
>
> 演讲者: 刘鑫昊 / 刘秋阳
>
> 时间: 2024-08-23

<iframe width="560" height="315" src="https://www.youtube.com/embed/D3TjlnRJMKI?si=31jBpGIKRDIvf-KZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 莉莉丝游戏云原生之路

> Author: 刘秋阳, beastpu
>
> Time: 2024-09-02
>
> **[原文链接](https://mp.weixin.qq.com/s/ITutI7eL5DCM2w7aNHVb5A)**
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ $ helm repo add openkruise https://openkruise.github.io/charts/
# [Optional]
$ helm repo update
# Install the latest version.
$ helm install kruise openkruise/kruise --version 1.6.3
$ helm install kruise openkruise/kruise --version 1.7.0
```

### 安装Kruise-Game

```shell
$ helm install kruise-game openkruise/kruise-game --version 0.8.0
$ helm install kruise-game openkruise/kruise-game --version 0.9.0
```

### 升级 Kruise-Game

```shell
$ helm upgrade kruise-game openkruise/kruise-game --version 0.8.0 [--force]
$ helm upgrade kruise-game openkruise/kruise-game --version 0.9.0 [--force]
```

### 可选项
Expand All @@ -49,7 +49,7 @@ $ helm upgrade kruise-game openkruise/kruise-game --version 0.8.0 [--force]
| `kruiseGame.apiServerQpsBurst` | kruise-game-controller-manager 每秒发送到 API server的最大突发查询数 | `10` |
| `replicaCount` | kruise-game 的期望副本数 | `1` |
| `image.repository` | kruise-game 的镜像仓库 | `openkruise/kruise-game-manager` |
| `image.tag` | kruise-game 的镜像版本 | `v0.8.0` |
| `image.tag` | kruise-game 的镜像版本 | `v0.9.0` |
| `image.pullPolicy` | kruise-game 的镜像拉取策略 | `Always` |
| `serviceAccount.annotations` | kruise-game的serviceAccount注解 | ` ` |
| `resources.limits.cpu` | kruise-game容器的CPU资源限制 | `500m` |
Expand Down
9 changes: 9 additions & 0 deletions kruisegame/blog-video/kubecon-chillyroom-20240823.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The Experience of ChillyRoom Developing & Managing Session-Based Game

> KubeCon & CloudNativeCon 2024
>
> Speakers: Xinhao Liu / ChrisLiu
>
> Time: 2023-8-23

<iframe width="560" height="315" src="https://www.youtube.com/embed/D3TjlnRJMKI?si=31jBpGIKRDIvf-KZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
7 changes: 7 additions & 0 deletions kruisegame/blog-video/lilith-okg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Lilith Games' Path to Cloud Native

> Author: ChrisLiu, beastpu
>
> Time: 2024-09-02
>
> **[Original link](https://mp.weixin.qq.com/s/ITutI7eL5DCM2w7aNHVb5A)**
8 changes: 4 additions & 4 deletions kruisegame/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ $ helm repo add openkruise https://openkruise.github.io/charts/
# [Optional]
$ helm repo update
# Install the latest version.
$ helm install kruise openkruise/kruise --version 1.6.3
$ helm install kruise openkruise/kruise --version 1.7.0
```

### Install Kruise-Game

```shell
$ helm install kruise-game openkruise/kruise-game --version 0.8.0
$ helm install kruise-game openkruise/kruise-game --version 0.9.0
```

### Upgrade Kruise-Game

```shell
$ helm upgrade kruise-game openkruise/kruise-game --version 0.8.0 [--force]
$ helm upgrade kruise-game openkruise/kruise-game --version 0.9.0 [--force]
```

### Options
Expand All @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the kruise-game chart a
| `kruiseGame.apiServerQpsBurst` | Maximum burst queries per second to send to the API server of kruise-game-controller-manager | `10` |
| `replicaCount` | Replicas of kruise-game deployment | `1` |
| `image.repository` | Repository for kruise-game image | `openkruise/kruise-game-manager` |
| `image.tag` | Tag for kruise-game image | `v0.8.0` |
| `image.tag` | Tag for kruise-game image | `v0.9.0` |
| `image.pullPolicy` | ImagePullPolicy for kruise-game container | `Always` |
| `serviceAccount.annotations` | The annotations for serviceAccount of kruise-game | ` ` |
| `resources.limits.cpu` | CPU resource limit of kruise-game container | `500m` |
Expand Down
2 changes: 2 additions & 0 deletions sidebars-kruisegame.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ module.exports = {
collapsed: false,
items: [
'blog-video/kubecon-shangyou-20230926',
'blog-video/kubecon-chillyroom-20240823',
'blog-video/meetup-guangzhou-20231125',
'blog-video/lilith-okg',
'blog-video/guanying-20231129',
'blog-video/higress',
'blog-video/cloud-forward-okg',
Expand Down
Loading