Commit Graph

1039 Commits (dc144dd79e7a4d4cfddac3ef735fc8b915cd07e2)

Author SHA1 Message Date
derailed c996ab314b fix perf issue with resource metrics 2020-11-03 08:30:55 -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 69e3c14d5e fix #918 2020-10-29 18:08:59 -06:00
derailed da8a65e59a cleaning up 2020-10-29 17:18:46 -06:00
derailed c4fcecf7e7 clean up and bugs fix 2020-10-29 16:34:04 -06:00
derailed 372b4d8e09 cleanup and bug fixes 2020-10-29 09:32:59 -06:00
derailed 4045cb56a4 cleaning up 2020-10-28 19:10:29 -06:00
derailed a3f11bab2e implement resoure req/limit columns 2020-10-28 18:50:27 -06:00
derailed d5bea6395c add config for max conn retries 2020-10-27 20:15:50 -06:00
derailed dd9bddf78f add exponential backoff 2020-10-27 20:03:09 -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 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
Fernand Galiana b293395249
Merge pull request #696 from ckoehn/fix/center-log-indicator
Center log indicator
2020-05-07 06:34:52 -06:00
Christian Köhn 5f228f1f9a
Center log indicator
Previously all options were padded with spaces which caused the
indicator to be visually uncentered.
2020-05-06 23:46:10 +02:00
derailed d38b0b21a7 with feeling issue #699 2020-05-05 20:57:22 -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 2d2adc6c6b cleaning up 2020-05-01 14:45:30 -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
derailed 801f45d703 fix issues #665, #662 2020-04-14 11:19:12 -06:00
derailed e2f22dadce Merge branch 'master' of github.com-derailed:derailed/k9s 2020-04-10 07:30:28 -06:00
derailed 5e8403907c update pf verb + docker image fix 2020-04-10 07:30:22 -06:00
Fernand Galiana 26f5477c10
Merge pull request #652 from davidnemec/log-config-customizable-time-and-wrap
Log view: Allow persisting text wrap and timestamp settings
2020-04-10 07:29:19 -06:00
derailed bf427dda78 update docs 2020-04-06 07:47:05 -06:00
derailed 65ee532784 cleaning up 2020-04-04 22:25:26 -06:00
derailed 1f2c159aa6 cleaning up 2020-04-04 22:20:52 -06:00
derailed 399b331b42 cleaning up 2020-04-04 22:18:11 -06:00
derailed 69707fecd7 cleaning up 2020-04-04 22:07:30 -06:00
derailed c8ffc824f7 Merge branch 'master' of github.com-derailed:derailed/k9s 2020-04-04 21:57:41 -06:00
derailed a6ec74ff6c update prompt. Fix #649 2020-04-04 21:53:57 -06:00
Fernand Galiana 00368a1db3
Merge pull request #638 from ideal/master
Fix described detail not showing complete
2020-04-04 21:50:17 -06:00
David Němec 57d6906ef6
Log view: Allow persisting text wrap and timestamp 2020-04-04 19:00:09 +02:00
derailed 2855f28960 cleaning up 2020-04-02 15:56:18 -06:00
derailed dc49596f9c cleaning up 2020-04-02 15:53:31 -06:00
derailed e211611d4e checkpoint 2020-04-02 13:08:41 -06:00
ideal c528a54e4c Fix described detail not showing complete 2020-03-30 19:18:52 +08:00
derailed bf2847bea7 checkpoint 2020-03-28 18:27:17 -06:00
David Němec 9927848fb0
Fix empty autocomplete crash 2020-03-27 07:50:35 +01:00
derailed 2adafc0133 update colorizer 2020-03-25 08:38:41 -06:00
derailed 57260dfcb4 update tests 2020-03-24 17:27:25 -06:00
derailed 1dfca156bc add command prompt 2020-03-24 17:26:20 -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 df43153110 Merge branch 'master' of github.com-derailed:derailed/k9s 2020-03-23 18:27:06 -06:00
derailed e91dc5a2cb cleaning up 2020-03-23 18:19:05 -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
Julien Ponge 4bf7402870
Show port column for services
The port column is at least as important as the service age,
so this shows it by default rather than in the wide mode.

This also mimics the output one can get with:

    kubectl get services

