You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a new requirement to manage the existing deployed AKS clusters that stores the kubeconfig individual files in Azure artifacts and should retrieve them to another pipeline to run post AKS deployment activities such as namespace creation, etc through Ansible playbooks.
Is there a way this can be achieved. Thank you.
The content you are editing has changed. Please copy your edits and refresh the page.
@weinong Thank you for your response.
Yes I have to pass the kubeconfig from Artifacts. Below is my scenario.
I have an AKS cluster created through ADO using Terraform which stores the kubeconfig file in Artifacts, now the cluster has to be managed/upgraded through Ansible playbooks where the code should call the kubeconfig file from Azure artifacts. I need a sample code where this will work.
I have a new requirement to manage the existing deployed AKS clusters that stores the kubeconfig individual files in Azure artifacts and should retrieve them to another pipeline to run post AKS deployment activities such as namespace creation, etc through Ansible playbooks.
Is there a way this can be achieved. Thank you.
Tasks
The text was updated successfully, but these errors were encountered: