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
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
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
Andrew Spiers
0d7678babc
set default sinceSeconds to 300 ( #1965 )
2023-02-11 11:50:46 -07:00
Fernand Galiana
d5c9cf5ed5
release v0.27.1 ( #1945 )
2023-01-31 08:09:53 -07:00
Fernand Galiana
b5a7cfb3af
K9s/rel v0.27.0 ( #1932 )
...
* fix #1661 #1680
* rev k8s + cleanup
* release v0.27.0
2023-01-26 11:07:43 -07:00
Ruben Rodriguez
ff4bfe1162
Add labels configuration to Shell node pod ( #1847 )
...
* Add labels config to shell node pod spec
* Add labels to config tests
2022-12-03 12:42:56 -07:00
Mohamed Messaad
530d067110
feat: add noLatestRevCheck config option ( #1874 )
...
* feat: add noLatestRevCheck flag to configure whether k9s should fetch the latest rev from the Github repo.
* refactor: rename "noLatestRevCheck" to more appropriate "skipLatestRevCheck"
2022-11-29 08:52:33 -07:00
Audun V. Nes
c353534855
Add VIM-like quit force option. ( #1859 )
...
Signed-off-by: Audun Nes <audun.nes@gmail.com>
Signed-off-by: Audun Nes <audun.nes@gmail.com>
2022-11-15 23:06:55 -07:00
derailed
39a55231fa
fix #1773
2022-09-26 19:27:43 -06:00
Fernand Galiana
c35949189f
release v0.26.5 ( #1771 )
2022-09-22 09:19:09 -06:00
Fernand Galiana
412b064439
K9s/rel v0.26.4 ( #1767 )
...
* release v0.26.4
* update deps
* update docs
* fix merge
* update gha
2022-09-21 14:28:21 -06:00
Fernand Galiana
e309c28d26
K9s/rel v0.26.1 ( #1685 )
...
* fix #1661 #1680
* cleaning up
* add rel notes
2022-08-02 13:22:16 -06:00
Ben Blackmore
6e398ed6fb
feat: allow disable CTRL-C behavior ( #1672 )
...
Fixes #1599
2022-07-26 07:54:46 -06:00
Aleksei Romanenko
d9629dd537
Fix PF and RS colors ( #1656 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-16 08:35:50 -06:00
Fernand Galiana
bb5ba1306d
K9s release v0.25.19 ( #1610 )
...
* release v0.25.19
* update deps revs
2022-06-27 19:20:22 -06:00
tyzbit
25e02db101
Add locking favorite namespaces ( #1449 ) ( #1519 )
...
* add locking favorite namespaces (#1449 )
* let favorites be set via type default
2022-05-19 09:15:40 -06:00
Fernand Galiana
fc8ffe5d37
release v0.25.16 ( #1400 )
2021-12-24 17:41:35 -07:00
Fernand Galiana
fdc638c5d4
release v0.25.13 ( #1383 )
2021-12-16 09:30:10 -07:00
Fernand Galiana
01bdc85020
K9s: release v0.25.12 ( #1379 )
...
* release v0.25.12
* update rel notes
2021-12-14 23:46:32 -07:00
Fernand Galiana
11c2ae2622
release v0.25.11 ( #1377 )
2021-12-14 10:44:24 -07:00
Fernand Galiana
34eab38afb
k9s: release v0.25.9 ( #1364 )
...
* release v0.25.9
* update docs
2021-12-13 13:02:44 -07:00
Vlasov Artem
0249f7cf2c
Add customizable dump directory property ( #1321 )
...
* Add customizable dump directory property
Add property for configuration file and arguments
* Resolve Comments
Co-authored-by: Artem Vlasov <artemv@tradeix.com>
2021-12-13 12:42:44 -07:00
Fernand Galiana
f97bceaf64
release v0.25.8 ( #1354 )
2021-12-03 15:18:12 -07:00
Wendell Sun
265e0561aa
add logFile flag to change the default log file path ( #1336 )
2021-11-26 15:41:44 -07:00
Fernand Galiana
165ffeab93
K9s: rel v0.25.4 ( #1322 )
...
* release v0.25.4
* update docs
* update docs
2021-11-20 13:23:26 -07:00
Fernand Galiana
4e20e5f110
K9s: Release v0.25.0 ( #1304 )
...
* update rel notes
* release 0.25 checkpoint
* cleaning up
2021-11-15 23:24:51 -07:00
Eng Zer Jun
5166adb7c1
refactor: move from io/ioutil to io and os packages ( #1300 )
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-08 08:47:18 -07:00
derailed
13d52f120f
cleaning up
2021-08-07 07:24:34 -06:00
Fernand Galiana
0bc6179471
K9s: rev 0.24.15 ( #1218 )
...
* fix cron triggers
* fix cron triggers again...
* fix #1203 #1206
* cleaning up
* revert persistent flag
* fix #1181 + update docs
2021-08-06 15:43:36 -06:00
Arthur
0bc2e1764b
Make k9s configuration compatible with XDG Base Directory Specification to not pollute user home directories. ( #1025 )
...
* Make k9s configuration compatible with XDG Base Directory Specification to not pollute user home directories.
* Update readme to include new configuration directory.
* Replace spaces with tabs.. :)
* Remove extra backslash in Windows configuration directory path.
Co-authored-by: Fernand Galiana <fernand.galiana@gmail.com>
2021-08-05 17:04:39 -06:00
Fernand Galiana
a35155415e
fix cron triggers ( #1171 )
2021-06-29 08:25:04 -06:00
Fernand Galiana
164b8658dd
Fix #1163 add prompt styles ( #1172 )
2021-06-29 08:23:17 -06:00
derailed
9b498196f9
fix #1163 #1153 #1151 #1140 #1137 #1132 #1131
2021-06-27 23:22:13 -06:00
derailed
9f4ff32699
fix shell issue + bugz
2021-05-03 22:33:22 -06:00
derailed
a85a1eced1
checkpoint
2021-05-02 13:41:16 -06:00
derailed
a951b552fb
checkpoint
2021-05-02 12:46:15 -06:00
derailed
d38efba564
fix bugz
2021-04-29 10:51:56 -06:00
derailed
679243d829
wins palette
2021-04-28 22:56:15 -06:00
derailed
f4cd022a9c
merge prs + dep updates
2021-03-27 15:03:46 -06:00
Fernand Galiana
561a0c1f41
K8s update ( #1041 )
...
* rev k8s
* add rel notes
* checkpoint
* add helm
* cleaning up
* cleaning up
* rel notes
* check deps
* rev apis + bugs
* cleanup cronjob view
* update rel notes
* clean up + docs
2021-03-19 09:20:05 -06:00
Jeroen Op 't Eynde
e2866adcb5
Option to hide logo ( #1026 )
2021-03-19 08:15:04 -06:00
derailed
512c40fae0
rel v.24.0 - maintenance drop
2020-11-21 10:20:32 -07:00
derailed
a952806eba
fix #933 #932 #931
2020-11-10 08:17:50 -07:00
derailed
2d2c6b06b6
maintenance release. Fix #920 and perhaps improved #663
2020-11-02 23:35:08 -07:00
derailed
0fc7ea3183
Arg... must get more sleep!
2020-10-30 13:17:57 -06:00
derailed
5c1ff0ed7b
Fix #906 #889 #564
2020-10-30 12:52:15 -06:00
derailed
da8a65e59a
cleaning up
2020-10-29 17:18:46 -06:00
derailed
372b4d8e09
cleanup and bug fixes
2020-10-29 09:32:59 -06:00
derailed
d5bea6395c
add config for max conn retries
2020-10-27 20:15:50 -06:00
derailed
087e6643f9
add liveviews for describe/yaml
2020-10-27 19:38:54 -06:00
derailed
dbfa66c9de
merging master
2020-10-27 09:01:43 -06:00
derailed
ffc31f856a
checkpoint
2020-10-26 16:49:28 -06:00
Emeric MARTINEAU
0b675861f7
Add missing tests update
2020-10-01 14:58:40 +02:00
Emeric MARTINEAU
6b27c91168
Fix #374 allow remove crumbs
2020-10-01 14:17:03 +02:00
derailed
99e2a988e6
fix broken tests
2020-09-15 09:16:39 -06:00
derailed
9c84e651ec
fix #874
2020-09-15 09:10:29 -06:00
derailed
da95841f81
configure mouse support
2020-09-15 08:49:10 -06:00
darklore
e93209a548
Fix default value of k9s.logger.sinceSeconds same as readme
2020-09-11 16:39:51 +09:00
derailed
b8f5cf2087
the aftermath... with feeling on #871 , #849
2020-09-10 18:29:31 -06:00
derailed
3d4726d726
maintenance drop for v0.21.8
2020-09-10 14:36:00 -06:00
derailed
7bfcbc092b
add dialog skins
2020-08-02 09:13:58 -06:00
derailed
b1189acd14
fix #826 #823 #822 #821
2020-08-01 10:14:22 -06:00
derailed
5893cffb0d
add dir view
2020-07-02 17:58:25 -06:00
derailed
f1111174aa
add pf indicator
2020-06-29 18:47:02 -06:00
derailed
e2f1626764
add pvc usage check + bugz #642 #754 #753 #743 #728 #718
2020-06-04 18:20:41 -06:00
derailed
3cfc4e860c
cleaning up
2020-05-28 14:02:43 -06:00
derailed
fea09e1a52
Merge branch 'master' of github.com-derailed:derailed/k9s
2020-05-28 13:43:41 -06:00
derailed
80176609db
switch to context view if cluster is unreachable
2020-05-28 13:42:02 -06:00
derailed
678143e2a3
add resource ref support for sec, sa and cm
2020-05-27 21:23:02 -06:00
Richard Whitehead
237d97e6cb
Set default Pending color to calming darkorange
2020-05-26 20:24:02 -07:00
Richard Whitehead
9f9812b897
Add pendColor option for Pending pods
2020-05-26 20:24:02 -07:00
derailed
4bd37a492f
update shell pod config
2020-05-14 18:39:34 -06:00
derailed
037d6d3f54
update deps - fix ns issues
2020-05-14 18:27:02 -06:00
derailed
6bd186c377
fix issues #692 #699
2020-05-05 18:28:54 -06:00
derailed
6b65938dbc
fix #687
2020-05-01 16:24:14 -06:00
derailed
d4f6700ce1
Merge branch 'master' of github.com-derailed:derailed/k9s
2020-05-01 14:35:36 -06:00
David Němec
2c79dcfda8
Update readme and examples
2020-05-01 22:26:08 +02:00
David Němec
2777a7d510
Optionally allow plugin commands to have confirm dialog
2020-05-01 22:13:38 +02:00
derailed
56a520c2d1
fix issues #692 #689 #685 #684
2020-05-01 12:01:21 -06:00
derailed
7d8277dfe9
fix config reloads, added filter history + bug fixes
2020-04-24 15:44:18 -06:00
David Němec
57d6906ef6
Log view: Allow persisting text wrap and timestamp
2020-04-04 19:00:09 +02:00
derailed
e211611d4e
checkpoint
2020-04-02 13:08:41 -06:00
derailed
bf2847bea7
checkpoint
2020-03-28 18:27:17 -06:00
derailed
733d8482de
fix logger for issue #631
2020-03-24 10:57:15 -06:00
derailed
713ba3ca6a
cleaning up
2020-03-23 18:41:59 -06:00
derailed
772e0aa3f9
cleaning up
2020-03-23 18:41:03 -06:00
derailed
94d26a6b3a
cleaning up
2020-03-23 18:09:44 -06:00
derailed
5bdac583ba
add rel notes
2020-03-23 11:51:51 -06:00
derailed
dbbf68fab9
checkpoint
2020-03-23 08:01:19 -06:00
derailed
3efb3f2596
provides logger config options. Fix #623
2020-03-14 10:30:21 -06:00
derailed
2e05367256
changed plugin col references. Bugz #616 #615 #614
2020-03-13 00:24:04 -06:00
derailed
bdd4ecff20
node view tlc. add cordon/uncordon/drain options
2020-03-10 20:59:38 -06:00
derailed
478fb581c4
fix #606
2020-03-06 12:49:11 -07:00
derailed
5d00b9bc6f
cleaning up
2020-03-06 10:17:03 -07:00
derailed
391eed9ea4
rework thresholds. Fix #604 #601 #598 #593
2020-03-06 10:03:47 -07:00
derailed
9427f2a3db
cleaning up
2020-03-04 17:46:14 -07:00
derailed
ecce7a140f
cleaning up
2020-03-04 17:44:57 -07:00