resolve conflict
commit
c0786c2016
10
README.md
10
README.md
|
|
@ -57,6 +57,12 @@ K9s is available on Linux, macOS and Windows platforms.
|
||||||
pacman -S k9s
|
pacman -S k9s
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* On OpenSUSE Linux distribution
|
||||||
|
|
||||||
|
```shell
|
||||||
|
zypper install k9s
|
||||||
|
```
|
||||||
|
|
||||||
* Via [Scoop](https://scoop.sh) for Windows
|
* Via [Scoop](https://scoop.sh) for Windows
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
@ -386,12 +392,12 @@ K9s does provide additional environment variables for you to customize your plug
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
This defines a plugin for viewing logs on a selected pod using `ctrl-l` for shorcut.
|
This defines a plugin for viewing logs on a selected pod using `ctrl-l` for shortcut.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# $HOME/.k9s/plugin.yml
|
# $HOME/.k9s/plugin.yml
|
||||||
plugin:
|
plugin:
|
||||||
# Defines a plugin to provide a `ctrl-l` shorcut to tail the logs while in pod view.
|
# Defines a plugin to provide a `ctrl-l` shortcut to tail the logs while in pod view.
|
||||||
fred:
|
fred:
|
||||||
shortCut: Ctrl-L
|
shortCut: Ctrl-L
|
||||||
confirm: false
|
confirm: false
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ k9s:
|
||||||
modifyColor: greenyellow
|
modifyColor: greenyellow
|
||||||
addColor: white
|
addColor: white
|
||||||
errorColor: orangered
|
errorColor: orangered
|
||||||
pendingColor: orangered
|
pendingColor: darkorange
|
||||||
highlightcolor: aqua
|
highlightcolor: aqua
|
||||||
killColor: mediumpurple
|
killColor: mediumpurple
|
||||||
completedColor: gray
|
completedColor: gray
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue