We have an on prem Octopus deploy server and wish to deploy to an RBAC-enabled Kuberenetes cluster running on AKS. I’ve configured a Kuberenetes deploymemt target, but the health check hangs. I first specified a namespace, which gave no clue as to why. But when I removed the namespace, I saw that the Azure cli device login prompt is issued, which of course causes the health check to hang. Is there a way to provide the --admin flag when Octopus is retrieving the credentials? We are using a service principal by the way.
Ideally we would like to avoid the --admin flag, but that problem is on Microsoft’s end for not supporting connections using service principals without it.