From f26f41802ae572a29b3d6a471394f90e4df16ace Mon Sep 17 00:00:00 2001 From: Aleksei Sizov Date: Sun, 20 Oct 2024 16:03:42 -0500 Subject: [PATCH] Minor fixes related to 0.0.3 release --- docs/aws/cluster-parameters.md | 2 +- docs/azure/hosted-control-plane.md | 17 +++++++---------- docs/install/quick-start.md | 4 ++-- docs/vsphere/cluster-parameters.md | 2 +- docs/vsphere/hosted-control-plane.md | 3 ++- 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/docs/aws/cluster-parameters.md b/docs/aws/cluster-parameters.md index edd5104..f3eff02 100644 --- a/docs/aws/cluster-parameters.md +++ b/docs/aws/cluster-parameters.md @@ -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 diff --git a/docs/azure/hosted-control-plane.md b/docs/azure/hosted-control-plane.md index 8400452..0062647 100644 --- a/docs/azure/hosted-control-plane.md +++ b/docs/azure/hosted-control-plane.md @@ -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 @@ -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}}" @@ -127,8 +123,9 @@ kubectl get azurecluster -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: diff --git a/docs/install/quick-start.md b/docs/install/quick-start.md index 6e38e63..bec144c 100644 --- a/docs/install/quick-start.md +++ b/docs/install/quick-start.md @@ -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: diff --git a/docs/vsphere/cluster-parameters.md b/docs/vsphere/cluster-parameters.md index 1d95c1f..27334fe 100644 --- a/docs/vsphere/cluster-parameters.md +++ b/docs/vsphere/cluster-parameters.md @@ -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: diff --git a/docs/vsphere/hosted-control-plane.md b/docs/vsphere/hosted-control-plane.md index 15ab4fe..b7c825d 100644 --- a/docs/vsphere/hosted-control-plane.md +++ b/docs/vsphere/hosted-control-plane.md @@ -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