derailed
67cf6f855e
update docs
2021-08-09 23:05:49 -06:00
derailed
1bd2959529
cleaning up
2021-08-07 07:37:19 -06:00
derailed
7e2dab2a66
cleaning up
2021-08-07 07:29:47 -06:00
derailed
13d52f120f
cleaning up
2021-08-07 07:24:34 -06:00
derailed
8e41b76edf
Merge branch 'master' of github.com-derailed:derailed/k9s
2021-08-06 15:45:41 -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
Fernand Galiana
495b078f19
Revert "Support bash's process substitution on kubeconfig flag ( #1211 )" ( #1217 )
...
This reverts commit 274d841380 .
2021-08-06 06:48:33 -06:00
Takumasa Sakao
b232dacf3c
Support GVR environment variables for plugin ( #1213 )
...
* Add resource name as plugin environment variable
* Add support of RESOURCE_GROUP & RESOURCE_VERSION too
2021-08-06 05:18:48 -06:00
Takumasa Sakao
274d841380
Support bash's process substitution on kubeconfig flag ( #1211 )
2021-08-05 17:31:20 -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
derailed
a0342516e9
Merge branch 'master' of github.com-derailed:derailed/k9s
2021-07-24 09:05:06 -06:00
fragolinux
66bce23f42
add support for flux reconcile/suspend/resume ( #1125 )
...
# Shift-T (with confirmation) to toggle helm releases or kustomizations suspend and resume
# Shift-R (no confirmation) to reconcile a git source or a helm release or a kustomization
2021-07-24 08:22:46 -06:00
Andrii Dembitskyi
4bd31fb8ee
Update copyright year in release note ( #1177 )
2021-07-24 08:19:18 -06:00
Takumasa Sakao
a2fa1ef1b8
Fix environement variable substitution bug at plugin argument ( #1198 )
2021-07-24 08:06:56 -06:00
David Alger
7bf85a6ba3
Fix info styles in stock them to match defaults in styles.go ( #1205 )
2021-07-24 07:58:37 -06:00
derailed
c30b79d194
Merge branch 'master' of github.com-derailed:derailed/k9s
2021-07-24 07:34:52 -06:00
Daniel Lee Harple
10a52d1241
Disable pod view for ExternalName services ( #1196 )
...
Previously all pods in the service's namespace were shown.
2021-07-24 07:33:29 -06:00
derailed
dbcf934068
Merge branch 'master' of github.com-derailed:derailed/k9s
2021-07-24 07:33:04 -06:00
Fernand Galiana
026adfbfbf
K9s 1186: prev logs ( #1190 )
...
* fix cron triggers
* fix cron triggers again...
* fix #1186
* update rel notes
2021-07-08 07:11:35 -06:00
James Li
97e6c4b75a
fix typo ( #1185 )
...
Co-authored-by: James3 Li(李麒傑) <james3_li@asus.com>
2021-07-08 06:45:09 -06:00
derailed
00fa874cd6
Merge branch 'k9s-1167/cronjob-trigger-with-feelings'
2021-07-01 13:51:14 -06:00
derailed
1f6327063e
Merge branch 'master' of github.com-derailed:derailed/k9s
2021-07-01 08:30:23 -06:00
derailed
a6100ba1f9
update rel notes
2021-07-01 08:30:12 -06:00
Fernand Galiana
003ae042fb
fix #1182 #1167 ( #1183 )
2021-07-01 08:12:09 -06:00
Fernand Galiana
0f95aecc3f
K9s 1167/cronjob trigger with feelings ( #1179 )
...
* fix cron triggers
* fix cron triggers again...
2021-06-30 06:52:57 -06:00
derailed
1f20af4da6
merge master
2021-06-29 23:33:05 -06:00
derailed
3ed97eb14c
fix cron triggers again...
2021-06-29 23:30:51 -06:00
derailed
a9ede22134
add rel notes
2021-06-29 08:30:52 -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
836feca892
Merge remote-tracking branch 'origin/master' into k9s-1167/cronjob-trigger
2021-06-29 08:10:06 -06:00
Fernand Galiana
107c0acd33
fix #1169 index out of range ( #1170 )
2021-06-29 08:06:31 -06:00
derailed
abb9cec3cf
fix cron triggers
2021-06-28 08:51:45 -06:00
derailed
9b498196f9
fix #1163 #1153 #1151 #1140 #1137 #1132 #1131
2021-06-27 23:22:13 -06:00
Alexandre Vicenzi
fe370747dd
build: add more variables ( #1136 )
...
Add more variables and make it overridable so project maintainers
can customize the build of k9s.
2021-06-04 08:26:29 -06:00
Raul Cabello Martin
a631712c05
feat(log): Add all containers toggle ( #1141 )
...
Closes #1138
2021-06-04 08:25:48 -06:00
Raul Cabello Martin
c9783fac61
feat(log): Support of kubectl.kubernetes.io/default-logs-container an… ( #1133 )
...
* feat(log): Support of kubectl.kubernetes.io/default-logs-container annotation
Closes #1057
* feat(log): Support of kubectl.kubernetes.io/default-logs-container annotation
refactored to return ok bool with the container
Closes #1057
* feat(log): Support of kubectl.kubernetes.io/default-logs-container annotation
refactored getDefaultLogContainer
log if container was not found
2021-05-26 15:33:03 -06:00
Gabor Maghera
16501be33a
Update color codes to match iTerm2's Solarized Dark theme, make highlighted text on cursor line legible. ( #1134 )
2021-05-24 22:16:15 -06:00
derailed
6426ea112f
windows shell fix
2021-05-19 23:54:08 -06:00
derailed
313e6c9749
rev up
2021-05-03 23:40:40 -06:00
derailed
739f495daa
fix shell issue + bugz
2021-05-03 23:39:54 -06:00
derailed
9f4ff32699
fix shell issue + bugz
2021-05-03 22:33:22 -06:00
Louis Garman
d49a06d851
Dynamically load style for help from skin ( #1113 )
2021-05-03 22:26:28 -06:00
Louis Garman
d5192a07a7
Solarized light skin ( #1114 )
...
@leg100 Thank you Louis for this new K9s skin!
2021-05-03 11:49:26 -06:00
derailed
a85a1eced1
checkpoint
2021-05-02 13:41:16 -06:00
derailed
a951b552fb
checkpoint
2021-05-02 12:46:15 -06:00
Fernand Galiana
8b19bfe537
Update docs
2021-04-30 05:46:47 -06:00
derailed
627c38cb36
bug fixes and enhancements
2021-04-29 11:21:43 -06:00
derailed
02feafcae3
add rel notes
2021-04-29 11:19:46 -06:00
Harry Han
67fc0e347d
when k9s --insecure-skip-tls-verify is set, kubectl would set the same ( #1101 )
...
* when k9s --insecure-skip-tls-verify is set, kubectl would set the same
* check insecure flag nil
2021-04-29 11:09:30 -06:00