Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dependency deployment for AKS tutorial #88

Merged
merged 1 commit into from Mar 11, 2024

Conversation

ThorstenHans
Copy link
Contributor

With this commit, both dependencies (cert-manager and KWasm) will be installed before deploying the operator.

With this commit, both dependencies (cert-manager and KWasm) will be installed before deploying the operator.

Signed-off-by: Thorsten Hans <thorsten.hans@fermyon.com>
@@ -42,6 +42,7 @@ az group create --name rg-spin-operator \
# Create an AKS cluster
az aks create --name aks-spin-operator \
--resource-group rg-spin-operator \
--location germanywestcentral \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although resources deployed into a Azure Resource Group inherit the location of the group, I thought it is more self-explaining to explicitly specify the desired location.

Copy link
Contributor

@tpmccallum tpmccallum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ThorstenHans - LGTM

@tpmccallum tpmccallum merged commit 0cf50b9 into main Mar 11, 2024
@tpmccallum tpmccallum deleted the fix/dependency-deployment-aks branch March 11, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants