Skip to content

Commit 98e0943

Browse files
author
Afreen Rahman
authored
remove aws installation section
- not required - this script is for odf unreleased installation
1 parent 9c510dc commit 98e0943

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

-22
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,3 @@
2929
5. Go to the console > Operator hub > Storage > Choose the non-GA version to install ODF
3030

3131
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`_

0 commit comments

Comments
 (0)