Skip to content

Commit 523de7c

Browse files
authored
Update readme.adoc
s3://aws-kubernetes-artifacts/v0.5/create-kubeconfig.sh will create a configuration file at `$HOME/.kube/config`. Updated documentation as create-kubeconfig.sh is not part of this repo.
1 parent 38f49d7 commit 523de7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/102-your-first-cluster/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Once the cluster has moved to the `ACTIVE` state, download and run the `create-k
5454
chmod +x create-kubeconfig.sh && \
5555
. ./create-kubeconfig.sh
5656

57-
This will create a configuration file at `$HOME/.kube/config-k8s-workshop` and update the necessary environment variable for default access.
57+
This will create a configuration file at `$HOME/.kube/config` and update the necessary environment variable for default access.
5858

5959
=== Create the worker nodes
6060

0 commit comments

Comments
 (0)