Skip to content

Commit

Permalink
Merge pull request #17 from a13x5/release-fixes
Browse files Browse the repository at this point in the history
Minor fixes related to 0.0.3 release
  • Loading branch information
DinaBelova authored Oct 21, 2024
2 parents 2f929d5 + f26f418 commit 4e8b23f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/aws/cluster-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ kind: ManagedCluster
metadata:
name: cluster-1
spec:
template: aws-standalone-cp
template: aws-standalone-cp-0-0-2
credential: aws-cred
config:
sshKeyName: foobar
Expand Down
17 changes: 7 additions & 10 deletions docs/azure/hosted-control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,12 @@ kind: ManagedCluster
metadata:
name: azure-hosted-cp
spec:
template: azure-hosted-cp
template: azure-hosted-cp-0-0-2
credential: azure-credential
config:
location: "westus"
subscriptionID: ceb131c7-a917-439f-8e19-cd59fe247e03
vmSize: Standard_A4_v2
clusterIdentity:
name: az-cluster-identity
namespace: hmc-system
resourceGroup: mgmt-cluster
network:
vnetName: mgmt-cluster-vnet
Expand All @@ -100,14 +98,12 @@ kind: ManagedCluster
metadata:
name: azure-hosted-cp
spec:
template: azure-hosted-cp
template: azure-hosted-cp-0-0-2
credential: azure-credential
config:
location: "{{.spec.location}}"
subscriptionID: "{{.spec.subscriptionID}}"
vmSize: Standard_A4_v2
clusterIdentity:
name: az-cluster-identity
namespace: hmc-system
resourceGroup: "{{.spec.resourceGroup}}"
network:
vnetName: "{{.spec.networkSpec.vnet.name}}"
Expand All @@ -127,8 +123,9 @@ kubectl get azurecluster <management cluster name> -o go-template="$(cat templat

## Cluster creation

After applying `ManagedCluster` object you require to manually set the status of the
`AzureCluster` object due to current limitations (see k0sproject/k0smotron#668).
After applying `ManagedCluster` object you require to manually set the status of
the `AzureCluster` object due to current limitations (see
[k0sproject/k0smotron#668](https://github.com/k0sproject/k0smotron/issues/668)).

To do so you need to execute the following command:

Expand Down
4 changes: 2 additions & 2 deletions docs/install/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
## TL;DR

```bash
kubectl apply -f https://github.com/Mirantis/hmc/releases/download/v0.0.1/install.yaml
kubectl apply -f https://github.com/Mirantis/hmc/releases/download/v0.0.3/install.yaml
```

or install using `helm`

```bash
helm install hmc oci://ghcr.io/mirantis/hmc/charts/hmc --version v0.0.1 -n hmc-system --create-namespace
helm install hmc oci://ghcr.io/mirantis/hmc/charts/hmc --version 0.0.3 -n hmc-system --create-namespace
```

> NOTE:
Expand Down
2 changes: 1 addition & 1 deletion docs/vsphere/cluster-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ kind: ManagedCluster
metadata:
name: cluster-1
spec:
template: vsphere-standalone-cp
template: vsphere-standalone-cp-0-0-2
credential: vsphere-credential
config:
clusterIdentity:
Expand Down
3 changes: 2 additions & 1 deletion docs/vsphere/hosted-control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ kind: ManagedCluster
metadata:
name: cluster-1
spec:
template: vsphere-hosted-cp
template: vsphere-hosted-cp-0-0-2
credential: vsphere-credential
config:
clusterIdentity:
name: vsphere-cluster-identity
Expand Down

0 comments on commit 4e8b23f

Please sign in to comment.