TektonInstallerSet doesn't support Statefulset properly
Open
@khrm is already working on this.
Since Oct 3, 2024.
kind/bug
- Dominant language
- Go
- Stars
- 608
- Forks
- 263
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 125
Description
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
- Use any feature that utilizes statefulset like https://github.com/tektoncd/operator/pull/2361 or Results without external DB in OpenShift.
- Later on change from statefulset to deployment or internal to external DB, statefulset will remains.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.