Open bhandariakshay1601 opened 2 years ago
sorry, why is this put in backlog
route to CXP team
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm.
Author: | bhandariakshay1601 |
---|---|
Assignees: | - |
Labels: | `Service Attention`, `AKS`, `customer-reported`, `Installation`, `Auto-Assign` |
Milestone: | Backlog |
Hi @bhandariakshay1601, if the current directory is used as the environment where the configuration file is located, per my understanding, this command should be used like
az aks command invoke --resource-group <> --name <> --command "kubectl kustomize" --file "."
Related command
az aks command invoke --resource-group <> --name <> --command "kubectl kustomize ." --file
Describe the bug When trying to deploy aks periscope via aks command invoke, I am seeing the following error Error: rawResources failed to read Resources: Load from path https://github.com/azure/aks-periscope//deployment/base?ref=v0.9 failed: evalsymlink failure on '/command-files/https:/github.com/azure/aks-periscope/deployment/base?ref=v0.9' : lstat /command-files/https:: no such file or directory
To Reproduce
If we run this command on any aks cluster az aks command invoke --resource-group <> --name <> --command "kubectl kustomize ." --file
we will be able to reproduce kustomization.YAML
resources:
images:
secretGenerator:
Expected behavior
COmmand should have been successful
Environment summary
Additional context