Commit Graph

1275 Commits (306e4f239f37510031f9176a788f2b892bfcb560)

Author SHA1 Message Date
derailed ed1d7fbda5 update rel notes 2020-11-05 19:45:27 -07:00
derailed d8a81820c6 add new release indicator + fix #926 2020-11-05 19:41:30 -07:00
derailed b6c61600a4 fix #929 2020-11-05 17:15:50 -07:00
derailed 98082eefab add rel notes 2020-11-05 13:14:28 -07:00
derailed 0391c5bd79 axe node level resources summary + fix auto-suggest 2020-11-05 13:04:16 -07:00
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 760b5f7675 update docs 2020-10-30 12:58:55 -06:00
derailed 5c1ff0ed7b Fix #906 #889 #564 2020-10-30 12:52:15 -06:00
derailed 77ffacc2e4 update rev 2020-10-29 18:10:19 -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 883f3b7695 update tag 2020-10-29 16:51:26 -06:00
derailed 58a7baebd3 add rell notes 2020-10-29 16:45:20 -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 aaed65ad97 fix cli override for crumbsless 2020-10-26 21:39:19 -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 bef956189b
Merge pull request #907 from SaskiaKeil/improve-documentation-on-since-seconds
Improve documentation on sinceSeconds in logging config
2020-10-26 20:51:39 -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
Viktor Farcic cd05b79aa5 k9s review 2020-10-20 14:43:37 +02: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
Saskia Keil 81bd600192 Improve documentation on sinceSeconds in logging config 2020-10-16 00:08:30 +02: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
Fernand Galiana 9406d0821d
Merge pull request #891 from eldada/master
Add command to get the latest stable kubectl version and support for KUBECTL_VERSION as Dockerfile ARG
2020-10-02 08:49:46 -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
Eldad Assis 61cd0a379d Add option to get latest kubectl stable version and README to describe building local Docker image
Signed-off-by: Eldad Assis <eldada@jfrog.com>
2020-09-30 14:22:39 +03:00
David Arnold 7000568dc9
Execute plugins and pass context
https://golang.org/pkg/os/exec/#CommandContext
2020-09-29 16:15:20 -05:00