Commit Graph

675 Commits (fbc30b4acbace8bcf2b0b619e4cc19a2800c45ba)

Author SHA1 Message Date
derailed 7a920a4ed6 checkpoint 2020-10-26 21:28:36 -06:00
derailed 81820b6459 checkpoint 2020-10-26 21:05:25 -06:00
Fernand Galiana 705174cc6f
Merge pull request #909 from michaeljohnalbers/inverse-filter
Fix #848 Add inverse filtering
2020-10-26 21:04:32 -06:00
Fernand Galiana 98c30d38da
Merge pull request #908 from wi1dcard/bugfix/trim-delta-sign-of-scale-replicas
[BUGFIX] Remove the trailing delta sign from the default replicas of scale form.
2020-10-26 21:02:40 -06:00
Fernand Galiana 8b9b9083b3
Merge pull request #904 from openkitchen/statefulset_fix
FIX: PVC's "Usedby" list irrelavant statefulsets if they are using the same volumeclaimtemplates name
2020-10-26 20:49:25 -06:00
Fernand Galiana 6f1b18fba6
Merge pull request #898 from parente/config-timeout-check-connectivity
Use config.CallTimeout() in APIClient
2020-10-26 20:38:18 -06:00
Fernand Galiana e752cc1433
Merge pull request #897 from tlipinski/aliases-colorer
Use DefaultColorer for aliases rendering
2020-10-26 20:33:51 -06:00
Fernand Galiana e78ad92f0f
Merge pull request #896 from emeric-martineau/master
Fix #374 allow remove crumbs
2020-10-26 20:31:37 -06:00
derailed ffc31f856a checkpoint 2020-10-26 16:49:28 -06:00
Fernand Galiana 19383a273f
Merge pull request #894 from blaggacao/patch-1
Execute plugins and pass context
2020-10-23 06:50:26 -06:00
Fernand Galiana ca51ce547b
Merge pull request #847 from Ameausoone/feat/setImageFeature
Feat/set image feature
2020-10-23 06:02:52 -06:00
Antoine Meausoone 27b1bba671 fix: replace unordered map by ImageSpec array
fix comments issues

