1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/learning-getting-started-env-variables.adoc

19 lines
575 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
* Run the following command to set up environment variables. These variables make it easier to run the command to create a {product-title} cluster:
+
[source,terminal]
----
$ export CLUSTER_NAME=<cluster_name>
$ export REGION=<VPC_region>
----
+
[TIP]
====
Run `rosa whoami` to find the VPC region.
====