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

Add --force option to k9s flux helm release reconcile plugin #171

Open
gberche-orange opened this issue Dec 18, 2024 · 0 comments
Open

Add --force option to k9s flux helm release reconcile plugin #171

gberche-orange opened this issue Dec 18, 2024 · 0 comments

Comments

@gberche-orange
Copy link
Member

Expected behavior

As a bosh-cli-user
In order to handle the case where a flux helm release is stuck in a failed retry cycle
I need to use the new --force flag in flux reconcile helm release

Current behavior

Missing --force option

reconcile-helmrelease:
shortCut: Shift-Z
description: Flux reconcile
scopes:
- helmreleases
command: bash
args:
- -c
- flux reconcile helmrelease $NAME --context=$CONTEXT --namespace=$NAMESPACE |& less -KR
background: false
confirm: false
dangerous: true

Upstream contrib is'nt updated either
https://github.com/derailed/k9s/blob/420a53317e073e726d62c10c593e1b955ac43d47/plugins/flux.yaml#L58-L73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant