Commit Graph

67 Commits (f0d0e62b700f08b04318d5c53ed0012ef2b0c8d9)

Author SHA1 Message Date
Fernand Galiana f0d0e62b70
K9s/release v0.30.1 (#2369)
* [Bug] Fix #2368

* [Bug] Fix #2363

* [Bug] Fix #2364

* [Bug] Fix #2366

* [Bug] Fix #2367

* Release docs + rebase fixes
2023-12-24 11:29:22 -07:00
Fernand Galiana dcec53e061
K9s/rel v0.30.0 (#2361)
* [Maint] Refactor VS col handling

* [Bug] Add helm hist <enter> values cmd

* [Bug] Add context specific skins within a given cluster config.

* [Maint] Image scan controls

* [Bug] Fix fwd+bench timestamp

* [Refact] all-ns const

* [Maint] update tabledefs from metav1beta1 to metav1

* [Feat] Introduce workload view

* [Maint] Add convenience to map out ns names

- Refactor allnamespaces

* [Cleanup] axe pegomock

* [Refact] Use gvr type vs string

* [Feat] Add blacklist scans exclusions

* [Feat] setLabels for stored commands

* [Maint] Rename api-group column

* [Refact] gvr type refactor

* [Maint] Cleaning up

* [Bug] Add ability to skin based on context

- Handles cluster spanning *contexts

* [Maint] Cleaning up

* [Feat] Cmd interpreter

* [Maint] Clean up + bug fixes

* [Feat] Changed k9s config loader

> NOTE: !!Breaking change!!

- Make k9s config readonly
- Move writable artifacts to XDG data dir
- Move transient artifacts to XDG state dir
- Add per context skin option
- Add per context readonly option
- Consistent pluralization file names to yaml section

* [Docs] Update release and README docs

* [Maint] Rebase + cleanup

* [Maint] Normalize config extensions all yml -> yaml

* [Maint] Cleaning up + fixes
2023-12-23 14:29:55 -07:00
Fernand Galiana a44cb6135c K9s Release v0.29.0 (#2326)
* Feat: Move shell pod cluster config to general config

> BREAKING CHANGE! K9s configuration breaking change! Shellpod specification will
no longer reside with a cluster configuration. It is now part of the
global K9s configuration object.

Shellpod configuration should be part of k9s config. Clusters admins
will most likely use the same image and config to run shells on their
nodes. Each cluster in turn will have the option to either
enable/disable shelling into nodes. This not only DRYs up the k9s config
but also allows user to consolidate their shell pod configuration in one
central place.

* Fix #2290 - Add freebsd assets

* Maintenance cleaning up

* Fix #2166 - Add taint tracking column to node view

* Fix #2009: Update screendump file names to contain resource info

* Maintenance: Cleanup errror messages

* Fix #1513: Change log default to tail vs last 5min

* Fix #2166: Add taint indicator on node view

* Fix #2165: Track init co restarts

* Fix #2308: Fix rbac auth checks

* Fix #2036: Fix npe on filtering CRDs

* Fix #2219: Turn on TTY option on shellpod

* Fix #2167: Update color escape sequence on copy

* Fix #2297: Enable multi select on nodes

* Cleanup headers

* Fix #2162: Allow edit when describing/viewing

* Feat: Add helm release history support

* Fix #2039: Command Arrow up/down + enter support

* Small refactor

* Add img vulenerability scans support

* Change skin loading and support

- Move skin specification to k9s cluster config section
- Load skins for skins dir

* Release v0.29.0 docs
2023-12-06 23:12:39 -07:00
Fernand Galiana 702f6f01b2
Clean up items... (#2303)
* Update licence header

* Add linter workflow

* Add pkg builds
2023-11-19 08:43:39 -07:00
Fernand Galiana 5540b5a825 Add sanitize command (#2286)
- Sanitize provides for clearing out pods in either completed/failed
  state #2277
2023-11-11 10:33:33 -07:00
Fernand Galiana d19c792feb
K9s/rel v0.28.0 (#2274)
* check for plausible overflow when seting up env

* Various fixes and clean up

* Introduce File transfer command

- Add ability to upload/download files from/to pods

* release v0.28.0
2023-11-07 17:22:41 -07:00
Felix Geyer 062e7ef439
Show the default container as the first entry (#2158)
* Switch to new default-container pod annotation

kubectl.kubernetes.io/default-logs-container has been deprecated and
removed in kubectl, see
3a9c6f2a2f

* Show the default container as the first entry

In container selections show the default container as the first entry of
the list.
2023-07-26 12:46:35 -06: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
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
Fernand Galiana b6feb10388
K9s/rel v0.26.0 (#1660)
* additional tests + cleanup

* release v0.26.0
2022-07-17 09:28:59 -06: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 4e20e5f110
K9s: Release v0.25.0 (#1304)
* update rel notes

* release 0.25 checkpoint

* cleaning up
2021-11-15 23:24:51 -07:00
derailed 7e2dab2a66 cleaning up 2021-08-07 07:29:47 -06:00
Fernand Galiana a35155415e
fix cron triggers (#1171) 2021-06-29 08:25:04 -06:00
derailed 9b498196f9 fix #1163 #1153 #1151 #1140 #1137 #1132 #1131 2021-06-27 23:22:13 -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 f4cd022a9c merge prs + dep updates 2021-03-27 15:03:46 -06:00
derailed ea9f6abd08 perf pass on no/po/co 2020-11-06 14:22:02 -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 da8a65e59a cleaning up 2020-10-29 17:18:46 -06:00
derailed 4045cb56a4 cleaning up 2020-10-28 19:10:29 -06:00
derailed ffc31f856a checkpoint 2020-10-26 16:49:28 -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
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
Antoine Meausoone 7665af1c6f chore: tiny changes 2020-08-20 22:07:37 +02:00
Antoine Meausoone b00c77f477 feat(set_image): add set image feature for pod 2020-08-20 13:58:06 +02:00
derailed 21f0cb1b15 fix issue #819 #818 #797 2020-07-23 18:42:51 -06:00
derailed 251221c19b add rel notes + cleanup 2020-07-23 11:35:01 -06:00
derailed 671c819502 checkpoint 2020-07-18 09:27:41 -06:00
derailed 4a82b999ab fix issue #790 2020-07-02 22:10:16 -06:00
derailed f1111174aa add pf indicator 2020-06-29 18:47:02 -06:00
derailed e2f1626764 add pvc usage check + bugz #642 #754 #753 #743 #728 #718 2020-06-04 18:20:41 -06:00
derailed 3cfc4e860c cleaning up 2020-05-28 14:02:43 -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
derailed 56a520c2d1 fix issues #692 #689 #685 #684 2020-05-01 12:01:21 -06:00
derailed bf2847bea7 checkpoint 2020-03-28 18:27:17 -06:00
derailed 733d8482de fix logger for issue #631 2020-03-24 10:57:15 -06:00
derailed dbbf68fab9 checkpoint 2020-03-23 08:01:19 -06:00
derailed 2e05367256 changed plugin col references. Bugz #616 #615 #614 2020-03-13 00:24:04 -06:00
derailed bdd4ecff20 node view tlc. add cordon/uncordon/drain options 2020-03-10 20:59:38 -06:00
derailed 391eed9ea4 rework thresholds. Fix #604 #601 #598 #593 2020-03-06 10:03:47 -07:00
derailed c896598e84 Fix #583, #584 2020-02-27 21:47:21 -07:00
derailed 42e2e98e4d added support for custom columns 2020-02-22 18:30:30 -07:00
derailed 355f4ce396 checkpoint 2020-02-19 18:25:36 -07:00
derailed 7a977f31c7 refactor pf and benchmarks 2020-02-14 14:28:52 -07:00