Co-authored-by: Sylvain Dumas <sylvain.dumas@ext.leroymerlin.fr>
2020-10-18 22:09:16 +02:00
Michael Albers a5aebb746d Fix #848 Add inverse filtering 2020-10-17 09:51:01 -06:00
wi1dcard b92820a631 Remove the trailing delta sign from the default replicas of scale form. 2020-10-17 14:20:30 +08:00
Xiao Wei 1d5dea6df5 FIX: Statefulset's PVC's name is <pvctemplate name>-<pod name> 2020-10-14 00:02:44 +08:00
Peter Parente ce0afa539e Use config.CallTimeout() in APIClient
- CheckConnectivity()
- HasMetrics()
2020-10-05 15:36:30 -04:00
tlipinski ce92b8bf60 Fixed invalid expected colors 2020-10-03 14:42:49 +02:00
tlipinski e0921d8348 Use DefaultColorer for aliases rendering 2020-10-03 14:03:04 +02: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
David Arnold 7000568dc9
Execute plugins and pass context
https://golang.org/pkg/os/exec/#CommandContext
2020-09-29 16:15:20 -05:00
Antoine Meausoone 6f9f9ccea5 feat: add error if try to set image on managed pod
remove usage of v1.PodSpec for patch resources
2020-09-28 14:14:55 +02:00
derailed d7b933553c cleaning up 2020-09-19 11:24:12 -06:00
derailed 2e04a846e6 fix issues #882,881,880 2020-09-18 13:51:37 -06: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
Fernand Galiana 8f7640a759
Merge pull request #877 from torjue/patch-1
Change character used for X in RBAC view
2020-09-14 18:31:28 -06:00
Torjus Eidet 6f0f69302f
Update policy_test.go
Updated test too
2020-09-14 20:53:16 +02:00
Torjus Eidet 7c1fc76878
Changed character used for X
The character used as an X in the RBAC overview does not work on Windows, even with patched powerline/nerd fonts.
2020-09-14 20:48:06 +02:00
Frits van Bommel 59f9fd435e Migrate to new sortorder import path
See fvbommel/util#7
2020-09-13 15:49:32 +02: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
Antoine Meausoone 7665af1c6f chore: tiny changes 2020-08-20 22:07:37 +02:00
Antoine Meausoone 3905ef7d02 feat(set_image): add set image feature for statefulset 2020-08-20 21:57:41 +02:00
Antoine Meausoone b00c77f477 feat(set_image): add set image feature for pod 2020-08-20 13:58:06 +02:00
Antoine Meausoone a892c0a0aa chore(set_image): fix logs 2020-08-20 13:56:58 +02:00
Antoine Meausoone e75bf0acfa feat(set_image): implement set_image for daemonset 2020-08-20 12:42:29 +02:00
Antoine Meausoone 612148debb chore: move some code 2020-08-20 12:41:26 +02:00
Antoine Meausoone 41e9d691b7 feat(image extender): set image for init container 2020-08-18 22:19:07 +02:00
Antoine Meausoone 8cb9da07b1 feat(dao/dp): use external patch method to create json patch 2020-08-12 21:27:31 +02:00
Antoine Meausoone c534fbb75e feat(podspec): add possibility to set container image in Deployment 2020-08-11 12:22:40 +02:00
derailed 7bfcbc092b add dialog skins 2020-08-02 09:13:58 -06:00
derailed a8a34d4933 update rel notes 2020-08-01 18:21:00 -06:00
derailed 4c9baecda6 cleaning up 2020-08-01 10:51:25 -06:00
derailed 057f48f4fd add rel notes 2020-08-01 10:47:32 -06:00
derailed b1189acd14 fix #826 #823 #822 #821 2020-08-01 10:14:22 -06:00
derailed 21f0cb1b15 fix issue #819 #818 #797 2020-07-23 18:42:51 -06:00
derailed 70712f0fee cleaning up 2020-07-23 12:07:30 -06:00
derailed 251221c19b add rel notes + cleanup 2020-07-23 11:35:01 -06:00
derailed cbac92e995 Merge branch 'issue_807' 2020-07-22 15:51:14 -06:00
derailed 161837c1ad perf improv + update rev + bugz 2020-07-22 12:15:14 -06:00
derailed d28cc883a1 fix issues #807 #806 #805 2020-07-20 17:24:46 -06:00
derailed 671c819502 checkpoint 2020-07-18 09:27:41 -06:00
derailed 5b1c429350 fix #791 2020-07-03 09:13:04 -06:00
derailed 4c5d1c0218 cleaning up 2020-07-02 22:15:08 -06:00
derailed 4a82b999ab fix issue #790 2020-07-02 22:10:16 -06:00
derailed 793ca2ba76 updates 2020-07-02 18:58:14 -06:00
derailed 0f05af410f cleaning up 2020-07-02 18:57:42 -06:00
derailed 874226a1b3 resolve conflicts 2020-07-02 18:05:26 -06:00
Fernand Galiana 632399bf23
Merge pull request #788 from Ameausoone/feat/copyInLogView
feat(log): add copy to clipboard link in log view
2020-07-02 17:59:50 -06:00
derailed 5893cffb0d add dir view 2020-07-02 17:58:25 -06:00
Antoine Meausoone fae083b90b feat(log): use better key 2020-07-02 21:27:26 +02:00
Fernand Galiana b42a67c875
Merge pull request #712 from sagor999/limit-colors
color cpu and memory limit fields in different color if close to threshold
2020-07-02 12:30:57 -06:00
Antoine Meausoone 624c6427d2 feat(log): add copy to clipboard link in log view
Closes derailed/k9s#395
2020-06-30 22:19:28 +02:00
derailed f1111174aa add pf indicator 2020-06-29 18:47:02 -06:00
Fernand Galiana e3725817f0
Merge pull request #746 from groselt/sanitizeFilename
Sanitize filename before saving output
2020-06-20 08:12:37 -06:00
derailed 766bf133da Merge branch 'popeye' 2020-06-19 17:53:17 -06:00
derailed 809b4554cb fix pulses resource traversal 2020-06-19 17:51:12 -06:00
derailed 5bbc159df9 fix #776 2020-06-19 16:15:48 -06:00
derailed f9d2db864e fix popeye effective ns 2020-06-19 13:16:06 -06:00
derailed 9c7f3c64af fix issue #756 2020-06-05 09:13:22 -06:00
derailed 6e5018c3a3 cleaning up 2020-06-04 18:46:18 -06:00
derailed e2f1626764 add pvc usage check + bugz #642 #754 #753 #743 #728 #718 2020-06-04 18:20:41 -06:00
derailed e1a5dd510f fix issue #752 #677 2020-06-03 14:50:58 -06:00
groselt 6e5afd6d56 Make sanitizeFilename private 2020-06-01 09:30:32 +01:00
groselt 7d2eb83f15 Unify sanitizing of filenames 2020-06-01 09:30:32 +01:00
groselt 0fc2bb13a7 Sanitize log filename before saving
Remove invalid path characters
2020-06-01 09:25:11 +01:00
derailed 19a4594eea fix issues #741 #740 #739 #727 #723 2020-05-29 13:23:42 -06:00
derailed 3a02001695 fix con issue + #741 #740 2020-05-29 09:52:59 -06:00
Pavel Tumik 7ece29f342 fix color formatting 2020-05-28 16:19:08 -07:00
derailed 68da73952e cleaning up 2020-05-28 14:03:33 -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
Pavel Tumik eebe9e78bb color cpu and memory limit fields in different color if close to threshold 2020-05-24 08:49:29 -07:00
derailed 46c2f31249 fix issues #726 #724 #722 #721 #720 2020-05-23 11:15:21 -06:00
derailed 9f1b099e29 Merge branch '5_14_20' 2020-05-15 16:33:30 -06:00
derailed e04d7da461 add release notes 2020-05-15 16:32:15 -06:00
derailed e181fe859c checkpoint 2020-05-14 18:44:43 -06:00
derailed cb456883ec checkpoint 2020-05-14 18:43:33 -06:00
derailed 175a16cfce update shell config 2020-05-14 18:41:40 -06: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
Fernand Galiana 13096b8680
Merge pull request #691 from sagor999/pod-show-na
Pod View Resources: Show "n/a" for pods that don't have resources set instead of "0"
2020-05-12 07:19:01 -06:00
Pavel Tumik 0c425f2edf If container doesn't have resources set, in pod view show limits as n/a 2020-05-09 07:52:51 -07:00