Skip to content

Commit

Permalink
Update aws.md (#57)
Browse files Browse the repository at this point in the history
fixed  clustertemplate reference to 0.0.3
  • Loading branch information
lxie123 authored Dec 10, 2024
1 parent d4c53cb commit a56d80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ metadata:
name: my-aws-managedcluster1
namespace: hmc-system
spec:
template: aws-standalone-cp-0-0-2 # The name of the template you want to use from above
template: aws-standalone-cp-0-0-3 # The name of the template you want to use from above
credential: aws-cluster-identity-cred
config:
region: us-west-2
Expand Down Expand Up @@ -197,4 +197,4 @@ kubectl -n hmc-system get secret my-aws-managedcluster1-kubeconfig -o jsonpath='
```bash
KUBECONFIG="my-aws-managedcluster1-kubeconfig.kubeconfig" kubectl get pods -A
```
```

0 comments on commit a56d80d

Please sign in to comment.