Output Kubernetes Cluster Network Profile#333
Conversation
|
Hi @joshua-giumelli-deltatre thanks for opening this pr! We have a CI pipeline for this repo, would you please run the following command on your side to update readme file? Thanks: docker run --rm -v $(pwd):/src -w /src mcr.microsoft.com/azterraform:latest make pre-commitFor Windows: docker run --rm -v ${pwd}:/src -w /src mcr.microsoft.com/azterraform:latest make pre-commit |
|
You have successfully added a new CodeQL configuration |
|
Potential Breaking Changes in ad80539: |
|
Hi @joshua-giumelli-deltatre thanks for the update, all have been settled down and we're good to go, the only thing I'd have to ask you to do us a favor is please read policy bot's comment and sign the agreement, thanks! |
|
@microsoft-github-policy-service agree company="Deltatre" |
|
Apologies for the hold up @lonegunmanb, is there anything more that needs to happen before this can be merged? |
No worries @joshua-giumelli-deltatre, we'll release this feature in our next release, but the next release would be 7.0.0 and it would be a major version with some breaking changes. If you're eager to use this feature ASAP and don't want to take any risk, I think I can release a patch version for this pr first. WDYT? |
Describe your changes
Small PR to output the
network_profileattribute of theazurerm_kubernetes_clusterresource.This is so that it is easier to discover the public IP address associated with the cluster's load balancer, e.g. to follow examples from the Azure Terraform provider like this.
Issue number
#000
Checklist before requesting a review
CHANGELOG.mdfileThanks for your cooperation!