File tree 1 file changed +0
-22
lines changed
1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 29
29
5 . Go to the console > Operator hub > Storage > Choose the non-GA version to install ODF
30
30
31
31
Note: _ It can take upto 7-10 minutes to get the pull secret updated and hence the ODF catalog to appear in hub_
32
-
33
- ## Installing m4.2xlarge cluster for ODF
34
-
35
- 1 . Install the ` openshift-installer `
36
- 2 . Create install config
37
- ``` bash
38
- ./openshift-installer create install-config --dir my-dir
39
- ```
40
- 3 . Provide all inputs
41
- 4 . Edit the ` platform ` field for worker nodes in install config as
42
- ``` yaml
43
- platform :
44
- aws :
45
- type : m4.2xlarge
46
- ` ` `
47
- Save the changes.
48
- 5. Create cluster
49
- ` ` ` bash
50
- ./openshift-installer create cluster --dir my-dir
51
- ```
52
-
53
- _ Note: These machines incur more cost hence use wisely. Destroy the cluster when not in use by ` openshift-installer destroy cluster --dir mydir ` _
You can’t perform that action at this time.
0 commit comments