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

Option --write not functional #2540

Closed
tback opened this issue Feb 15, 2024 · 1 comment
Closed

Option --write not functional #2540

tback opened this issue Feb 15, 2024 · 1 comment
Labels
bug Something isn't working InProgress Marks an issue has being worked on

Comments

@tback
Copy link

tback commented Feb 15, 2024

Describe the bug
--write does not enable writing to the cluster anymore.

To Reproduce

  1. Configure k9s to start readOnly by default:
# ~/Library/Application Support/k9s/config.yaml
k9s:
#...
    readOnly: true
#...
  1. run k9s --write
  2. notice k9s shows the lock instead of the pencil and doesn't provide options like 'restart' for deployments.

Expected behavior:
It should be able to edit resources when k9s is started with --write

Versions (please complete the following information):

  • OS: 14.3
  • K9s: 0.31.8
  • K8s: 1.26.12, 1.27.8

First version showing this behavior is 0.31.0

@derailed derailed added bug Something isn't working InProgress Marks an issue has being worked on labels Feb 15, 2024
@derailed
Copy link
Owner

Fixed v0.31.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working InProgress Marks an issue has being worked on
Projects
None yet
Development

No branches or pull requests

2 participants