Skip to content

Commit

Permalink
update template references to newest 0.0.3 version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel authored Dec 10, 2024
1 parent e815eb2 commit 0dd52a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
19 changes: 6 additions & 13 deletions docs/quick-start/2a-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,13 @@ The output is similar to:

```bash
NAME VALID
aws-eks-0-0-1 true
aws-hosted-cp-0-0-2 true
aws-standalone-cp-0-0-1 true
aws-standalone-cp-0-1-0 true
aws-eks-0-0-2 true
aws-hosted-cp-0-0-3 true
aws-standalone-cp-0-0-3 true
azure-hosted-cp-0-0-3 true
azure-standalone-cp-0-0-1 true
azure-standalone-cp-0-1-0 true
remote-single-standalone-cp-0-1-4 true
remote-single-standalone-cp-0-1-5 true
remote-single-standalone-cp-0-1-6 true
remote-single-standalone-cp-0-1-7 true
remote-single-standalone-cp-0-1-8 true
vsphere-hosted-cp-0-0-2 true
vsphere-standalone-cp-0-0-2 true
azure-standalone-cp-0-0-3 true
vsphere-hosted-cp-0-0-3 true
vsphere-standalone-cp-0-0-3 true
```

### Next Step
Expand Down
2 changes: 1 addition & 1 deletion 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-3 # The name of the template you want to use from above
template: aws-standalone-cp-0-0-3
credential: aws-cluster-identity-cred
config:
region: us-west-2
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ metadata:
name: my-vsphere-managedcluster1
namespace: hmc-system
spec:
template: <template-name> # The name of the template you want to use from above
template: vsphere-standalone-cp-0-0-3
credential: vsphere-cluster-identity-cred
config:
vsphere:
Expand Down
6 changes: 3 additions & 3 deletions docs/usage/create-managed-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Following is an interpolated example.
> name: my-managed-cluster
> namespace: hmc-system
> spec:
> template: aws-standalone-cp-0-0-2
> template: aws-standalone-cp-0-0-3
> credential: aws-credential
> dryRun: true
> config:
Expand Down Expand Up @@ -161,7 +161,7 @@ corresponding `Template` status) and automatically have `.spec.dryRun` set to
> iamInstanceProfile: nodes.cluster-api-provider-aws.sigs.k8s.io
> instanceType: ""
> workersNumber: 2
> template: aws-standalone-cp-0-0-2
> template: aws-standalone-cp-0-0-3
> credential: aws-credential
> dryRun: true
> ```
Expand All @@ -181,7 +181,7 @@ Here is an example of a `ManagedCluster` object that passed the validation:
> name: my-managed-cluster
> namespace: hmc-system
> spec:
> template: aws-standalone-cp-0-0-2
> template: aws-standalone-cp-0-0-3
> credential: aws-credential
> config:
> region: us-east-2
Expand Down

0 comments on commit 0dd52a3

Please sign in to comment.