Skip to content

Commit

Permalink
Add clustertemplate hint for AWS, Azure, OS
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k authored and randybias committed Jan 16, 2025
1 parent ec57200 commit 8384afd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/quick-start/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ spec:
instanceType: t3.small
```
> NOTE:
> To see available versions for `AWS` template run `kubectl get clustertemplate -n kcm-system`.
>
Apply the YAML to your management cluster:
```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/quick-start/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ spec:
vmSize: Standard_A4_v2
```
> NOTE:
> To see available versions for `Azure` template run `kubectl get clustertemplate -n kcm-system`.
>

Apply the YAML to your management cluster:

```shell
Expand Down
1 change: 1 addition & 0 deletions docs/quick-start/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ spec:
> 1. spec.template references the OpenStack-specific blueprint (e.g., openstack-standalone-cp-0-0-1).
> 2. Adjust flavor, image name, and authURL to match your OpenStack environment.
> 3. For more information about the config options, see the [OpenStack Template Parameters](../clustertemplates/openstack/template-parameters.md).
> 4. To see available versions for `OpenStack` template run `kubectl get clustertemplate -n kcm-system`.

Apply the YAML to your management cluster:

Expand Down

0 comments on commit 8384afd

Please sign in to comment.