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
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
Thank you @peterbom for updating and taking a look, and thank you so much @bhandariakshay1601 for opening this, please let us know if there is anything else you want to be covered? otherwise the update of kubectl should fix the issue, thanks again
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:
https://github.com/azure/aks-periscope//deployment/base?ref=v0.9
images:
name: periscope-linux
newName: mcr.microsoft.com/aks/periscope
newTag: 0.0.9
name: periscope-windows
newName: mcr.microsoft.com/aks/periscope-win
newTag: 0.0.9
secretGenerator:
name: azureblob-secret
behavior: replace
literals:
AZURE_BLOB_ACCOUNT_NAME=<>
AZURE_BLOB_CONTAINER_NAME=<>
AZURE_BLOB_SAS_KEY=?<>
Expected behavior
COmmand should have been successful
Environment summary
Additional context
The text was updated successfully, but these errors were encountered: