banzaicloud / terraform-provider-k8s

Kubernetes Terraform provider with support for raw manifests
https://registry.terraform.io/providers/banzaicloud/k8s
MIT License
135 stars 30 forks source link

don't fail if not in-cluster #64

Closed bonifaido closed 3 years ago

bonifaido commented 3 years ago

Signed-off-by: Nandor Kracser bonifaido@gmail.com

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets fixes #62
License Apache 2.0

What's in this PR?

Attempt to fix some non-in cluster scenarios, when the cluster config is not yet available.

Why?

Additional context

Checklist