Skip to content

Commit b430876

Browse files
authored
Merge pull request kubernetes#1812 from soltysh/kui_typos
Fix typos and formatting
2 parents 6928d9f + c0acd31 commit b430876

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

keps/sig-cli/20191111-kui.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ owning-sig: sig-cli
77
participating-sigs:
88
- sig-cli
99
reviewers:
10-
- TBD
10+
- "@pwittrock"
11+
- "@soltysh"
1112
approvers:
12-
- TBD
13+
- "@pwittrock"
14+
- "@soltysh"
1315
editor: TBD
1416
creation-date: 2019-11-14
1517
last-updated: 2020-01-30
@@ -19,7 +21,7 @@ see-also:
1921
replaces:
2022

2123
superseded-by:
22-
24+
2325
---
2426

2527
# Kubectl Graphical Plugins
@@ -105,14 +107,16 @@ refer to as producing and distributing "fat" plugins, each plugin will
105107
contain its own copy of kui-core, including all of Electron (and its
106108
attendant copy of Chromium).
107109

108-
An alternate krew integrration story, which we refer to as the "thin
110+
An alternate krew integration story, which we refer to as the "thin
109111
plugin" strategy, would require development of a chain loader. When
110112
installing a thin plugin, the plugin would install, if needed, the
111-
kui-loader plugin. This would: 1) allow for very small plugin
112-
downloads; 2) maintain the ability for plugins to pin themselves to a
113-
particular version of electron and kui-core; 3) avoid having a
114-
separate copy of chromium in memory for every plugin window.. We have
115-
a prototype of such a chain loader here:
113+
kui-loader plugin. This would:
114+
115+
1) allow for very small plugin downloads;
116+
2) maintain the ability for plugins to pin themselves to a particular version of electron and kui-core;
117+
3) avoid having a separate copy of chromium in memory for every plugin window.
118+
119+
A prototype of such a chain loader is here:
116120
[https://github.com/kui-shell/kask](https://github.com/kui-shell/kask).
117121

118122

0 commit comments

Comments
 (0)