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
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Run terraform apply without a file named kubeconfig in the terraform directory.
It outputs this:
Invalid attribute in provider configuration with provider["registry.terraform.io/hashicorp/kubernetes"], on provider.tf line 42, in provider "kubernetes": 42: provider "kubernetes" { 'config_path' refers to an invalid path: "./kubeconfig": stat ./kubeconfig: no such file or directory
By design this file doesn't exist since the Terraform code downloads the kubeconfig to this directory for use in to install ArgoCD and apply configurations after the AKS cluster is created.
See if there is a way to eliminate this to avoid confusion. Related slack thread. Also related to #48
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
It outputs this:
By design this file doesn't exist since the Terraform code downloads the kubeconfig to this directory for use in to install ArgoCD and apply configurations after the AKS cluster is created.
See if there is a way to eliminate this to avoid confusion. Related slack thread. Also related to #48
The text was updated successfully, but these errors were encountered: