chore: make Prettier + fix spelling, update upgrade/switch instructions, prefer ale...
[webi-installers/.git] / k9s / README.md
index c2bbd0768ed22267c94411f5a71a2d1caf26adc1..7bc72edf5e1f30af43e5ae50b0b676035d4a650c 100644 (file)
@@ -13,19 +13,24 @@ Use the `@beta` tag for pre-releases.
 
 ## Cheat Sheet
 
-The information in this section is a copy of the preflight requirements and common command line arguments from k9s (https://github.com/derailed/k9s).
+The information in this section is a copy of the preflight requirements and
+common command line arguments from k9s (https://github.com/derailed/k9s).
 
-> `k9s` aim is to make it easier to navigate, observe and manage your applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.
+> `k9s` aim is to make it easier to navigate, observe and manage your
+> applications in the wild. K9s continually watches Kubernetes for changes and
+> offers subsequent commands to interact with your observed resources.
 
 ### Preflight check
 
-K9s uses 256 colors terminal mode. On `Nix system make sure TERM is set accordingly.
+K9s uses 256 colors terminal mode. On `Nix system make sure TERM is set
+accordingly.
 
 ```bash
 export TERM=xterm-256color
 ```
 
 To run k9s:
+
 ```bash
 k9s
 ```
@@ -33,26 +38,31 @@ k9s
 ### Command line arguments
 
 List all available CLI options
+
 ```bash
 k9s help
 ```
 
 To get info about K9s runtime (logs, configs, etc..)
+
 ```bash
 k9s info
 ```
 
 To run K9s in a given namespace
+
 ```bash
 k9s -n mycoolns
 ```
 
 Start K9s in an existing KubeConfig context
+
 ```bash
 k9s --context coolCtx
 ```
 
 Start K9s in readonly mode - with all cluster modification commands disabled
+
 ```bash
 k9s --readonly
 ```