-
Notifications
You must be signed in to change notification settings - Fork 327
update terraform script to fix cloud workflows #4885
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
Open
shani34
wants to merge
99
commits into
main
Choose a base branch
from
shani/update-terraform-files-for-clouds
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hani/update-terraform-files-for-clouds
…hani/update-terraform-files-for-clouds
…hani/update-terraform-files-for-clouds
…hub.com/hashicorp/consul-k8s into shani/update-terraform-files-for-clouds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am fixing the below issue that i am facing vault partition test case this is happening when helm is trying to update the server or client , i tried adding the job cleaning before running the create command in the code but still facing the same issue, figuring out other way to fix this
```
logger.go:42: 2025-12-09T10:46:43Z Error: UPGRADE FAILED: post-upgrade hooks failed: warning: Hook post-upgrade consul/templates/gateway-resources-job.yaml failed: jobs.batch "test-uuumrg-consul-gateway-resources" already exists
retry.go:39:
Error Trace: /home/runner/actions-runner/_work/consul-k8s-workflows/consul-k8s-workflows/acceptance/framework/consul/helm_cluster.go:162
/home/runner/go/pkg/mod/github.com/hashicorp/consul/[email protected]/testutil/retry/retry.go:183
/home/runner/go/pkg/mod/github.com/hashicorp/consul/[email protected]/testutil/retry/retry.go:190
/home/runner/go/pkg/mod/github.com/hashicorp/consul/[email protected]/testutil/retry/run.go:42
/home/runner/go/pkg/mod/github.com/hashicorp/consul/[email protected]/testutil/retry/run.go:47
/home/runner/actions-runner/_work/consul-k8s-workflows/consul-k8s-workflows/acceptance/framework/consul/helm_cluster.go:160
/home/runner/actions-runner/_work/consul-k8s-workflows/consul-k8s-workflows/acceptance/tests/vault/vault_partitions_test.go:444
Error: Received unexpected error:
error while running command: exit status 1; Error: UPGRADE FAILED: post-upgrade hooks failed: warning: Hook post-upgrade consul/templates/gateway-resources-job.yaml failed: jobs.batch "test-uuumrg-consul-gateway-resources" already exists
Test: TestVault_Partitions