Skip to content

Commit

Permalink
fix: unclosed callout
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 27, 2024
1 parent a0a463d commit 58b6a77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/guide/deployment/docker-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ If you only have one machine and want to run GZCTF through Docker, you can speci
INSTALL_K3S_EXEC="--docker"
```

:::

:::info

If you need to run more than 255 challenge containers on a single k3s instance, you **need to specify `INSTALL_K3S_EXEC` during k3s installation** and change `node-cidr-mask-size` to the desired subnet size.
Expand Down
2 changes: 2 additions & 0 deletions docs/ja/guide/deployment/docker-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ k3sは軽量なk8sディストリビューションで、シングルマシン
INSTALL_K3S_EXEC="--docker"
```

:::

:::info

もし一台のk3sインスタンスで255個を超える問題コンテナを実行したい場合は、**k3sのインストール時に**`INSTALL_K3S_EXEC`を指定し、`node-cidr-mask-size`を必要なサブネットサイズに変更する必要があります。
Expand Down
2 changes: 2 additions & 0 deletions docs/zh/guide/deployment/docker-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ k3s 是一个轻量级的 k8s 发行版,可以在单机和多机上快速部
INSTALL_K3S_EXEC="--docker"
```

:::

:::info

如果需要在一台 k3s 实例上运行超过 255 个题目容器,**需要在安装 k3s 时** 指定 `INSTALL_K3S_EXEC`,并更改 `node-cidr-mask-size` 为所需的子网大小。
Expand Down

0 comments on commit 58b6a77

Please sign in to comment.