derailed
a13412a6d9
[HotFix] Fix issues #2330 #2329 #2327
2023-12-07 09:58:11 -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
ClementLachaussee
2d8fb99993
feat: add imagePullSecrets and imagePullPolicy configuration for shellpod ( #2301 )
...
* feat: add imagePullSecrets and imagePullPolicy in shell_pod for internal registry use cases
* docs: add imagePullPolicy and imagePullSecrets configuration example
* docs: remove comments
* docs: use same wording
* docs: remove useless phrase
* fix: truncated comment
* fix: use correct type, remove useless if
* add: ImagePullPolicy on container variable
---------
Co-authored-by: clementlachaussee <clement_lachaussee@ext.carrefour.com>
2023-11-21 13:03:27 -07:00
Sebastien Tardif
8b5ffce61a
fix brew command in the readme ( #2012 )
2023-11-12 11:38:23 -07:00
Jimmy Merrild Krag
a02f2c64a3
Update README.md with snap install ( #2262 )
2023-11-12 11:04:08 -07:00
Clément Loiselet
24e244ca82
fix( #1359 ): add option to keep missing clusters in config ( #2213 )
...
Co-authored-by: Clément Loiselet <clement.loiselet@cbp-group.com>
2023-11-12 09:42:50 -07:00
Artem Gorbatiuk
a34d7ae6bf
feat: add autoRefresh config field ( #2256 ) ( #2257 )
...
* feat: add autoRefresh config field
Add autoRefresh: true to config test scenarios
Update all instances of NewLiveView() to pass autoRefresh config value to LiveView
* fix: rename generic autoRefresh config field to liveViewAutoRefresh
* docs: document liveViewAutoRefresh config field
* fix: use app config for NewLiveView creation
---------
Co-authored-by: Artem Gorbatiuk <wfrced@gmail.com>
2023-11-08 12:45:22 -07:00
Aleksei Romanenko
248f7bc56c
Add instruction how to install k9s through winget ( #2117 )
2023-06-14 08:00:30 -06:00
Yann Defretin
a8e0942d7e
Fix typo introduced in #2045 ( #2082 )
2023-05-09 09:36:29 -06:00
Fernand Galiana
f4543e9bd2
Rel v0.27.4 ( #2075 )
...
* Update dependencies
* Update k9s skins
* Update release docs
2023-05-07 10:54:29 -06:00
Mike
465c947517
feat: allow customization of log indicator toggles closes #2024 ( #2041 )
2023-05-07 08:18:10 -06:00
tyzbit
5657b3cd72
fix: (views) use saved context view when switching ( #2045 )
...
* fix: (views) use saved context view when switching
* fix: (app) remove unnecessary variable
2023-05-07 08:15:11 -06:00
Aleksei Romanenko
56f044d510
Update k8s matrix ( #1979 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2023-03-16 14:14:41 -06:00
Gabriel M. Dutra
c032c32a0d
adding instruction to install in FreeBSD via pkg ( #1991 )
2023-03-16 14:11:17 -06:00
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
Wolfgang Ebner
7ca8ad8cea
Match ${XXX} environment variables ( #1896 )
2023-02-11 11:50:12 -07:00
derailed
fd2cfd4ef2
update docs
2023-02-04 09:21:05 -07:00
Fernand Galiana
d5c9cf5ed5
release v0.27.1 ( #1945 )
2023-01-31 08:09:53 -07:00
Aleksei Romanenko
b0c7f8d61c
Add k8s client compatibility matrix ( #1872 )
...
Co-authored-by: Aleksei Romanenko <alex.romanenko@linkup.com>
2022-11-29 09:11:13 -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
James Spurin
534c2791ca
Update README.md ( #1696 )
2022-11-05 08:42:52 -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
Kevin Gentile
404b8e691f
use go install ( #1797 )
2022-10-18 06:34:57 -06:00
Rui Chen
56ab42db54
docs: update homebrew installation note ( #1772 )
...
Linuxbrew has been merged into Homebrew
See https://github.com/Linuxbrew/brew/issues/612 and https://github.com/Homebrew/brew/issues/7028
2022-09-25 08:37:54 -06:00
jon r
a9f97bdf0c
README : correct (auto-)port-forwards annotations ( #1744 )
...
* README : correct (auto-)port-forwards annotations
* README : one more port-forwards typo
2022-09-17 08:04:20 -06:00
Ben Blackmore
6e398ed6fb
feat: allow disable CTRL-C behavior ( #1672 )
...
Fixes #1599
2022-07-26 07:54:46 -06:00
Michael Legart
69dc096717
Fix typo in FastForwards annotation name ( #1600 )
...
Took me a while to get auto forwards working - read the code and figured out the name in the README.md file was wrong :)
2022-06-27 18:00:51 -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
Bengt Lüers
1ab51c809e
Fix Typo ( #1422 )
...
This fixes a small typo I keep stumbling upon in the README
2022-01-19 14:23:58 -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
165ffeab93
K9s: rel v0.25.4 ( #1322 )
...
* release v0.25.4
* update docs
* update docs
2021-11-20 13:23:26 -07:00
derailed
97f1214f9d
update docs
2021-11-19 10:08:25 -07:00
derailed
27efbb1d7b
update docs
2021-11-19 10:04:04 -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
Anthony DeChiaro
d739b04fd8
Adding note on popeye config ( #1264 )
2021-10-02 10:51:42 -06:00
derailed
67cf6f855e
update docs
2021-08-09 23:05:49 -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
James Li
97e6c4b75a
fix typo ( #1185 )
...
Co-authored-by: James3 Li(李麒傑) <james3_li@asus.com>
2021-07-08 06:45:09 -06:00
derailed
9b498196f9
fix #1163 #1153 #1151 #1140 #1137 #1132 #1131
2021-06-27 23:22:13 -06:00
derailed
739f495daa
fix shell issue + bugz
2021-05-03 23:39:54 -06:00
derailed
a951b552fb
checkpoint
2021-05-02 12:46:15 -06:00
Fernand Galiana
8b19bfe537
Update docs
2021-04-30 05:46:47 -06:00
derailed
627c38cb36
bug fixes and enhancements
2021-04-29 11:21:43 -06:00
derailed
02feafcae3
add rel notes
2021-04-29 11:19:46 -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
Fernand Galiana
ddeb2166ed
Merge pull request #910 from vfarcic/master
...
Review video
2021-03-15 11:36:01 -06:00
Fernand Galiana
f3b5a20b89
Merge pull request #1009 from nikersch/add-webi-install-option
...
Added webi installer infos - Thank you @nikersch!
2021-03-15 11:13:33 -06:00