mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
631 B
Plaintext
23 lines
631 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_learning/creating_cluster_workshop/learning-getting-started-hcp-for-hcp.adoc
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="learning-getting-started-env-variables_{context}"]
|
|
= Creating additional environment variables
|
|
|
|
[role="_abstract"]
|
|
You can use environmental variables to make it easier to run the command to create a {product-title} cluster.
|
|
|
|
.Procedure
|
|
* Run the following command to set up environment variables:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ export CLUSTER_NAME=<cluster_name>
|
|
$ export REGION=<VPC_region>
|
|
----
|
|
+
|
|
[TIP]
|
|
====
|
|
Run `rosa whoami` to find the VPC region.
|
|
==== |