-
Notifications
You must be signed in to change notification settings - Fork 43
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
Vault instance failing to create #342
Comments
I downgraded to using v1.18.11 with a lower version of Terraform and I am getting the same result:
Here is my main.tf
My vars file
|
I wonder if it's because you are using 1.19 version of kubernetes, is it possible to use 1.21 and see if it works? |
Yes I can do that |
Yep, it works with 1.21. Do you have a support matrix listed? |
Atm we dont have one (we support 1.20+ afaict), but we dont support 1.22 yet (but very close to supporting it - a few helm charts need an upgrade) We will be adding a few e2e tests to help us create a matrix soon. |
I can close this, but should we have a support matrix first. I think there was a change to the crd api between 1.19 and 1.21 … if I recall |
Agreed, I am fixing our internal infrastructure this week, and then we plan to add support for 1.22. Once that work is done, I am going to focus on adding kind tests to run tests on different cluster versions on every PR to jx3-version repo. |
Summary
I am having an issue where the vault instance will not create. The operator is up and running, but when the helm provider tries to create the vault instance it fails
Steps to reproduce the behavior
Expected behavior
The vault instance is created
Actual behavior
Terraform version
The output of
terraform version
is:Module version
master
Operating system
Linux inside of the container
The text was updated successfully, but these errors were encountered: