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

TektonInstallerSet doesn't support Statefulset properly #2372

Open
khrm opened this issue Oct 3, 2024 · 2 comments
Open

TektonInstallerSet doesn't support Statefulset properly #2372

khrm opened this issue Oct 3, 2024 · 2 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@khrm
Copy link
Contributor

khrm commented Oct 3, 2024

Expected Behavior

When a statefulset in a TektonInstallerSet is removed, it should remove pod and statefulset that we configured in tektoninstallerset.

Actual Behavior

When a statefulset in a TektonInstallerSet is removed, it remains there.

Steps to Reproduce the Problem

  1. Use any feature that utilizes statefulset like Add support for pipelines controller statefulset ordinals #2361 or Results without external DB in OpenShift.
  2. Later on change from statefulset to deployment or internal to external DB, statefulset will remains.
@khrm khrm added the kind/bug Categorizes issue or PR as related to a bug. label Oct 3, 2024
@khrm
Copy link
Contributor Author

khrm commented Oct 3, 2024

/assign @khrm
According to discussion, we should delete installerset, it is expected behaviour.

@khrm
Copy link
Contributor Author

khrm commented Oct 3, 2024

I will raise a pr to fix this in Results.

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
None yet
Development

No branches or pull requests

1 participant