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

Issue with Vault Server Upgrade from Helm Chart Version 0.20.0 to 0.28.1 (Vault Version 1.17.2) - TLS Internal Errors Occurring After Upgrade #28427

Open
chaitanyakoodoo opened this issue Sep 18, 2024 · 0 comments
Labels
bug Used to indicate a potential bug ecosystem helmchart Helm chart for deploying Vault on Kubernetes. Also consider hashicorp/vault-helm

Comments

@chaitanyakoodoo
Copy link

Describe the bug

We encountered an issue when upgrading our Vault server using the Helm chart from version 0.20.0 to 0.28.1, which also upgraded Vault to version 1.17.2. After the upgrade, we started receiving the following errors in the Vault server pods:

2024-09-18T10:41:18.669Z [ERROR] core: error during forwarded RPC request: error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: remote error: tls: internal error\""
2024-09-18T10:41:19.244Z [ERROR] core: forward request error: error="error during forwarding RPC request"
2024-09-18T10:41:19.402Z [ERROR] core: error during forwarded RPC request: error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: remote error: tls: internal error\""
2024-09-18T10:41:19.671Z [WARN]  core.cluster-listener: no TLS config found for ALPN: ALPN=["req_fw_sb-act_v1"]
2024-09-18T10:41:20.547Z [ERROR] core: error during forwarded RPC request: error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: remote error: tls: internal error\""

Due to these errors, we had to revert the Helm chart to the older version to restore functionality. We need assistance in resolving this issue so we can proceed with the upgrade.

To Reproduce
Steps to reproduce the behavior:

  1. update Helm Chart Version 0.20.0 to 0.28.1
@heatherezell heatherezell added bug Used to indicate a potential bug helmchart Helm chart for deploying Vault on Kubernetes. Also consider hashicorp/vault-helm ecosystem labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug ecosystem helmchart Helm chart for deploying Vault on Kubernetes. Also consider hashicorp/vault-helm
Projects
None yet
Development

No branches or pull requests

2 participants