-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure AKS actions display 'No AKS Cluster found' or 'No virtual machines' #117
Comments
I have checked |
Finally, these are the versions that I am using (latest releases, if I am not mistaken):
|
@nikola1011 @HemantAHK @buderre @xpdable is there any update on this ? I am also facing similar issue. thanks! |
@PranayWankhede unfortunately no. I haven't been able to solve it, thus moved my development to a local cluster only. |
Hello,
I am trying to perform a chaostoolkit experiment on a Azure Kubernetes Service, but it seems that my chaostoolkit-azure extension does not see my running cluster. Credentials used to connect to Azure are generated with
az ad sp create-for-rbac --sdk-auth > credentials.json
command (as specified in documentation).Cluster is running and available (obvious from Azure portal).
Attached are two experiment files, one using credentials file specified by AZURE_AUTH_LOCATION env, and the other one with credentials (secrets and configuration) placed directly inside the experiment file (real values replaced with 'xxx').
env-experiment.txt
secrets-experiment.txt
Experiment files both generate the same output (therefore I don't think it's the credentials problem):
Even if I add the 'filter' parameter
"filter": "where resourceGroup=='myResourceGroup' and name=='myFlaskCluster'"
to the 'restart_node' function the output simply changes the error message (fromNo virtual machines found
toNo AKS clusters found
):Would please be kind to check if I am missing something obvious or if this is an issue ?
The text was updated successfully, but these errors were encountered: