Commit Graph

1039 Commits (mine)

Author SHA1 Message Date
Fernand Galiana 7c76691c38
Release v0.27.3 (#1970)
- [Issue #1968](https://github.com/derailed/k9s/issues/1968) Some skins are missing the definitions for the help menu
- [Issue #1967](https://github.com/derailed/k9s/issues/1967) Helm cve-2023-25165
- [Issue #1964](https://github.com/derailed/k9s/issues/1964) logger.sinceSeconds config setting inconsistent with README
- [Issue #1955](https://github.com/derailed/k9s/issues/1955) K9s crashes with empty resources and/or verbs in RBAC
- [Issue #1954](https://github.com/derailed/k9s/issues/1954) Open very slow
- [Issue #1883](https://github.com/derailed/k9s/issues/1883) Fix force deletion
- [Issue #1788](https://github.com/derailed/k9s/issues/1788) Draining nodes cannot be forced
- [Issue #1150](https://github.com/derailed/k9s/issues/1150) Add a persistent popup for drain failures
2023-02-12 08:12:25 -07:00
Niko Janceski d4ae1c7a74
Add sort by pod count on node view (#1961) 2023-02-11 11:51:29 -07:00
Antonio Niño Díaz 2d2baa884a
fix: Show meaningful error message when kubectl exec fails (#1966)
`exec.LookPath()` and `exec.Command()` aren't supposed to work with
binaries that are located in the current working directory:

fd208c8850:src/os/exec/exec.go

If `kubectl` is found in the current working directory, `LookPath()`
will return `ErrDot` even if it is also found in any other directory in
the `PATH`.

This patch detects this condition and shows a meaningful error message
in the log so that the user knows the reason why `kubectl` couldn't be
executed.

Related: https://github.com/derailed/k9s/issues/1787
2023-02-11 11:51:11 -07:00
Andrew Spiers 0d7678babc
set default sinceSeconds to 300 (#1965) 2023-02-11 11:50:46 -07:00
Wolfgang Ebner 7ca8ad8cea
Match ${XXX} environment variables (#1896) 2023-02-11 11:50:12 -07:00
Fernand Galiana d5c9cf5ed5
release v0.27.1 (#1945) 2023-01-31 08:09:53 -07:00
Fernand Galiana b5a7cfb3af
K9s/rel v0.27.0 (#1932)
* fix #1661 #1680

* rev k8s + cleanup

* release v0.27.0
2023-01-26 11:07:43 -07:00
Ruben Rodriguez ff4bfe1162
Add labels configuration to Shell node pod (#1847)
* Add labels config to shell node pod spec

* Add labels to config tests
2022-12-03 12:42:56 -07:00
Dan Ramich 3f280ca133
Update ScanSA calls to account for blank service accounts (#1871)
The original check in ScanSA assumed the service account on the pod spec
was not blank. It can be blank and when it is kubernetes will default
to using the 'default' service account. This change extends the check
logic to also include that.
2022-12-03 07:12:27 -07:00
Eugene Berger b9a9fb118d
bugfix for port forward custom containers not showing #1844 (#1877)
* bugfix for port forward costum containers not showing
#1844

* Adjust the port forward test key structure

Co-authored-by: Eugene <eugene.berger@dell.com>
2022-11-29 08:54:51 -07:00
Mohamed Messaad 530d067110
feat: add noLatestRevCheck config option (#1874)
* feat: add noLatestRevCheck flag to configure whether k9s should fetch the latest rev from the Github repo.

* refactor: rename "noLatestRevCheck" to more appropriate "skipLatestRevCheck"
2022-11-29 08:52:33 -07:00
Dan Ramich f552ffd72b
Add policy view to serviceAccounts (#1840)
Add the same policy view to ServiceAccounts as users/groups.
This also works under the xray view. This commit also fixes the
issue with role/rolebindings not having the same name not showing
up in Policy view.
2022-11-15 23:11:30 -07:00
Audun V. Nes c353534855
Add VIM-like quit force option. (#1859)
Signed-off-by: Audun Nes <audun.nes@gmail.com>

Signed-off-by: Audun Nes <audun.nes@gmail.com>
2022-11-15 23:06:55 -07:00
Samuel Demirdjian e2b21c0133
Fix order of arguments for `CanI` function call (#1866)
When checking permissions to (un)suspend cronjobs, a user will always be
considered as unauthorized, because of the wrong arguments order when
calling the `CanI` function.

For `CanI` definition, see:
2f72441bac/internal/client/client.go (L138)
```
func (a *APIClient) CanI(ns, gvr string, verbs []string) (auth bool, err error)
```
2022-11-15 23:06:31 -07:00
Dan Ramich ca29473238
Bump all references of github.com/cenkalti/backoff to v4 (#1821) 2022-10-30 07:41:17 -06:00
Fernand Galiana 37569b8772
K9s/rel v0.26.7 (#1816)
* update batch resource api and remove unused ingress render

* docs update: add rel notes + update release version
2022-10-18 09:01:20 -06:00
Grzegorz Burzyński 0cefb3ec12
Allow multiple port forwards for a single Pod (#1804) 2022-10-18 06:47:34 -06:00
SammyA 8d40c60339
Update CronJob version to v1 (#1793)
* Update CronJob version to v1 (from v1beta1, unavaliable from 1.25 onwards).

* Try both batch/v1beta1 (for legacy) and batch/v1

* Revert previous commit. Use c.GVR() to find the correct version. Make
cronjob (un)suspend version aware.

* Simply changes by dropping support for deprecated batch/v1beta1 version
2022-10-18 06:30:47 -06:00
derailed 013dcaa9ec resolve conflict 2022-09-26 19:29:27 -06:00
derailed 39a55231fa fix #1773 2022-09-26 19:27:43 -06:00
fredericvl d0f4fa5b90
Fix directory path when viewing ScreenDump (#1777)
* Fix path when viewing ScreenDump

* Log save should use `CurrentCluster` iso `CurrentContext`

* Remove sanitizing of dir in ScreenDump dao

* Switch `CurrentCluster` to `CurrentContext` for SD

* Revert log saving to `CurrentContext`

* Save tables to `CurrentContext` iso `CurrentCluster`
2022-09-26 14:32:41 -06:00
Richard Hull cc52c71c52
Log toggles: add a space after "On" in logs view (#1775)
Toggling any of the log commands on and off causes the log indicator to
dance around - I assume this is because the line is centered, and when
on it is N characters long, when off N+1 characters, and so on
centering, the x-offset gets rounded.

This commit just adds an extra space after each "On" string so that
it occupies the same width as the "Off" string ... and the when
furiously toggling, the line remains blissfully static.
2022-09-25 08:37:29 -06:00
Richard Hull 489b841295
Add a closing tag when showing timestamp in log view (#1776) 2022-09-25 08:35:29 -06:00
Fernand Galiana c35949189f
release v0.26.5 (#1771) 2022-09-22 09:19:09 -06:00
derailed 234fb5c91d clean up test 2022-09-21 14:31:02 -06:00
Fernand Galiana 412b064439
K9s/rel v0.26.4 (#1767)
* release v0.26.4

* update deps

* update docs

* fix merge

* update gha
2022-09-21 14:28:21 -06:00
Takumi Sue 6c9d06a2a0
Replace clipboard package (#868) (#1721)
* Replace clipboard package

Fixes #868

* Raise error when clipboard.Write fails

* Call clipboard.Write when Init successes

* Flash error rather than panic

* Refactor copying into clipboard

* Refactor cpCmd to remove wrappers

* Use clipboardWrite instead of cpCmd
2022-09-21 13:27:42 -06:00
Anthony bd677cc01b
List all helm releases (#1755)
On second thought, I'll accept your PR and will update the code to use `all` as I am getting ready for a new drop and would like to include your changes. Thanks Anthony!
2022-09-21 13:26:33 -06:00
Phil Kates 403cc63ddd
Fix GracePeriodSeconds (#1739)
`var x int64` means the value is 0 rather than the intended nil
(default).

`Delete` doesn't provide a way to configure the grace period anyway so
remove the variable and only override on a `force`

Co-authored-by: Phil Kates <phil.kates@cartacapitalmarkets.com>
2022-09-18 08:09:16 -06:00
muicoder cab718387c
Fix Get CustomResourceDefinition(#1711) (#1722)
* Fix  Get CustomResourceDefinition(#1711)

* Update crd_test.go
2022-09-18 07:11:59 -06:00
Maurizio Pasquinelli 6342ee537d
Fix typo in cronjob (#1759) 2022-09-17 07:42:47 -06:00
이태형 7f9f3ce04c
fix redundant type conversion code (#1725)
Co-authored-by: rolancia <rolancia.com@gmail.com> Good catch!! Thank you @rolancia!!
2022-08-27 09:11:05 +02:00
Fernand Galiana e309c28d26
K9s/rel v0.26.1 (#1685)
* fix #1661 #1680

* cleaning up

* add rel notes
2022-08-02 13:22:16 -06:00
Tuan Anh Pham c0c62e7826
Fix persistentvolumes not showing terminating status (#1682)
@anhpngt Doh!! indeed... Thank you for the fix Tuan! I see what's happening with the renderer. Will fix in the next drop...
2022-08-01 15:28:52 -06:00
Aleksei Romanenko c6ad80126e
Show UsedBy for PriorityClasses (#1666)
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-30 06:47:51 -06:00
Ben Blackmore 6e398ed6fb
feat: allow disable CTRL-C behavior (#1672)
Fixes #1599
2022-07-26 07:54:46 -06:00
Aleksei Romanenko 6dec26f9cc
Fix PF delete with no container (#1668)
* Fix PF delete with no container

* Fix PF delete with no container

Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-20 15:24:56 -06:00
derailed ee07b98755 cleaning up deprecation 2022-07-17 09:56:16 -06:00
Fernand Galiana b6feb10388
K9s/rel v0.26.0 (#1660)
* additional tests + cleanup

* release v0.26.0
2022-07-17 09:28:59 -06:00
Aleksei Romanenko d9629dd537
Fix PF and RS colors (#1656)
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-16 08:35:50 -06:00
Aleksei Romanenko 56c898fcb0
Fix #1636: can't switch context with --kubeconfig flag (#1638)
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-07-07 08:25:59 -06:00
Fernand Galiana 66c22f1c6f
K9s rel v0.25.21 (#1635)
* additional tests + cleanup

* update docs

* update docs
2022-06-30 12:03:33 -06:00
Christian Provenzano 7c5ba99cc1
Fix delete dialog dropdown styling (#1632)
* Fix delete dialog dropdown styling

Update tview to allow dropdown styling

* Update tview
2022-06-30 11:22:54 -06:00
Bryan A. S 2deec5c2b9
Fix TestToAge (#1627) 2022-06-29 13:47:33 -06:00
Fernand Galiana 373fd4587b
K9s release v0.25.20 (#1621)
* release v0.25.20

* fix rel notes
2022-06-28 09:29:30 -06:00
Fernand Galiana bb5ba1306d
K9s release v0.25.19 (#1610)
* release v0.25.19

* update deps revs
2022-06-27 19:20:22 -06:00
Gabriel Simmer 842c7d2d0f
Capitalise true/false when checking suspension (#1601) 2022-06-27 18:00:25 -06:00
Christian Provenzano 8e8f874b1e
Allow all deletion propagation policies (#1553)
* Allow all deletion propagation policies

* Add "none" deletion propagation policy
2022-05-26 07:48:00 -06:00
Joshua Ward 1c29fcaf61
Add Helm values support (#1518)
* working get values and get all valeus

* less verbose variable naming

* addressing comments and refactored to have a single view that has toggleable values

* better returns and logging

* returning event instead of nil

Co-authored-by: Joshua Ward <joshua.l.ward@leidos.com>
2022-05-19 09:17:49 -06:00
tyzbit 25e02db101
Add locking favorite namespaces (#1449) (#1519)
* add locking favorite namespaces (#1449)

* let favorites be set via type default
2022-05-19 09:15:40 -06:00
Léo b24759e6fe
fix view details secret fullscreen padding to 0 (#1493)
closes https://github.com/derailed/k9s/issues/1450
2022-04-07 10:42:52 -06:00
Fernand Galiana 6085039f83
fix #1402 (#1408) 2021-12-28 09:52:33 -07:00
Fernand Galiana 2a9f5464c3
K9s: rel v0.25.17 (#1406)
* fix #1402 #1401

* add rel notes
2021-12-27 23:42:01 -07:00
Fernand Galiana fc8ffe5d37
release v0.25.16 (#1400) 2021-12-24 17:41:35 -07:00
Fernand Galiana df613ec88d
fix #1384 (#1388) 2021-12-17 10:04:52 -07:00
Fernand Galiana 306e4f239f
release v0.25.14 (#1385) 2021-12-16 17:59:53 -07:00
Fernand Galiana fdc638c5d4
release v0.25.13 (#1383) 2021-12-16 09:30:10 -07:00
Fernand Galiana 01bdc85020
K9s: release v0.25.12 (#1379)
* release v0.25.12

* update rel notes
2021-12-14 23:46:32 -07:00
Fernand Galiana 11c2ae2622
release v0.25.11 (#1377) 2021-12-14 10:44:24 -07:00
derailed aef0840e73 must get moore sleep! 2021-12-13 15:42:51 -07:00
Fernand Galiana 34eab38afb
k9s: release v0.25.9 (#1364)
* release v0.25.9

* update docs
2021-12-13 13:02:44 -07:00
Vlasov Artem 0249f7cf2c
Add customizable dump directory property (#1321)
* Add customizable dump directory property

Add property for configuration file and arguments

* Resolve Comments

Co-authored-by: Artem Vlasov <artemv@tradeix.com>
2021-12-13 12:42:44 -07:00
Fernand Galiana f97bceaf64
release v0.25.8 (#1354) 2021-12-03 15:18:12 -07:00
Wendell Sun 265e0561aa
add logFile flag to change the default log file path (#1336) 2021-11-26 15:41:44 -07:00
Fernand Galiana 6b6a490c73
K9s: release v0.25.7 (#1343)
* fix #1341

* fix tests
2021-11-26 14:02:44 -07:00
Fernand Galiana f0b540a350
rel v0.25.6 (#1335) 2021-11-23 23:59:25 -07:00
Fernand Galiana 4ae57817bd
rel v0.25.5 (#1334) 2021-11-23 09:51:40 -07:00
Fernand Galiana 165ffeab93
K9s: rel v0.25.4 (#1322)
* release v0.25.4

* update docs

* update docs
2021-11-20 13:23:26 -07:00
Fernand Galiana 81823ae167
fixed #1311 #1310 #1293 (#1313) 2021-11-16 22:41:02 -07:00
muicoder 5d62fdc425
Fix accessMode getting exception (#1306)
The result obtained in the old way is always the first ReadWriteOnce(RWO)
2021-11-16 18:14:49 -07:00
Fernand Galiana 83b5feeb37
fixed #1308 #1307 #1296 (#1309) 2021-11-16 13:58:51 -07:00
Fernand Galiana 4e20e5f110
K9s: Release v0.25.0 (#1304)
* update rel notes

* release 0.25 checkpoint

* cleaning up
2021-11-15 23:24:51 -07:00
Eng Zer Jun 5166adb7c1
refactor: move from io/ioutil to io and os packages (#1300)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-08 08:47:18 -07:00
Rick 3b28b94bc7
Fix a small typo which comes from the cluster info view (#1284) 2021-10-20 22:23:15 -06:00
Fernand Galiana a637d494bf
fix #1258 (#1270) 2021-10-02 13:00:05 -06:00
Konstantinos Natsakis 1152133de1
Node shell pods tolerate all taints (#1249) 2021-10-02 11:11:53 -06:00
Fernand Galiana 9a455438d1
#1268 age sorting (#1269)
* #1268 age sorting

* cleaning up
2021-10-02 10:58:08 -06:00
derailed 019121c04e update build dependencies 2021-09-23 13:41:44 -06:00
Chris Henzie 04e7e28e15
Add abbreviation for ReadWriteOncePod PV access mode (#1227)
* Bump k8s.io dependencies to 0.22.0

* Add abbreviation for ReadWriteOncePod PV access mode
2021-08-19 07:45:39 -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
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
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
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
Takumasa Sakao a2fa1ef1b8
Fix environement variable substitution bug at plugin argument (#1198) 2021-07-24 08:06:56 -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
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
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
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
Fernand Galiana 107c0acd33
fix #1169 index out of range (#1170) 2021-06-29 08:06:31 -06:00
derailed 9b498196f9 fix #1163 #1153 #1151 #1140 #1137 #1132 #1131 2021-06-27 23:22:13 -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
derailed 6426ea112f windows shell fix 2021-05-19 23:54:08 -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
derailed a85a1eced1 checkpoint 2021-05-02 13:41:16 -06:00
derailed a951b552fb checkpoint 2021-05-02 12:46:15 -06:00
derailed 627c38cb36 bug fixes and enhancements 2021-04-29 11:21:43 -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
derailed d38efba564 fix bugz 2021-04-29 10:51:56 -06:00
derailed 679243d829 wins palette 2021-04-28 22:56:15 -06:00
Josh Soref a07243dbb0
Spelling (#1089)
* spelling: a hex

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: accepted

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: actions

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: additional

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: assertions

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: assessments

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: betta'

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: [br]eaking [ba]d

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: change

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: changed

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: childnodes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: cleared

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: clusterrole

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: collection

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: columns

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: configuration

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: confirm

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: consensus

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: crumbs

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: ctrl

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: ctx

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: debugging

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: deltas

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: deprecated

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: describable

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: disturbance

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: disturbances

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: efforts

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: excitement

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: filter

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: forward

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: forwarding

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: fqn

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: fullscreen

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: grab

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: graphable

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: groups if

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: homebrew

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: hopeful

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: impatient

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: initialized

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: initially

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: is a

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: job runner

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: kubectl

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: kubernetes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: latest

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: list

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: makusi

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: menu

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: mnemonic

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: nice

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: nominally

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: nonexistent

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: original

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: outputs

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: override

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: parens

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: preceded

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: preliminary

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: process

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: prozac

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: purpose

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: rbac

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: repeatedly

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: replenishing

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: resource

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: returns

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: right

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: row event

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: rpi

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: salient

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: seemingly

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: separator

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: shas

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: shortcut

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: shortcuts

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: solidify

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: sponsorship

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: superfluous

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: support

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: target's

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: threshold

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: times out

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: tripping

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: unanimous (?)

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: upgrade

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: using

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: views

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: vulnerability

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: will launch

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-04-27 07:51:33 -06:00
derailed d60054c531 maintenance #1067 #1061 #1060 2021-03-31 10:38:13 -06:00
derailed f4cd022a9c merge prs + dep updates 2021-03-27 15:03:46 -06:00
Arash Outadi fb791df105
ISSUE-957 - Add a simple pause button to stop auto-refresh on ConfigMap and Secrets (#1062)
* Add a simple pause button using Start/Stop functionality

* Remove Infof

* Update internal/view/live_view.go

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>

* Turn off auto-refresh by default

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-03-27 14:14:18 -06:00
derailed 87fa565279 bugs #1063 #1061 #1059 #177 2021-03-26 23:20:23 -06:00
derailed 5ea54e3881 fix #1056 #1024 2021-03-24 11:26:06 -06:00
derailed d31328a576 fix po feature col + lockouts? 2021-03-24 11:09:44 -06:00
derailed 89ff119977 fix #1024 2021-03-22 09:13:01 -06:00
Fernand Galiana 561a0c1f41
K8s update (#1041)
* rev k8s

* add rel notes

* checkpoint

* add helm

* cleaning up

* cleaning up

* rel notes

* check deps

* rev apis + bugs

* cleanup cronjob view

* update rel notes

* clean up + docs
2021-03-19 09:20:05 -06:00
Gal Solomon 58010eedfd
Added windows shell support (#997) 2021-03-19 08:29:15 -06:00
Jeroen Op 't Eynde e2866adcb5
Option to hide logo (#1026) 2021-03-19 08:15:04 -06:00
Ludovico Russo b29e368cb4
add toogle suspend actions in CronJob (#1010)
add toggleSuspend action and remove separate suspend/unsuspend

Allow to toggleSuspend on one resource only and update text

fix showSuspendDialog

Co-authored-by: Ludovico Russo <ludovico.russo@redcarbon.ai>
2021-03-19 07:03:09 -06:00
Fernand Galiana 68861202c7
Revert "[WIP] Add ArgoCD views" 2021-03-18 22:04:01 -06:00
Fernand Galiana f519424408
Merge pull request #952 from raphink/argo
[WIP] Add ArgoCD views
2021-03-15 11:26:19 -06:00
Steffen Krause 65546ada14 Correction of CronJob APIVersion 2021-01-07 21:41:25 -05:00
Raphaël Pinson debe864dcb
Add AppProjects 2020-12-18 15:41:29 +01:00
Raphaël Pinson 92cf317f26
Do not block when retrieving resources, let them come later 2020-12-11 11:41:20 +01:00
Raphaël Pinson ab3e4d8585
Do not block when retrieving resources 2020-12-11 11:30:47 +01:00
Raphaël Pinson a23e594c48
Check pointer 2020-12-11 11:25:48 +01:00
Raphaël Pinson ce8a30dc88
Move var init to where they're used 2020-12-10 20:34:48 +01:00
Raphaël Pinson 3cfb6769cd
Add SYNC POLICY column to app view 2020-12-10 00:20:46 +01:00
Raphaël Pinson 1e22843012
Wait for resources 2020-12-09 23:54:34 +01:00
Raphaël Pinson 7f18ce7031
Support services in app xray 2020-12-09 23:32:14 +01:00
Raphaël Pinson f106692934
Retrieve deployment 2020-12-09 23:28:54 +01:00
Raphaël Pinson b025bd07e5
Attempt to render deployments in xray apps 2020-12-09 22:42:27 +01:00
Raphaël Pinson cfa761a812
Add Applications renderer
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
2020-12-09 22:42:04 +01:00
Raphaël Pinson 39d2b9535d
[WIP] Add ArgoCD views
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
2020-12-09 21:48:46 +01:00
derailed a4c7f3817e cleanup + rel notes 2020-12-04 10:18:37 -07:00
derailed 730494af98 fix typo and clean up prs 2020-12-04 05:20:13 -07:00
Fernand Galiana 35799ab743
Merge pull request #960 from simoncaron/feature/959
Handle Empty Port List in PortForward View
2020-12-01 20:16:34 -07:00
Michal Kuratczyk fa0565f8e3 Disable filtering on the Help screen 2020-11-27 10:23:50 +01:00
Simon Caron 0c40180a4d Handle Empty Port List in PortForward View 2020-11-23 23:33:10 -05:00
derailed 0d48d32c61 fix dialog buttons focus 2020-11-23 15:10:32 -07:00
derailed 512c40fae0 rel v.24.0 - maintenance drop 2020-11-21 10:20:32 -07:00
derailed 69bcd641ac cleaning up 2020-11-11 04:50:23 -07:00
derailed a952806eba fix #933 #932 #931 2020-11-10 08:17:50 -07:00
derailed dcf7427038 missed a file 2020-11-06 19:54:36 -07:00
derailed 7179c766aa cleaning up 2020-11-06 14:39:01 -07:00
derailed ea9f6abd08 perf pass on no/po/co 2020-11-06 14:22:02 -07:00
derailed a6f950b2a2 fix #920 2020-11-05 23:34:05 -07:00
derailed d867a883cc fix #930 2020-11-05 23:24:04 -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 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 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