Azure / k8s-create-secret

GitHub Action to create Kubernetes cluster secrets
MIT License
35 stars 31 forks source link

Does this action support private clusters (AKS) on GitHub managed runners? #82

Open jmasengeshomsft opened 1 year ago

jmasengeshomsft commented 1 year ago

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 1 year ago

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.