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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ A [K9s](https://github.com/derailed/k9s)-inspired terminal UI for monitoring Flu
33
33
-**YAML viewing** - Inspect full resource manifests
34
34
-**Kubernetes Events** - Per-resource events in the describe view, plus a live `:events` feed for the current namespace or cluster
35
35
-**Controller logs** - Stream any Flux controller pod's logs live with `:logs` (follow, search, bounded buffer)
36
+
-**Workload drill-down** - Open a graph workload group to walk Deployments/StatefulSets/DaemonSets: rollout status, containers, pods, events, and pod logs
Copy file name to clipboardExpand all lines: docs/content/user-guide/_index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,8 @@ When you type `:ctx` and press Enter without specifying a context name, flux9s d
138
138
139
139
The submenu appears as a centered overlay on top of the current view, making it easy to see and select your desired context without needing to remember exact names.
140
140
141
+
All submenus support **filtering with the same keys as the resource list**: press `/` to start filtering, type to narrow the list, `Enter` to apply the filter, and `Esc` to cancel it (a second `Esc` closes the menu). `PageUp`/`PageDown` (or `Ctrl+f`/`Ctrl+b`) page through long lists, and `:` closes the menu straight into command mode.
142
+
141
143
#### Theme Submenu (`:skin`)
142
144
143
145
When you type `:skin` and press Enter without specifying a theme name, flux9s displays an interactive menu of available themes with live preview.
@@ -228,6 +230,7 @@ The graph view displays:
228
230
-`j` / `k` (or `↓` / `↑`) - Move the highlighted focus between nodes; the view scrolls to keep the focused node visible.
229
231
-`Enter` - Open the focused node's resource in the detail view. Aggregate nodes (workload/resource groups) and external upstream URLs aren't directly openable.
230
232
-`y` / `d` - View the focused node's YAML or describe output directly, including managed workloads (Deployments, Services, etc.).
233
+
-`Enter` on a **workload group** - Drill into the workload list: `Enter` on a workload opens its detail (rollout status, containers and images, pods with restarts, events), and `l` streams a pod's logs. `Esc` walks back up the chain.
231
234
-`Esc` / `Backspace` - Return to the graph (when you opened a view from it), then back to the resource list.
232
235
233
236
Focus starts on the resource you opened the graph from, so you can immediately walk its sources and dependencies.
0 commit comments