0

I tried to create a service connection to azure kubernetes cluster, but it is asking to provide namespace mandatory.

So I provided one namespace and set the cluster admin option selected.

cluseteradmin enabled

And in the release pipeline, using this connection, I tried to create a secret but in a different namespace.

But I got error as forbidden during release deployment.

error

How to create a service connection with access to all namesapces in azure kubernetes pipeline

Sara June
  • 389
  • 4
  • 15

1 Answers1

0

Trying picking default as the namespace and ensure cluster admin is checked like you said and it should work. I just set this up for mine like this and was able to deploy to the cluster, and as the namespace names are in my manifest files, they are creating OK.

AndyR
  • 1