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

Azure AKS with Container Registry and Keda example #1009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cassioeskelsen
Copy link

I created an example of an AKS stack with an associated Container Registry, which is important for deploying applications that can't push images to Docker Hub.

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-example-tests on the PR

@stack72 stack72 requested a review from mikhailshilkov July 20, 2021 10:45
Copy link
Member

@mikhailshilkov mikhailshilkov left a comment

Choose a reason for hiding this comment

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

This looks great, thank you! I left a few minor comments. Sorry it took us so long!

@@ -0,0 +1,21 @@
MIT License
Copy link
Member

Choose a reason for hiding this comment

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

I think we don't put license files in other examples

azure-py-aks-acr-keda/Pulumi.yaml Show resolved Hide resolved
@@ -0,0 +1,21 @@
import pulumi
Copy link
Member

Choose a reason for hiding this comment

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

Could you please add a copyright line to every file?

# Copyright 2016-2021, Pulumi Corporation.  All rights reserved.

addon_profiles={
},
agent_pool_profiles=[{
'count': config.node_count,
Copy link
Member

Choose a reason for hiding this comment

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

I'm curious if you'd be open to using the typed versions of arguments, similar to https://github.com/pulumi/examples/blob/master/azure-py-appservice-docker/__main__.py#L18

@@ -0,0 +1,7 @@
pulumi-azure-native>=1.0.0,<2.0.0
pulumi-azuread>=4.0.0,<5.0.0
pulumi-azure-native>=1.0.1, <2.0.0
Copy link
Member

Choose a reason for hiding this comment

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

Looks like a duplicate?

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.

2 participants