Chris Werner Rau
1bfd824ab4
feat: allow for multiple plugin files in $XDG_DATA_DIRS/k9s/plugins ( #2029 )
2023-11-12 11:35:46 -07:00
Fernand Galiana
32b9493a0d
Clean up issues introduced by #2125 ( #2289 )
2023-11-12 11:33:01 -07:00
Alexandru Placinta
344990e096
Pod view resembles more the output of kubectl get pods -o wide ( #2125 )
2023-11-12 11:08:16 -07:00
Jayson Wang
46a1ed0cf1
storageclasses view keeps the same output as kubectl get sc ( #2132 )
...
* storageclasses view keeps the same output as kubectl get sc
* fix sc test
* rollback labels and valid field and add test case
2023-11-12 11:00:35 -07:00
Fernand Galiana
7ece543681
Fix merge issues with PR #2168 ( #2288 )
2023-11-12 10:59:09 -07:00
Alexandru Placinta
5a8dc2d4b3
Add colour config for container picker ( #2140 )
2023-11-12 10:52:10 -07:00
Nick Mills-Barrett
9d804c6c17
Add env var to disable node pod counts ( #2168 )
...
* Add env var to disable node pod counts
* Move disabling pod counting to config
* Correct alias context function name
2023-11-12 10:32:02 -07:00
Takumi Sue
23e600bef5
Use current k9s NS if new context has no default NS ( #2197 )
...
* Fix resetting active namespace when switching ctx
* Respect existing behavior
and set k9s's active ns if no ns specified in the context
2023-11-12 10:23:46 -07:00
MrLuje
a2a7544a6f
fix: trigger a single log refresh after changing 'since' ( #2202 )
2023-11-12 10:07:46 -07:00
Clément Loiselet
24e244ca82
fix( #1359 ): add option to keep missing clusters in config ( #2213 )
...
Co-authored-by: Clément Loiselet <clement.loiselet@cbp-group.com>
2023-11-12 09:42:50 -07:00
derailed
eb7460e8d8
restore delete shortcut
2023-11-11 23:16:14 -07:00
Jayson Wang
7af4b2d890
try to get the os name form the pod assigned node ( #2282 )
...
* get the os name from the node when needed
* code quality
* remove err sentinel
---------
Co-authored-by: Fernand Galiana <fernand.galiana@gmail.com>
2023-11-11 18:51:46 -07:00
Fernand Galiana
5540b5a825
Add sanitize command ( #2286 )
...
- Sanitize provides for clearing out pods in either completed/failed
state #2277
2023-11-11 10:33:33 -07:00
Alexandru Placinta
19952cd282
Delete port forwards when pods get deleted or killed ( #2247 )
2023-11-10 17:51:26 -07:00
Alexandru Placinta
a3155d015d
Add prompt border color customization ( #2234 )
2023-11-10 08:54:40 -07:00
Jayson Wang
893f15f802
check if the Node already cordoned when executing Drain ( #2275 )
...
* check if the Node already cordoned when executing Drain
* ensure node cordoned
2023-11-09 17:15:20 -07:00
Eng Zer Jun
458517fc14
chore: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml` ( #2280 )
...
At the time of making this commit, the package `github.com/ghodss/yaml`
is no longer actively maintained.
`sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively
maintained by Kubernetes SIG.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-11-09 17:10:42 -07:00
Artem Gorbatiuk
a34d7ae6bf
feat: add autoRefresh config field ( #2256 ) ( #2257 )
...
* feat: add autoRefresh config field
Add autoRefresh: true to config test scenarios
Update all instances of NewLiveView() to pass autoRefresh config value to LiveView
* fix: rename generic autoRefresh config field to liveViewAutoRefresh
* docs: document liveViewAutoRefresh config field
* fix: use app config for NewLiveView creation
---------
Co-authored-by: Artem Gorbatiuk <wfrced@gmail.com>
2023-11-08 12:45:22 -07:00
Jayson Wang
68afb3d9ef
return the correct benchamrk path ( #2272 )
2023-11-08 08:37:16 -07:00
Fernand Galiana
d19c792feb
K9s/rel v0.28.0 ( #2274 )
...
* check for plausible overflow when seting up env
* Various fixes and clean up
* Introduce File transfer command
- Add ability to upload/download files from/to pods
* release v0.28.0
2023-11-07 17:22:41 -07:00
Jayson Wang
a8615d9f19
fix manual sorting not working when sortColumn is configured ( #2253 )
...
* fix manual sorting not working when sortColumn is configured
* using manualSort to indicate has modified the sort col
* make user changes to the sortColumn take effect
2023-11-05 07:50:45 -07:00
Jayson Wang
09719eb16b
fix fsnotify not fully working ( #2258 )
2023-10-29 13:32:41 -06:00
Jayson Wang
b2be433637
consider units when sorting capacity ( #2252 )
2023-10-18 10:19:05 -06:00
Felipe Galindo Sanchez
e906fa606f
fix: honor defaults from drain dialog in request ( #2239 )
...
* fix: honor defaults from dialog into request
* reuse options/defaults from arg
* fix additional references for defaults
2023-10-12 11:27:56 -06:00
yinheli
67b5da1732
fix(typo): pdb header typo ( #2243 )
2023-10-12 08:22:57 -06:00
Mike
13c25dd000
fix(log): clear bold log format after timestamp ( #2229 )
2023-10-04 08:28:16 -06:00
Kyle Huggins
12b1d28c9d
feat(alias): add `qa` for quit ( #2188 )
...
This adds an additional alias for "quit". `qa` is muscle memory for
vimmers, and fits in well alongside `q` and `q!`.
Resolves #856
2023-08-05 08:44:37 -06:00
Yarek T
c67093807b
Focus command bar if active on startup ( #2179 )
...
If the command bar was activated with `:` before or during the splash
delay, the main page would steal focus from it, breaking the UI.
This patch re-focuses the command bar if its active after switching
focus to the main page.
Fixes issue #2178
2023-08-05 08:43:27 -06:00
Felix Geyer
062e7ef439
Show the default container as the first entry ( #2158 )
...
* Switch to new default-container pod annotation
kubectl.kubernetes.io/default-logs-container has been deprecated and
removed in kubectl, see
3a9c6f2a2f
* Show the default container as the first entry
In container selections show the default container as the first entry of
the list.
2023-07-26 12:46:35 -06:00
Thomas Dy
55c1905eb1
Only apply keyConv to mnemonic in menus ( #2161 )
...
This fixes an issue where namespaces with "alt" in the name get replaced
by "opt" when running on macOS.
2023-07-26 12:40:03 -06:00
Vlad Fratila
f42f19bbce
Add namespace for rolebinding on a clusterrole ( #2170 )
...
* add namespace for rolebinding on a clusterrole
Signed-off-by: Vlad Fratila <vlad.fratila@gmail.com>
* remove unused function
Signed-off-by: Vlad Fratila <vlad.fratila@gmail.com>
---------
Signed-off-by: Vlad Fratila <vlad.fratila@gmail.com>
2023-07-26 12:39:37 -06:00
guangwu
2d2746af3c
chore: pkg imported more than once ( #2151 )
2023-07-12 08:04:12 -06:00
Jayson Wang
dc06addd27
Remove unsupported key binding on users view ( #2134 )
2023-06-18 08:02:52 -06:00
Jayson Wang
957f70f775
Correctly display the numbers in the Ready column of the pods view ( #2137 )
2023-06-18 07:48:33 -06:00
Станислав
5a0a8f12e4
Fix for styles ( #2112 )
...
* Show correct error when loading skins.
* Fix wrong color reference for dracula theme
2023-06-14 08:02:27 -06:00
Daniel Vedsmand
25a99d3f3a
fix: add correct flags when deleting resources from Dir ( #2124 )
2023-06-14 07:59:20 -06:00
Jayson Wang
d383788859
Fix the wrong/redundant icon in the prompt bar ( #2105 )
2023-05-28 07:02:17 -06:00
tyzbit
91cac5e979
fix: (config) only respect the --command flag once ( #2096 )
...
We want to switch to the command specified by the flag, but only at startup.
Afterwards, we should be interactive and favor the user's command choices over the startup commandline switch.
2023-05-21 09:06:37 -06:00
Fernand Galiana
f4543e9bd2
Rel v0.27.4 ( #2075 )
...
* Update dependencies
* Update k9s skins
* Update release docs
2023-05-07 10:54:29 -06:00
Mike
465c947517
feat: allow customization of log indicator toggles closes #2024 ( #2041 )
2023-05-07 08:18:10 -06:00
tyzbit
5657b3cd72
fix: (views) use saved context view when switching ( #2045 )
...
* fix: (views) use saved context view when switching
* fix: (app) remove unnecessary variable
2023-05-07 08:15:11 -06:00
SammyA
6db13eaa99
Fix for missing Job annotations created from CronJob ( #2073 )
2023-05-07 08:00:29 -06:00
Alexandru Placinta
8b51950c25
Roles are rendered using same colorer function from skin ( #2027 )
2023-04-13 08:03:35 -06:00
R0CKSTAR
a516775a81
Convert command to lowercase in the command palette ( #1432 )
2023-03-17 09:37:26 -06:00
Cason Adams
f41c22bce2
Allowing a few hard coded colors to be configurable ( #1405 )
...
* making some hard coded colors configurable via skins
* more flexible colors for logo messages
* correct color formatting per MR comments
* no need to convert to String
---------
Co-authored-by: Cason Adams <cadams@roku.com>
2023-03-17 09:30:32 -06:00
Mohamed Messaad
a5be038c99
fix: multiple matches in a single line. ( #1876 )
2023-03-17 09:26:10 -06:00
Jacob Lorenzen
c851277e33
feat: add support for renaming contexts. ( #2006 )
...
* feat: add support for renaming contexts.
* chore: try to reduce ABC
* test: account for the `rename` hint
2023-03-17 09:11:09 -06:00
croustiPoulet
2955e2251f
Fix accessing nil map ( #1996 )
...
Co-authored-by: julien.demais.e <julien.demais.e@thalesdigital.io>
2023-03-16 23:02:47 -06:00
Niko Janceski
ab9f960788
Sort by view default only if sort not currently set ( #1962 )
2023-03-16 14:27:44 -06:00
Aleksei Romanenko
4d42a900cc
Fix #2007 : Remove debug command ( #2011 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2023-03-16 13:37:09 -06:00