腾讯云限制PVC申请需要为10G倍数的问题

This commit is contained in:
xiexinyang 2021-01-05 19:58:51 +08:00
parent b4e1639d06
commit 0e9f5addf3

View File

@ -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