mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
腾讯云限制PVC申请需要为10G倍数的问题
This commit is contained in:
parent
b4e1639d06
commit
0e9f5addf3
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "在腾讯云 TKE 安装 KubeSphere"
|
||||
keywords: "kubesphere, kubernetes, docker, tencent, tke"
|
||||
keywords: "kubesphere, kubernetes, docker, tencent, tke"
|
||||
description: "介绍如何在腾讯云 TKE 上部署 KubeSphere 3.0"
|
||||
|
||||
|
||||
|
|
@ -73,7 +73,6 @@ vim cluster-configuration.yaml
|
|||
redisVolumSize: 10Gi # Redis PVC size.
|
||||
```
|
||||
|
||||
|
||||
- 然后执行以下命令部署:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue