Does this action support private clusters (AKS) on GitHub managed runners?
jmasengeshomsft opened this issue · 1 comments
jmasengeshomsft commented
I have this action working with a private cluster with my own self-hosted runner. If you use "ubuntu-latest" runner and a private cluster, it fails. Azure/k8s-deploy@v3.1 supports private clusters even on a managed runner through "invoke command". Does this action use "invoke command"?
OliverMKing commented
This action doesn't support private clusters at this time. That feature could be added with the invoke command
.
We may add this in the future ourselves or we'd welcome any community PRs.