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

[BUG] storage version migration script runs infinitely #1680

Open
1 task done
ayushsatyam146 opened this issue Sep 15, 2024 · 0 comments · May be fixed by #1682
Open
1 task done

[BUG] storage version migration script runs infinitely #1680

ayushsatyam146 opened this issue Sep 15, 2024 · 0 comments · May be fixed by #1682
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@ayushsatyam146
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Kubernetes Version

v1.29.2

Shipwright Version

vo.13.0

Current Behavior

If anyone tries to follow the readme and install Shipwright, a storage-version-migration script is mentioned in the install steps.
If that script is executed it runs infinitely

Expected Behavior

storage-version-migration should take a finite amount of time to execute and result in error or success response getting logged.

Steps To Reproduce

  1. kind create cluster
  2. kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.50.5/release.yaml
  3. kubectl apply --filename https://github.com/shipwright-io/build/releases/download/v0.13.0/release.yaml --server-side
  4. curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/v0.13.0/hack/setup-webhook-cert.sh | bash
  5. curl --silent --location https://raw.githubusercontent.com/shipwright-io/build/main/hack/storage-version-migration.sh | bash

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Status: No status
1 participant