Commit Graph

801 Commits (21073dffbaec0212d4259ba6a759a7ff419482ac)

Author SHA1 Message Date
Ludovico Russo 21073dffba remove icon 2020-03-06 22:24:43 +01:00
Ludovico Russo 0660450aa4 Add loading message at startup 🚀 2020-03-06 22:23:59 +01:00
derailed 0a85ee6706 Merge branch 'master' of github.com-derailed:derailed/k9s 2020-03-06 12:51:30 -07:00
derailed 478fb581c4 fix #606 2020-03-06 12:49:11 -07:00
Fernand Galiana b58d256f80
Merge pull request #607 from jeffwidman/patch-1
Tweak readme
2020-03-06 12:46:48 -07:00
Jeff Widman 148f449529
Tweak readme
It's no longer the "initial drop". 😀

Also tweaked layout/wording a little since Disclaimer section seemed redundant...
2020-03-06 11:08:15 -08:00
derailed 5d00b9bc6f cleaning up 2020-03-06 10:17:03 -07:00
derailed bd70982b50 resolve conflicts 2020-03-06 10:05:42 -07:00
derailed a5d5a066c2 update rel notes 2020-03-06 10:04:46 -07:00
derailed 391eed9ea4 rework thresholds. Fix #604 #601 #598 #593 2020-03-06 10:03:47 -07:00
Fernand Galiana b68b1c8479
Merge pull request #572 from bmwiedemann/date
Allow to override build date with SOURCE_DATE_EPOCH
2020-03-06 08:58:13 -07:00
Fernand Galiana a210907ec3
Merge pull request #602 from christian-vent/fixEdit
issue-601: changed can-i check from edit to update
2020-03-06 08:53:15 -07:00
Christian Vent 2b85f1faa4 issue-601: changed can-i check from edit to update 2020-03-06 09:44:21 +01: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 7e06bd25a4 Merge branch 'master' of github.com-derailed:derailed/k9s 2020-03-04 17:11:58 -07:00
derailed 044f7aa663 enable finer controls for cluster health alerts 2020-03-04 17:10:08 -07:00
Fernand Galiana c6dff130c9
Merge pull request #597 from mogaika/fix_restart_deployment_message
Fix 'restart deployment' question message
2020-03-04 14:46:47 -07:00
Vladimir Jigulin 6c24547b90 fix 'restart deployment' question message 2020-03-05 01:27:22 +04:00
derailed b2bb15bfd7 cleaning up 2020-03-04 13:12:46 -07:00
derailed 413605a3e7 update rel notes 2020-03-04 13:01:45 -07:00
derailed 93e20ffe47 add rel notes 2020-03-04 12:57:32 -07:00
derailed 5fcfecb38e add thresholds + pulses tlc + fix #596 #593 #560 2020-03-04 12:27:47 -07:00
derailed e213ba645e update rel notes 2020-03-02 23:37:37 -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 c75b5edbb7 update deps 2020-03-01 22:19:34 -07:00
derailed 7fa8ce3cfd Merge branch 'master' of github.com-derailed:derailed/k9s 2020-03-01 21:52:13 -07:00
derailed a5106ec1d5 fix #590 2020-03-01 21:43:25 -07:00
derailed 3297483f16 add rel notes 2020-03-01 19:28:04 -07:00
derailed 43d62f9528 fix issue #592 #591 #590 2020-03-01 19:25:49 -07:00
Fernand Galiana 35f480a908
Merge pull request #589 from thomasboni/patch-1
Add pods headers description in README
2020-02-29 09:59:02 -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 5e5408c7aa
Merge pull request #569 from kandros/add-common-example
add common commands example
2020-02-28 22:35:57 -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 e760b2c176 update docs 2020-02-28 08:31:05 -07:00
thomasboni c633eb67a5
Add description for PROBES(L:R) header 2020-02-28 08:43:02 +01:00
thomasboni bb6d70d1a9
Add a README section to describe headers 2020-02-28 08:38:39 +01: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
Bernhard M. Wiedemann 23ac2b6c9f Allow to override build date with SOURCE_DATE_EPOCH
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

Also use UTC to be independent of timezone.

This variant only works with GNU date.
2020-02-23 21:09:05 +01:00
derailed 42e2e98e4d added support for custom columns 2020-02-22 18:30:30 -07:00