You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR makes the following changes:
- Updates cluster pack versions
- Adds support for Azure regions without AZs
- Create the cluster update tutorial
- Adds `podman` to the tutorial container
docs: change azure worker node azs
docs: add api uri to frontend
docs: update README and cluster profile
docs: update README
docs: add README todo
docs: update docker.md
docs: rollback podman
docs: update installation of terraform
docs: update terraform install
docs: add version arg to terraform install
Apply suggestions from code review
Co-authored-by: Karl Cardenas <[email protected]>
docs: updates to inputs
docs: update README for aws region
docs: update docker image tag
docs: provide version args
docs: update cluster update tutorial tags and versions DOC-920
docs: bump up hello-universe tag in manifests DOC-921
docs: link cluster update tutorial in the readme DOC-921
docs:update aws output and terraform vars DOC-920
docs:update provider version
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ The following tutorial code is available:
15
15
16
16
-[terraform-cluster-deployment-tf](./terraform/iaas-cluster-deployment-tf/README.md) - Learn how to deploy a cluster to a cloud provider with Palette. [Link](https://docs.spectrocloud.com/clusters/public-cloud/deploy-k8s-cluster)
17
17
18
+
-[terraform-cluster-update-tf](./terraform/iaas-cluster-update-tf/README.md) - Learn how to update a cluster deployed to a cloud provider with Palette. [Link](https://docs.spectrocloud.com/clusters/cluster-management/update-k8s-cluster)
19
+
18
20
-[Deploy an Edge cluster on VMware](./edge/vmware/README.md) - Learn how to deploy an Edge cluster on VMware. [Link](https://docs.spectrocloud.com/clusters/edge/site-deployment/deploy-cluster)
If you are wanting to build the docker image locally you must provide the the build arguments for `PALETTE_VERSION` and `PALETTE_CLI_VERSION`, `PALETTE_EDGE_VERSION`. Use the following command to build a local image. Replace the versions as needed.
65
+
If you are wanting to build the docker image locally you must provide the the build arguments for `PALETTE_VERSION`, `PALETTE_CLI_VERSION`, `PALETTE_EDGE_VERSION`, `PACKER_VERSION`, `ORAS_VERSION` and `TERRAFORM_VERSION`. Use the following command to build a local image. Replace the versions as needed.
| <aname="input_aws-cloud-account-name"></a> [aws-cloud-account-name](#input\_aws-cloud-account-name)| The name of your AWS account as assigned in Palette |`string`|`""`| no |
70
70
| <aname="input_aws-key-pair-name"></a> [aws-key-pair-name](#input\_aws-key-pair-name)| The name of the AWS key pair to use for SSH access to the cluster. Refer to [EC2 Key Pairs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) to learn more. |`string`|`""`| no |
71
-
| <aname="input_aws-region"></a> [aws-region](#input\_aws-region)| AWS region |`string`|n/a| yes |
71
+
| <aname="input_aws-region"></a> [aws-region](#input\_aws-region)| AWS region |`string`|`"us-east-1"`| yes |
| <aname="input_azure-cloud-account-name"></a> [azure-cloud-account-name](#input\_azure-cloud-account-name)| The name of your Azure account as assigned in Palette |`string`|`""`| no |
75
75
| <aname="input_azure-region"></a> [azure-region](#input\_azure-region)| Azure region |`string`|`"eastus"`| no |
76
+
| <aname="input_azure-use-azs"></a> [azure-use-azs](#input\_azure-use-azs)| A flag for configuring whether to use Azure Availability Zones. Check if your Azure region supports availability zones by reviewing the [Azure Regions and Availability Zones](https://learn.microsoft.com/en-us/azure/reliability/availability-zones-service-support#azure-regions-with-availability-zone-support) resource. |`bool`|`true`| no |
0 commit comments