We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f246896 commit 0845552Copy full SHA for 0845552
workshops/lab-installing-educates/workshop/content/00-workshop-overview.md
@@ -5,6 +5,9 @@ title: Workshop Overview
5
```editor:append-lines-to-file
6
file: ~/config.yaml
7
text: |
8
+ clusterInfrastructure:
9
+ provider: custom
10
+
11
clusterPackages:
12
contour:
13
enabled: false
@@ -30,7 +33,7 @@ text: |
30
33
Should be able to get rid of provider option but CLI not defaulting to custom right now.
31
34
32
35
```terminal:execute
-command: educates admin cluster install --config config.yaml --provider=custom
36
+command: educates admin cluster install --config config.yaml
37
```
38
39
0 commit comments