Skip to content

Commit 0845552

Browse files
Set provider in the config file.
1 parent f246896 commit 0845552

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

workshops/lab-installing-educates/workshop/content/00-workshop-overview.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ title: Workshop Overview
55
```editor:append-lines-to-file
66
file: ~/config.yaml
77
text: |
8+
clusterInfrastructure:
9+
provider: custom
10+
811
clusterPackages:
912
contour:
1013
enabled: false
@@ -30,7 +33,7 @@ text: |
3033
Should be able to get rid of provider option but CLI not defaulting to custom right now.
3134

3235
```terminal:execute
33-
command: educates admin cluster install --config config.yaml --provider=custom
36+
command: educates admin cluster install --config config.yaml
3437
```
3538

3639
```terminal:execute

0 commit comments

Comments
 (0)