Skip to content

Commit c1a7ca1

Browse files
committed
README: Replace stale environment variable reference
Catching up with 6be4c25 (*: remove support for environment variables, 2018-12-10, openshift#861). Also link to the troubleshooting docs, since the easier it is to discover those, the fewer bug reports we'll get with insufficient detail ;).
1 parent 81e2a88 commit c1a7ca1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ This will create `bin/openshift-install`. This binary can then be invoked to cre
2222
bin/openshift-install create cluster
2323
```
2424

25-
The installer will show a series of prompts for user-specific information and use reasonable defaults for everything else. In non-interactive contexts, prompts can be bypassed by providing appropriately-named environment variables. Refer to the [user documentation](docs/user) for more information.
25+
The installer will show a series of prompts for user-specific information and use reasonable defaults for everything else.
26+
In non-interactive contexts, prompts can be bypassed by [providing an `install-config.yaml`](docs/user/overview.md#multiple-invocations).
27+
28+
If you have trouble, refer to [the troubleshooting guide](docs/user/troubleshooting.md).
2629

2730
### Connect to the cluster
2831

0 commit comments

Comments
 (0)