Added cluster provider type as rke and resized the image

pull/602/head
gopaddle 2023-01-26 00:44:14 +00:00
parent 020cb10f62
commit 3d46db3e3d
2 changed files with 10 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Create a storageClass named `standard` from the Rancher Dashboard https://ranche
In case of AWS, create an Amazon EBS Disk.
<img src="https://user-images.githubusercontent.com/74309181/211659744-adde9594-5a33-4fea-8578-b9347142ba1c.png" width="50%">
<img src="https://user-images.githubusercontent.com/74309181/211659744-adde9594-5a33-4fea-8578-b9347142ba1c.png" width="80%">
Patch the storageClass `standard` and add the `is-default-class` annotation to make it the default storageClass.

View File

@ -0,0 +1,9 @@
questions:
- variable: global.cluster.type
default: "rke"
required: true
type: enum
group: "Service Settings"
options:
- "rke"
label: Cluster Provider Type