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
Use terraform cloud to execute "terraform apply". After the first deployment, I changed the configs to deploy again, and terraform cloud loses the file /home/terraform/.kube/config.
Steps to reproduce the behavior
Use terraform cloud to apply more than once
Expected behavior
Successfully applied.
Actual behavior
Error while refreshing state.
Terraform version
0.13.5
The output of terraform version is:
module.eks-jx.module.cluster.null_resource.kubeconfig: Refreshing state... [id=6000627443971900064]
module.eks-jx.module.cluster.kubernetes_config_map.jenkins_x_requirements[0]: Refreshing state... [id=default/terraform-jx-requirements]
module.eks-jx.module.cluster.helm_release.jx-git-operator[0]: Refreshing state... [id=jx-git-operator]
Warning: Interpolation-only expressions are deprecated
on .terraform/modules/eks-jx/modules/cluster/local.tf line 13, in locals:
13: cluster_trunc = substr("${var.cluster_name}", 0, 40)
Terraform 0.11 and earlier required all non-constant expressions to be
Error: Kubernetes cluster unreachable: stat /home/terraform/.kube/config: no such file or directory
Module version
Operating system
The text was updated successfully, but these errors were encountered:
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale
Summary
Use terraform cloud to execute "terraform apply". After the first deployment, I changed the configs to deploy again, and terraform cloud loses the file /home/terraform/.kube/config.
Steps to reproduce the behavior
Use terraform cloud to apply more than once
Expected behavior
Successfully applied.
Actual behavior
Error while refreshing state.
Terraform version
0.13.5
The output of
terraform version
is:Module version
Operating system
The text was updated successfully, but these errors were encountered: