You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,8 +409,10 @@ You can now override the context portForward default address configuration by se
409
409
liveViewAutoRefresh: false
410
410
# The path to screen dump. Default: '%temp_dir%/k9s-screens-%username%' (k9s info)
411
411
screenDumpDir: /tmp/dumps
412
-
# Represents ui poll intervals. Default 2secs
412
+
# Represents ui poll intervals in seconds. Default 2secs
413
413
refreshRate: 2
414
+
# Overrides the default k8s api server requests timeout. Defaults 120s
415
+
apiServerTimeout: 15s
414
416
# Number of retries once the connection to the api-server is lost. Default 15.
415
417
maxConnRetry: 5
416
418
# Indicates whether modification commands like delete/kill/edit are disabled. Default is false
@@ -431,6 +433,7 @@ You can now override the context portForward default address configuration by se
431
433
crumbsless: false
432
434
# Set to true to suppress the K9s splash screen on start. Default false. Note that for larger clusters or higher latency connections, there may be no resources visible initially until local caches have finished populating.
433
435
splashless: false
436
+
# Toggles icons display as not all terminal support these chars. Default: true
434
437
noIcons: false
435
438
# Toggles reactive UI. This option provide for watching on disk artifacts changes and update the UI live Defaults to false.
Thank you to all that contributed with flushing out issues and enhancements for K9s!
8
+
I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev
9
+
and see if we're happier with some of the fixes!
10
+
If you've filed an issue please help me verify and close.
11
+
12
+
Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated!
13
+
Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!
14
+
15
+
As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey,
16
+
please consider joining our [sponsorship program](https://github.com/sponsors/derailed) and/or make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer)
17
+
18
+
On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA)
19
+
20
+
## Maintenance Release!
21
+
22
+
---
23
+
24
+
## Resolved Issues
25
+
26
+
*[#3288](https://github.com/derailed/k9s/issues/3288) Resource search doesn't filter by name in custom view
27
+
*[#3286](https://github.com/derailed/k9s/issues/3286) K9S doesn't understand matchExpressions selector in Deployment to Pod navigation
28
+
*[#3285](https://github.com/derailed/k9s/issues/3285) Rollout Restart method conflicts with GitOps (Flux, ArgoCD)
29
+
*[#3283](https://github.com/derailed/k9s/issues/3283) Deployment status showing wrong ready state
30
+
*[#3278](https://github.com/derailed/k9s/issues/3278) k9s doesn't honor the --namespace parameter
31
+
32
+
---
33
+
34
+
## Contributed PRs
35
+
36
+
Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine contributors for making K9s better for all of us!!
37
+
38
+
*[#3292](https://github.com/derailed/k9s/pull/3292) fix: respect insecure flag when switch context
0 commit comments