Skip to content

Commit edf6cc0

Browse files
committed
docs: restore docs updates
1 parent bb2f900 commit edf6cc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runner-library/cluster-k8s/how-to-create-a-kubernetes-cluster-for-testground.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Where:
6262
You might want to add them to your `rc` file \(`.zshrc`, `.bashrc`, etc.\), or to an `.env.sh` file that you source.
6363

6464
```bash
65-
export NAME=<desired kubernetes cluster name (e.g. mycluster.k8s.local)>
65+
export CLUSTER_NAME=<desired kubernetes cluster name (e.g. mycluster.k8s.local)>
66+
export DEPLOYMENT_NAME=<desired kubernetes deployment name>
6667
export KOPS_STATE_STORE=s3://<kops state s3 bucket>
6768
export AWS_REGION=<aws region, for example eu-central-1>
6869
export ZONE_A=<aws availability zone, for example eu-central-1a>

0 commit comments

Comments
 (0)