diff --git a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/blog-video/kubecon-chillyroom-20240823.md b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/blog-video/kubecon-chillyroom-20240823.md new file mode 100644 index 000000000..5f83682b8 --- /dev/null +++ b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/blog-video/kubecon-chillyroom-20240823.md @@ -0,0 +1,9 @@ +# 在K8s上使用OpenKruiseGame开发和管理基于会话的游戏的ChillyRoom经验 + +> KubeCon & CloudNativeCon 2024 +> +> 演讲者: 刘鑫昊 / 刘秋阳 +> +> 时间: 2024-08-23 + + \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/blog-video/lilith-okg.md b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/blog-video/lilith-okg.md new file mode 100644 index 000000000..e73a4ca69 --- /dev/null +++ b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/blog-video/lilith-okg.md @@ -0,0 +1,7 @@ +# 莉莉丝游戏云原生之路 + +> Author: 刘秋阳, beastpu +> +> Time: 2024-09-02 +> +> **[原文链接](https://mp.weixin.qq.com/s/ITutI7eL5DCM2w7aNHVb5A)** \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md index fc1bd8ad8..93be06efd 100644 --- a/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md +++ b/i18n/zh/docusaurus-plugin-content-docs-kruisegame/current/installation.md @@ -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] ``` ### 可选项 @@ -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` | diff --git a/kruisegame/blog-video/kubecon-chillyroom-20240823.md b/kruisegame/blog-video/kubecon-chillyroom-20240823.md new file mode 100644 index 000000000..eb63b77a9 --- /dev/null +++ b/kruisegame/blog-video/kubecon-chillyroom-20240823.md @@ -0,0 +1,9 @@ +# The Experience of ChillyRoom Developing & Managing Session-Based Game + +> KubeCon & CloudNativeCon 2024 +> +> Speakers: Xinhao Liu / ChrisLiu +> +> Time: 2023-8-23 + + \ No newline at end of file diff --git a/kruisegame/blog-video/lilith-okg.md b/kruisegame/blog-video/lilith-okg.md new file mode 100644 index 000000000..265b8ae9e --- /dev/null +++ b/kruisegame/blog-video/lilith-okg.md @@ -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)** \ No newline at end of file diff --git a/kruisegame/installation.md b/kruisegame/installation.md index b82cfa4fa..eb817345f 100644 --- a/kruisegame/installation.md +++ b/kruisegame/installation.md @@ -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 @@ -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` | diff --git a/sidebars-kruisegame.js b/sidebars-kruisegame.js index 2e25e4d99..51f8b9657 100644 --- a/sidebars-kruisegame.js +++ b/sidebars-kruisegame.js @@ -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',