Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version contraint #13

Open
1 task done
LarsNieuwenhuizen opened this issue Oct 28, 2022 · 3 comments
Open
1 task done

Version contraint #13

LarsNieuwenhuizen opened this issue Oct 28, 2022 · 3 comments
Labels
feature-request New feature

Comments

@LarsNieuwenhuizen
Copy link

Contact Details (optional)

l.nieuwenhuizen@developers.nl

Summary

Not so much a big bug, but we get a version constraint issue on aws provider.

hashicorp/aws: locked provider registry.terraform.io/hashicorp/aws 4.30.0

And the version constraint here defined is
aws = ">= 3.13, < 4.0"

Is this there a specific reason to stay below 4?

If there is anything I can do to help let me know!

Motivation

We use aws provider 4.30. And we don't want to downgrade :)

Alternatives

No response

Additional Context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
witalisoft added a commit to witalisoft/terraform-aws-eks-efs-csi-driver that referenced this issue Nov 9, 2022
@amoljzs
Copy link

amoljzs commented Nov 11, 2022

can anyone please help with the error am getting
Kubernetes cluster unreachable: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable

│ with helm_release.kubernetes_efs_csi_driver[0],
│ on helm.tf line 13, in resource "helm_release" "kubernetes_efs_csi_driver":
│ 13: resource "helm_release" "kubernetes_efs_csi_driver" {

@cgtarmenta
Copy link

@LarsNieuwenhuizen there is a pr sit there since April, but you can change the constraint, I did it with no issues.

@cgtarmenta
Copy link

@amoljzs Hope you find the solution, if not, the issue is your kubeconfig cant be found.

you can fix it by exposing your path to kubeconfig file:

export KUBE_CONFIG_PATH=/home/dat30/.kube/config

cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature
Projects
None yet
Development

No branches or pull requests

3 participants