@@ -75,56 +75,54 @@ import TabItem from '@theme/TabItem';
7575 <Tabs >
7676 <TabItem value =" aws " label =" EKS(AWS) " >
7777
78- [ Amazon Elastic Block Store (EBS) CSI driver] ( https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md ) is recommended.
79- And remember to set the annotation for default class when adding storage classes, for example:
80-
81- ``` yaml
82- storageClasses :
83- - name : gp3
84- annotations :
85- storageclass.kubernetes.io/is-default-class : " true"
86- allowVolumeExpansion : true
87- volumeBindingMode : WaitForFirstConsumer
88- reclaimPolicy : Delete
89- parameters :
90- type : gp3
91- ` ` `
92-
93- ` ` ` shell
94- ❯ kubectl get sc
95- NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
96- gp2 kubernetes.io/aws-ebs Delete WaitForFirstConsumer true 16d
97- gp3 (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 15d
98- ```
78+ [ Amazon Elastic Block Store (EBS) CSI driver] ( https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md ) is recommended.
79+ And remember to set the annotation for default class when adding storage classes, for example:
80+
81+ ``` yaml
82+ storageClasses :
83+ - name : gp3
84+ annotations :
85+ storageclass.kubernetes.io/is-default-class : " true"
86+ allowVolumeExpansion : true
87+ volumeBindingMode : WaitForFirstConsumer
88+ reclaimPolicy : Delete
89+ parameters :
90+ type : gp3
91+ ` ` `
92+
93+ ` ` ` shell
94+ ❯ kubectl get sc
95+ NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
96+ gp2 kubernetes.io/aws-ebs Delete WaitForFirstConsumer true 16d
97+ gp3 (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 15d
98+ ```
9999
100100 </TabItem >
101101
102102 <TabItem value =" aliyun " label =" ACK(Alibaba Cloud) " >
103103
104- Ensure component `csi-provisioner` is installed, and then set the default storage class :
105-
106- ` ` ` shell
107- ❯ kubectl get sc
108- NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
109- alicloud-disk-available diskplugin.csi.alibabacloud.com Delete Immediate true 66m
110- alicloud-disk-efficiency diskplugin.csi.alibabacloud.com Delete Immediate true 66m
111- alicloud-disk-essd diskplugin.csi.alibabacloud.com Delete Immediate true 66m
112- alicloud-disk-ssd diskplugin.csi.alibabacloud.com Delete Immediate true 66m
113- alicloud-disk-topology diskplugin.csi.alibabacloud.com Delete WaitForFirstConsumer true 66m
114- alicloud-disk-topology-alltype diskplugin.csi.alibabacloud.com Delete WaitForFirstConsumer true 66m
115- # select the wanted storage class as default,for example: alicloud-disk-topology-alltype
116- // highlight-next-line
117- ❯ kubectl annotate sc alicloud-disk-topology-alltype storageclass.kubernetes.io/is-default-class=true --overwrite
118- ` ` `
104+ Ensure component ` csi-provisioner ` is installed, and then set the default storage class:
105+
106+ ``` shell
107+ ❯ kubectl get sc
108+ NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
109+ alicloud-disk-available diskplugin.csi.alibabacloud.com Delete Immediate true 66m
110+ alicloud-disk-efficiency diskplugin.csi.alibabacloud.com Delete Immediate true 66m
111+ alicloud-disk-essd diskplugin.csi.alibabacloud.com Delete Immediate true 66m
112+ alicloud-disk-ssd diskplugin.csi.alibabacloud.com Delete Immediate true 66m
113+ alicloud-disk-topology diskplugin.csi.alibabacloud.com Delete WaitForFirstConsumer true 66m
114+ alicloud-disk-topology-alltype diskplugin.csi.alibabacloud.com Delete WaitForFirstConsumer true 66m
115+ # select the wanted storage class as default,for example: alicloud-disk-topology-alltype
116+ // highlight-next-line
117+ ❯ kubectl annotate sc alicloud-disk-topology-alltype storageclass.kubernetes.io/is-default-class=true --overwrite
118+ ```
119119
120120 </TabItem >
121121
122122 </Tabs >
123123
124124 :::
125125
126-
127-
128126- ** Recommended** Ensure Prometheus Operator running in Kubernetes cluster, if you want to monitor the status for Databend Meta and Databend Query.
129127
130128 :::tip Steps for a simple Kube Prometheus Stack
@@ -301,7 +299,7 @@ For different cloud providers:
301299
302300< /TabItem>
303301
304- <TabItem value="aliyun" label="Alibaba Cloud">
302+ < TabItem value=" aliyun" label=" Alibaba Cloud " >
305303
306304 ` ` ` yaml
307305 service:
0 commit comments