Hello,
I have updated terraform from 0.13.2 to 0.14.11
Updated the lock file and checked in for all the os compatible .
After update I am able to run it locally on macos but it fails in bitbucket pipelines ( linux Os I believe)
`Error: Get "http://localhost/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/cluster-read-only": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/api/v1/namespaces/monitoring": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/api/v1/namespaces/kubed": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/apis/rbac.authorization.k8s.io/v1/clusterroles/cluster-readonly": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/apis/rbac.authorization.k8s.io/v1/clusterroles/read_delete_access": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/read_delete_access": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/api/v1/namespaces/kube-system/configmaps/aws-auth": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/api/v1/namespaces/ingress": dial tcp [::1]:80: connect: connection refused`
``
``
``
`Error: Get "http://localhost/api/v1/namespaces/aws": dial tcp [::1]:80: connect: connection refused`
``
``
`Releasing state lock. This may take a few moments...`
I did the same update on test and develop and there were no issue at all after update but on production it is not going through.
Additional info : terraform-aws-modules/eks/aws (14.0.0)
terraform version
Terraform v0.14.11
+ provider registry.terraform.io/hashicorp/aws v3.47.0
+ provider registry.terraform.io/hashicorp/external v2.1.0
+ provider registry.terraform.io/hashicorp/helm v1.3.0
+ provider registry.terraform.io/hashicorp/kubernetes v1.13.1
+ provider registry.terraform.io/hashicorp/local v2.1.0
+ provider registry.terraform.io/hashicorp/null v3.1.0
+ provider registry.terraform.io/hashicorp/random v3.1.0
+ provider registry.terraform.io/hashicorp/template v2.2.0
Any help would be really appreciated.
Thanks,
Snehil