Signed-off-by: Julien Ponge <jponge@redhat.com>
2020-03-19 22:39:44 +01: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 f691249db3 changed drain shortcut to vs 2020-03-11 08:45:39 -06:00
derailed e236c8c978 clean up 2020-03-10 23:57:38 -06:00
derailed 0942ef5906 fix #612 2020-03-10 23:40:36 -06:00
derailed bdd4ecff20 node view tlc. add cordon/uncordon/drain options 2020-03-10 20:59:38 -06:00
derailed 98fea647b9 fix flash test 2020-03-06 14:14:55 -07: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
derailed 044f7aa663 enable finer controls for cluster health alerts 2020-03-04 17:10:08 -07:00
derailed b2bb15bfd7 cleaning up 2020-03-04 13:12:46 -07:00
derailed 5fcfecb38e add thresholds + pulses tlc + fix #596 #593 #560 2020-03-04 12:27:47 -07:00
derailed 3212a751ea reworked pulses view 2020-03-02 23:28:07 -07:00
derailed 6bc84c2304 cleaning up 2020-03-01 22:22:49 -07:00
derailed a5106ec1d5 fix #590 2020-03-01 21:43:25 -07:00
derailed 43d62f9528 fix issue #592 #591 #590 2020-03-01 19:25:49 -07:00
derailed f0ae348b02 updates 2020-02-28 23:24:50 -07:00
derailed 3e751eb92e Fix sorting on Restart col #590 2020-02-28 23:20:10 -07:00
Fernand Galiana 2fa4d5f784
Merge pull request #586 from sjones303/FixPortCheck
Use address:port tuple when checking port forwarding
2020-02-28 22:30:40 -07:00
derailed 43f4cacbcd cleaning up 2020-02-27 21:54:45 -07:00
derailed c896598e84 Fix #583, #584 2020-02-27 21:47:21 -07:00
Simon Jones 9bb9f677fa Use address:port tuple when checking port forwarding
Every address has it's own set of ports. We need to take the address
we're binding to into account when checking we can open the port.
2020-02-27 09:57:19 +00:00
derailed e936b17fd0 fix #583 2020-02-26 08:06:26 -08:00
derailed 07edcfc6af fix #581 2020-02-26 07:36:26 -08:00
derailed 7b1d06d6f6 cleaning up 2020-02-26 00:01:02 -08:00
derailed 10213b376e cleaning up 2020-02-25 23:33:48 -08:00
derailed 7cf9fe6c8b cleaning up 2020-02-25 23:31:49 -08:00
derailed 543f9837ff checkpoint 2020-02-25 22:48:24 -08:00
derailed 42e2e98e4d added support for custom columns 2020-02-22 18:30:30 -07:00
derailed c4305e38ee cleaning up 2020-02-20 14:34:34 -07:00
derailed e601a9dda0 cleaning up 2020-02-20 14:23:42 -07:00
derailed 18db3f1f3c resolved issue #562 2020-02-20 14:21:26 -07:00
Fernand Galiana 184ea664eb
Merge branch 'master' into attach 2020-02-20 13:51:58 -07:00
Fernand Galiana 22ff38ef0a
Merge branch 'master' into dont-allow-same-port-twice 2020-02-20 13:48:24 -07:00
Fernand Galiana c32c51201b
Merge branch 'master' into segfault-empty-aliases 2020-02-20 13:40:55 -07:00
derailed bb9b31b103 fix tests 2020-02-20 12:26:43 -07:00
derailed 237ef23bf7 fix #561 2020-02-20 11:57:55 -07:00
derailed fa14ecc4da fix test 2020-02-20 11:03:47 -07:00
derailed 0e94834036 update test 2020-02-20 10:51:01 -07:00
derailed bd4ab0cf2b fix tests 2020-02-20 10:28:06 -07:00
derailed 134c394b6e cleaning up 2020-02-20 10:26:45 -07:00
derailed 73a90ed2ae cleaning up 2020-02-20 10:18:01 -07:00
derailed 3614b3122b added rel notes + cleanup 2020-02-20 09:24:16 -07:00
derailed bcbb24093b add pulse view 2020-02-20 00:13:29 -07:00
derailed 98b07e6961 checkpoint 2020-02-20 00:03:32 -07:00
derailed 355f4ce396 checkpoint 2020-02-19 18:25:36 -07:00
Mike Hummel d50539a71e remove unused functions 2020-02-18 00:36:09 +01:00
Mike Hummel 045f39cd88 add container selection 2020-02-18 00:21:06 +01:00
Mike Hummel ad0b9e49d0
Merge branch 'master' into attach 2020-02-17 23:57:27 +01:00
Mike Hummel ef311c7fac fix bugs 2020-02-17 23:47:43 +01:00
derailed a76d5809b8 checkpoint 2020-02-14 16:31:52 -07:00
derailed 7a977f31c7 refactor pf and benchmarks 2020-02-14 14:28:52 -07:00
derailed 2822ac702e rework portforward + benchmarks 2020-02-14 00:57:57 -07:00
derailed a3f19e060d and... first openfaas support bug. Meow! 2020-02-13 19:01:28 -07:00
derailed 642303bb72 cleaning up 2020-02-13 17:56:13 -07:00
derailed cd4e4a72ab and missed one... 2020-02-13 17:49:26 -07:00
derailed 580d8ea36d oops hosed the build... 2020-02-13 17:36:05 -07:00
derailed bda9f4e6a4 update rel notes 2020-02-13 14:00:43 -07:00
derailed f1ef8d216c enable port-forwards on pods and services 2020-02-13 12:31:30 -07:00
derailed 7ad07b791d fix #542, #541 2020-02-12 16:43:22 -07:00
derailed e43260ed05 cleaning up 2020-02-12 09:32:32 -07:00
derailed a491f7c77e fix race conditions 2020-02-12 08:33:56 -07:00
derailed 7000b93d4e enhanced xray pod view and add support for transparent background 2020-02-11 23:44:49 -07:00
derailed aa58d1063a fix pod xray menu + layout 2020-02-11 15:26:49 -07:00
derailed 8299129baf cleaning up 2020-02-10 19:27:22 -07:00
derailed ecdce780c9 enable search on describe+yaml. Fix #536, #526, #564 2020-02-10 16:26:54 -07:00
Fernand Galiana 2f0d7c624b
Merge pull request #532 from joscha-alisch/info-line-on-shell
Info line on shell
2020-02-10 14:53:28 -08:00
derailed 1a6ff3bfa3 rows age sort bust. Fix #536 2020-02-10 15:36:46 -07:00
derailed 67c0702bf2 add searchable yaml/describe. Fix #464, #526 2020-02-10 14:28:22 -07:00
Joscha Alisch e7031ed20a
Make output a bit nicer 2020-02-07 20:27:10 +01:00
Joscha Alisch 0e68e92e98
Colour the output 2020-02-07 20:26:37 +01:00
Joscha Alisch 4b3ed16749
Print container name even if there is only one 2020-02-07 20:25:55 +01:00
Joscha Alisch fc2de70dea
Print container name on shell access as well 2020-02-07 20:25:24 +01:00
Joscha Alisch 7d0febf4b0
Print pod on shell access 2020-02-07 20:24:28 +01:00
Joscha Alisch 7d56789a20
Allow setting info message on command execution 2020-02-07 20:22:55 +01:00
Joscha Alisch 768d5c9d93
Try to open port before allowing it 2020-02-07 19:41:14 +01:00
Joscha Alisch 8482f26341
Get message back but as debug only 2020-02-07 19:17:45 +01:00
Joscha Alisch 1ff60bbc74
Don't segfault on empty aliases and silence warning 2020-02-07 19:14:12 +01:00
derailed 5b707c656e fix #528 2020-02-07 07:21:21 -08:00
derailed e07c968432 fix #529 2020-02-07 07:06:57 -08:00
Mike Hummel 01b77384d1 add 'attach' command 2020-02-06 19:45:52 +01:00
darklore cc0c3fa370 Fix invalid memory access when loading empty alias.yml 2020-02-06 19:23:35 +09:00
derailed b24abce751 cleaning up 2020-02-05 21:46:35 -08:00
derailed 2fdd848dce Merge branch 'master' of github.com-derailed:derailed/k9s 2020-02-05 21:29:07 -08:00
derailed f7badc4a2a fix #523 #522 #521 2020-02-05 21:10:27 -08:00
Joscha Alisch b75410789f
Add readOnly option to configuration test 2020-02-04 22:39:12 +01:00
Joscha Alisch 094853c10d
Disallow shell access when in readonly mode 2020-02-04 22:13:05 +01:00
Joscha Alisch 0ad25ba2f5
Disallow killing a pod when in readonly mode 2020-02-04 22:12:35 +01:00
Joscha Alisch 8ab0aea7b4
Remove unneeded parentheses 2020-02-04 22:11:11 +01:00
Joscha Alisch f4511079b9
Disallow editing and deleting when in readonly mode 2020-02-04 22:10:28 +01:00
Joscha Alisch bc434dcfc8
Add readonly flag to cli 2020-02-04 22:09:21 +01:00
Joscha Alisch 224c7bdb90
Add readonly configuration option 2020-02-04 22:07:33 +01:00
derailed 7df87a80ab fix #515 2020-02-02 11:05:28 -07:00
derailed d872d0164a fix #520 $518 #517 #516 #506 2020-02-02 09:38:05 -07:00
derailed 7ba6c1356a update rel notes 2020-02-02 09:34:56 -07:00
derailed 9f36d29dc7 fix #520, #518, #517, #516, #506 2020-02-02 09:23:22 -07:00
derailed 5ebf196fc3 oops missed a file 2020-01-26 21:13:29 -07:00
derailed cfb38b1587 updates 2020-01-25 22:36:13 -07:00
derailed 2b34270aa2 cleaning up 2020-01-25 15:16:03 -07:00
derailed 7d703ba434 fix metrics update 2020-01-25 15:03:24 -07:00
derailed a3b87915f1 add support for stern + fix #507 2020-01-25 11:00:42 -07:00
derailed e89e59d8a8 cleaning up 2020-01-24 22:16:28 -07:00
derailed 03f40b9c47 cleaning up 2020-01-24 22:13:52 -07:00
derailed f74bd81dcb checkpoint 2020-01-24 21:34:16 -07:00
derailed f4144015dd cleanup pr #489. May be fixed?? #507 2020-01-23 15:32:51 -07:00
derailed f9e32003b9 reworked cpu/mem limits 2020-01-22 13:42:51 -07:00
Fernand Galiana 995158d446
Merge pull request #489 from binarycoded/resource_limits
Show resource limit % next to request % in Pod view (fix #413)
2020-01-22 11:51:55 -07:00
derailed 6ba788455c cleaning up 2020-01-22 11:41:33 -07:00
derailed a96fa843b5 checkpoint 2020-01-22 10:23:59 -07:00
Benjamin Clauss dc2b0104de Show resource limit % next to request % in Pod view (fix #413) 2020-01-22 13:57:14 +01:00
derailed cf79622be0 add xray ns support 2020-01-20 18:45:55 -07:00
derailed 9089346e35 add rel notes 2020-01-20 18:43:03 -07:00
derailed 8a0b78a77b Fix Beryllium xray core. fix #500 2020-01-20 18:22:10 -07:00
derailed f74e754f58 add rel notes 2020-01-20 10:26:08 -07:00
derailed 4d37d2449c remove xray icons. fix #498, #497 2020-01-20 10:16:00 -07:00
derailed 0af1c7e0d2 clean up 2020-01-19 22:57:07 -07:00
derailed 9fd02d11a4 cleaning up 2020-01-19 22:55:38 -07:00
derailed 990d58e585 checkpoint 2020-01-19 22:16:55 -07:00
derailed 4d557fb813 checkpoint 2020-01-19 12:13:21 -07:00
derailed 97540ded19 checkpoint 2020-01-18 23:34:14 -07:00
derailed d45d3af116 checkpoint 2020-01-18 18:45:17 -07:00
derailed 860728c083 checkpoint 2020-01-18 08:13:36 -07:00
derailed 440aba6400 cleaning up 2020-01-10 13:18:49 -07:00
derailed 7949c70929 rev docker go + cleanup 2020-01-10 13:16:23 -07:00
derailed c20d89b938 add log search + fix #484, #481, #480, #479, #477, #476, #468 2020-01-10 10:28:27 -07:00
derailed 8af75df9f8 perf + cleanup 2020-01-08 15:43:48 -07:00
derailed c917b6c548 perf pass + fix #475, #473 2020-01-08 13:12:43 -07:00
derailed a8771b8c67 fix #468 #469 2020-01-06 15:05:07 -07:00
derailed 6b5da1091e fix #466 2020-01-06 09:47:52 -07:00
derailed 92214ed3ee cleaning up 2020-01-04 16:24:55 -07:00
derailed 7a6bdc1d74 cleaning up 2020-01-04 16:23:55 -07:00
derailed 16473cb1c5 checkpoint 2020-01-04 14:12:37 -07:00
derailed 4f05dc9cbf checkpoint 2020-01-04 14:05:41 -07:00
derailed 48869f9f51 fix #463 2020-01-02 18:15:38 -07:00
derailed a4e52e41c7 fix #462, #461 2020-01-02 14:28:22 -07:00
derailed c625b8e552 fix metrics issue in all namespaces 2020-01-02 08:08:00 -07:00
derailed daf7950aed update rel notes 2020-01-02 07:23:56 -07:00
derailed 0e1f5abfdd fix for #458 2020-01-02 07:20:39 -07:00
derailed 565cd12fd3 oops missed a few files. My bad! 2020-01-02 00:04:05 -07:00
derailed aab46f6aad fix for #452 2020-01-01 23:00:22 -07:00
derailed b950546b88 implement rbac policy checks + fix #457 2020-01-01 14:29:49 -07:00
derailed 1c1cd76a9c cleaning up 2020-01-01 00:12:34 -07:00
derailed eed7281caf cleaning up 2020-01-01 00:10:09 -07:00
derailed ba84183034 bug fixes + possible resolve on #456, #452 2020-01-01 00:00:31 -07:00
derailed 4c222f80ed Fixes for #455 #454 #453 2019-12-31 12:33:54 -07:00
derailed ee01ae7242 cleaning up 2019-12-30 23:16:02 -07:00
derailed ca600cf322 cleaning up 2019-12-30 22:44:09 -07:00
derailed 4f055089e3 cleaning up 2019-12-30 22:12:52 -07:00
derailed 0757d60d8d cleaning up 2019-12-30 21:54:45 -07:00
derailed 638b71f994 cleaning up 2019-12-30 21:14:44 -07:00
derailed 982f209b7c changed header resize 2019-12-30 19:23:58 -07:00
derailed 49a2ab0a04 fix #451 2019-12-30 18:02:07 -07:00
derailed 86ccf9b18f cleaning up 2019-12-30 15:28:28 -07:00
derailed a298ba0d9e cleaning up 2019-12-30 15:19:52 -07:00
derailed 60cb53b8c2 clean up + fix toast skinner 2019-12-30 15:08:42 -07:00
derailed b536767a1f cleaning up 2019-12-30 14:01:58 -07:00
derailed 407d90edb5 fixin tests with feelings 2019-12-30 13:01:38 -07:00
derailed b114de6bf1 update sorters 2019-12-30 12:49:12 -07:00
derailed 3d128d42e0 cleaning up 2019-12-30 12:28:00 -07:00
derailed f814661fa0 fix hpas + cleanup 2019-12-30 11:28:26 -07:00
derailed 15667435be merging refactor to master 2019-12-29 23:53:17 -07:00
derailed 9027acac22 checkpoint 2019-12-29 23:44:14 -07:00
derailed 782de04b42 checkpoint 2019-12-29 23:34:28 -07:00
derailed 5c0fc0845b checkpoint 2019-12-29 12:53:16 -07:00
derailed 365fc01f17 checkpoint 2019-12-29 11:39:22 -07:00
Fernand Galiana 34e8a7444c
Merge pull request #445 from techniumlabs/master
Using ? to get out of help screen. ESC and RET is also supported
2019-12-28 21:04:36 -07:00
derailed 0cb291326a checkpoint 2019-12-28 18:37:23 -07:00
derailed c885495ef4 checkpoint 2019-12-28 14:55:41 -07:00
derailed 9d23488ff5 checkpoint 2019-12-28 12:49:14 -07:00
derailed c26c80e170 checkpoint 2019-12-28 12:22:22 -07:00
derailed 99fa0e9952 checkpoint 2019-12-26 13:53:49 -07:00
derailed add0d678f0 checkpoint 2019-12-24 22:38:54 -07:00
ageekymonk deac5c85a7
Using ? to get out of help screen. ESC and RET is also supported 2019-12-20 06:34:06 +11:00
Gavin 6c8f6f4424 Refactor AsColor change to have catch-all default to pass test suite 2019-12-16 14:06:12 -05:00
Gavin b8b3c9dc83 Add ability to set theme colors by hex code 2019-12-16 00:38:33 -05:00
derailed 4127da865f checkpoint 2019-12-14 16:18:36 -07:00
derailed 6839578a8c checkpoint 2019-12-14 12:12:18 -07:00
derailed 0706df065f checkpoint 2019-12-14 08:45:55 -07:00
derailed 957aeefa94 checkpoint 2019-12-14 08:44:59 -07:00
derailed 3be2b370ab checkpoint 2019-12-13 23:32:59 -07:00
derailed db34ee6ef0 checkpoint 2019-12-13 23:32:24 -07:00
derailed e293e1af90 checkpoint 2019-12-13 20:10:03 -07:00
derailed 4c2c4793dc checkpoint 2019-12-02 16:11:39 -07:00
derailed 7a7d66564d checkpoint 2019-11-27 09:31:52 -07:00
derailed 62bee33e6b checkpoint 2019-11-23 22:37:56 -07:00
derailed 1e9c523b61 clean up menu layout 2019-11-16 16:07:15 -07:00
derailed 64fb916d65 update codebeat linter 2019-11-15 19:55:38 -07:00
derailed 85970d8525 checkpoint 2019-11-15 19:39:19 -07:00
derailed ef0aab3f4c checkpoint 2019-11-15 19:20:10 -07:00
derailed 5b0fd805ce updates + cleanup 2019-11-15 18:30:29 -07:00
derailed 162e3fe7ed bug fixes + cleanup 2019-11-15 16:58:40 -07:00
derailed 56e4dc9ba8 checkpoint 2019-11-15 10:06:30 -07:00
derailed afe41cd924 checkpoint 2019-11-14 18:48:28 -07:00
derailed 44f644fba7 checkpoint 2019-11-14 18:46:46 -07:00
derailed cf98f61ad6 checkpoint 2019-11-14 18:28:23 -07:00
derailed 2c57888bac checkpoint 2019-11-13 23:14:58 -07:00
derailed 05558c89fa ckeckpoint 2019-11-13 07:37:23 -07:00
derailed 7a89c4c1e4 checkpoint 2019-11-12 22:45:26 -07:00
derailed 9b15803117 add CLI flag to show all namespaces 2019-11-08 17:16:50 -07:00
Fernand Galiana 46cfe8a7d7
Merge pull request #412 from paivagustavo/refactor-list-options
Simplify Cruder Interface
2019-11-08 15:58:52 -08:00
Gustavo Silva Paiva 307502a73a
change import alias to metav1 2019-11-08 14:03:58 -03:00
Fernand Galiana 3d0de988ca
Merge pull request #354 from bkmeneguello/mark
Allow to select multiple resources and add support to Delete/Kill all together
2019-11-08 08:17:01 -08:00
Bruno Meneguello b73bd7cecf
Move mark logic to Table 2019-11-08 09:58:30 -03:00
Bruno Meneguello 9307f42842
Replace mark shortcut to space 2019-11-07 18:33:41 -03:00
Bruno Meneguello b48aa70c06
Fix delete command prompt and flash 2019-11-07 18:18:49 -03:00
Bruno Meneguello 52aa4a122a
Convert marks from slice to map 2019-11-07 18:14:11 -03:00
IgorRamalho fb55fc5013 use the table's filtered data when saving to file (#400) 2019-11-07 01:37:27 -03:00
Gustavo Paiva 914ce348dc refactor list options. 2019-11-07 01:02:17 -03:00
derailed abab960612 update test to use dictionary 2019-10-30 21:34:24 -06:00
derailed 90161d6e39 describe resource fix #393 2019-10-30 16:27:35 -06:00
Fernand Galiana ebbda14404
Merge pull request #391 from sap-nocops/master
Cpu% and Memory% based on requests rather than limits
2019-10-30 07:58:36 -06:00
Lorenzo Torracchi b84dfff458 Test refactored using table testing 2019-10-30 10:59:31 +01:00
derailed 1a9a83b34c Merge branch 'master' of github.com-derailed:derailed/k9s 2019-10-29 18:03:44 -06:00
derailed f25f5afdcb resolve issues #392, #389, #386, #383, #382, #336 2019-10-29 18:02:59 -06:00
Lorenzo Torracchi 82b5a9cee7 Cpu% and Memory% based on requests rather than limits 2019-10-29 11:32:55 +01:00
Fernand Galiana acd7702cdf
Merge pull request #384 from paivagustavo/invalidate-cache-when-changing-context
invalidate cache when switching context
2019-10-25 10:05:58 -06:00
Gustavo Paiva 7751531d0d remove unnecessary call to autoscaling/v2beta2/hpa api. 2019-10-24 00:06:00 -03:00
Gustavo Paiva 2cb7116fae invalidate cache when switching context 2019-10-23 23:01:41 -03:00
derailed 4c0b02e9d2 Merge branch 'master' of github.com-derailed:derailed/k9s 2019-10-23 13:15:31 -04:00
derailed a55963606b Fix issues #380 #381 2019-10-23 13:15:22 -04:00
Gustavo Paiva 8dcd72b0f7 try to write or quit informer if it has been stopped. 2019-10-19 01:15:59 -03:00
Gustavo Paiva a25be06e4d fix race condition when switching ns. 2019-10-18 22:20:14 -03:00
Bruno Meneguello 42e5793438
allow to mark multiple resources to act upon 2019-10-18 10:24:21 -03:00
derailed d752f9f62e cleaning up 2019-10-17 15:19:33 -06:00
derailed c97ccc06dd added confirm dialog for Michael's rollout restart feature 2019-10-17 15:11:14 -06:00
Fernand Galiana f6f52fb762
Merge pull request #345 from mcristina422/rolloutRestart
feat: Add action to restart rollout of dp, ds, sts
2019-10-17 13:55:43 -06:00
Fernand Galiana d9dd2c17d2
Merge pull request #366 from mickaelalibert/search-doggo
💄 Use classy dog for search field
2019-10-17 13:07:01 -06:00
Fernand Galiana 1c35eaf12d
Merge pull request #363 from brunohms/fix-terminated
Change "Terminated" to "Terminating"
2019-10-17 07:12:49 -06:00
Fernand Galiana c557f2d7ee
Merge pull request #360 from paivagustavo/headler-toggle-when-filtering
disable header toggle when buffer is active.
2019-10-17 06:32:45 -06:00
Fernand Galiana 3a258b16e5
Merge pull request #365 from IgorRamalho/fix-alias-sort-actions
fix Aliases sorting actions
2019-10-17 05:28:59 -06:00
Mickaël Alibert 4415399ac3 💄 Use classy dog for search field 2019-10-17 10:04:23 +02:00
Igor a58caf1144 fix Aliases sorting actions 2019-10-17 01:44:31 -03:00
Gustavo Paiva 21df6e5939 disable header toggle when buffer is active. 2019-10-16 21:19:16 -03:00
Bruno 36dbe2eed6 Fix Tests 2019-10-16 21:11:58 -03:00
Bruno 0332375c15 Change "Terminated" to "Terminating" 2019-10-16 20:34:54 -03:00
Fernand Galiana 326c642a2a
Merge pull request #356 from paivagustavo/remove-object-from-crds-describe
remove 'object' field when viewing YAML of CRDs
2019-10-15 18:13:43 -06:00
Michael Cristina 43a7667147 Support v1beta1 CRDs 2019-10-15 14:49:31 -05:00
Fernand Galiana 3f96d15d7b
Merge pull request #347 from paivagustavo/sort-node-roles
sort node roles
2019-10-14 09:36:20 -06:00
Gustavo Paiva 1a2ba2ac2c remove 'object' field when describing CRDs 2019-10-14 02:41:10 -03:00
Gustavo Paiva 616b068c0d receive sets.String as parameter and improve tests. 2019-10-14 01:27:44 -03:00
Michael Cristina 9072a06b00 fix nit, update to ctrl-t 2019-10-09 10:06:24 -05:00
Fernand Galiana 23f61320cb
Merge pull request #346 from paivagustavo/cm-and-sec-custom-list
improve cm and secret speed by fetching tabular data only
2019-10-09 07:44:25 -07:00
Fernand Galiana e5976f9d65
Merge pull request #330 from paivagustavo/dont-override-aliases
don't override aliases
2019-10-09 07:41:25 -07:00
Gustavo Paiva 063f6cd3f0 improve cm and secret speed by fetching tabular data only 2019-10-09 01:55:36 -03:00
Gustavo Paiva a7bfe0e638 sort node roles 2019-10-09 01:47:09 -03:00
derailed 196884a9a8 update test 2019-10-08 21:21:27 -07:00
derailed 5858fb135b change header toggle shortcut for Ctrlh -> h given backspace windows issue 2019-10-08 21:19:29 -07:00
Gustavo Paiva 70603d9ec7 change ExtFields to value instead of Pointer. 2019-10-09 01:18:01 -03:00
Gustavo Paiva 9c11343733 change define argument order 2019-10-08 22:41:11 -03:00
Michael Cristina b246ca0752 feat: Add action to restart rollout of dp, ds, sts 2019-10-08 17:00:51 -05:00
Tuomo Syvänperä 23849437ad Remove redundant debug log 2019-10-08 21:58:43 +03:00
Tuomo Syvänperä ea3710545a Change log and flash message to be more accurate 2019-10-08 21:57:04 +03:00
Tuomo Syvänperä 07f4fdca42 Add copy YAML to clipboard 2019-10-08 21:25:17 +03:00
Gustavo Paiva 8be34101c6 escape text to not misinterpret it with colors. 2019-10-07 23:13:48 -03:00
Gustavo Paiva 9f941105a0 don't override aliases 2019-10-06 16:24:28 -03:00
Gustavo Paiva 50cc3dc4bf use cached discovery client in more places. 2019-10-04 12:24:46 -03:00
derailed 87fbc9c9aa update docs + fix all ns issue #326 2019-10-04 08:30:12 -06:00
derailed 332b62f4c1 ensure the correct active ns is listed when in node view 2019-10-03 14:23:47 -06:00
derailed 11a0d1bb28 cleaning up 2019-10-03 12:09:44 -06:00
derailed b93030b09b added extra env vars 2019-10-03 11:09:13 -06:00
derailed ffd1c61c8c bug fixes + cleanup 2019-10-02 14:52:15 -06:00
derailed 8778305bf2 cleaning up deps 2019-10-01 23:48:50 -06:00
derailed 92a5d2a636 added subcommands 2019-10-01 23:34:52 -06:00
derailed 5baa447e46 added toggle header + alias command fixes 2019-10-01 15:31:17 -06:00
derailed 7d05e4401e update registrar 2019-09-26 17:20:54 -06:00
derailed a630a95606 migrate to k8s 1.16 2019-09-26 17:17:39 -06:00
Fernand Galiana 07ce879806
Merge pull request #316 from paivagustavo/command-aliases
add canonical full and short names for objects
2019-09-26 17:02:49 -06:00
Michael Cristina 8bd13a02b1 fix: wrap namespace properly in message flash 2019-09-24 13:21:33 -05:00
Gustavo Paiva 3c83c37d03 add canonical full and short names for objects commands 2019-09-21 17:14:15 -03:00
Fernand Galiana b87c6bc0b7
Merge pull request #311 from fridokus/master
Implement storageclass view
2019-09-20 06:46:46 -06:00
fridokus 8c5ffd5d6f Implement storageclass view 2019-09-20 13:27:04 +02:00
Gustavo Paiva e2f8a70077 simplify flash 2019-09-19 02:48:18 -03:00
Gustavo Paiva d027211ded compact if err 2019-09-19 00:34:14 -03:00
Gustavo Paiva 7907f14d08 Print error when trying to copy to clipboard. 2019-09-19 00:27:30 -03:00
fridokus 680aa30933 Fix typo Peristent -> Persistent 2019-09-18 09:06:09 +02:00
derailed e270fba554 Oops! missed a file 2019-08-28 07:17:15 -06:00
derailed fe93bd229b Bogz fixes: #295,#294,#291,#289,#288,#283,#275 2019-08-27 15:25:24 -06:00
derailed c742e2e848 changed menu shortcut 2019-08-13 23:46:42 -06:00
derailed c34994bcbf add rx filter + headless 2019-08-12 22:14:04 -06:00
derailed 9c919943c8 fix typo 2019-08-09 23:58:44 -06:00
derailed 2255d29a82 cleaning up 2019-08-09 23:56:10 -06:00
derailed c9d01234ff added custom plugins support 2019-08-09 23:45:59 -06:00
derailed 67884d1735 checkpoint 2019-08-09 13:43:56 -06:00
derailed 4bf67dd4e1 checkpoint 2019-08-09 13:42:37 -06:00
derailed 5c21f3586e checkpoint 2019-08-09 13:42:37 -06:00
derailed 0c5d0bcafd update to k8s 1.15.1 2019-08-09 13:40:04 -06:00
Nathan Piper 23fffea2ab Fixed code quality issues. 2019-08-04 17:00:34 +10:00
Nathan Piper 302cd7ce8d Added a scale action to scale deployments, replication controllers and stateful sets. 2019-08-03 16:08:04 +10:00
derailed 147a646e6a cleaning up 2019-07-19 20:26:49 -06:00
derailed c456fb1cfb Merge branch 'hpa' 2019-07-19 20:18:38 -06:00
derailed 9eeab319ec fix hpa rev + sts delete 2019-07-19 17:37:53 -06:00