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: content/zh-cn/docs/tasks/tools/included/optional-kubectl-configs-fish.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,27 @@
2
2
title: "fish 自动补全"
3
3
description: "启用 fish 自动补全的可选配置。"
4
4
headless: true
5
+
_build:
6
+
list: never
7
+
render: never
8
+
publishResources: false
5
9
---
6
10
<!--
7
-
---
8
11
title: "fish auto-completion"
9
12
description: "Optional configuration to enable fish shell auto-completion."
10
13
headless: true
11
-
---
14
+
_build:
15
+
list: never
16
+
render: never
17
+
publishResources: false
18
+
-->
19
+
20
+
{{< note >}}
21
+
<!--
22
+
Autocomplete for Fish requires kubectl 1.23 or later.
12
23
-->
24
+
自动补全 Fish 需要 kubectl 1.23 或更高版本。
25
+
{{< /note >}}
13
26
14
27
<!--
15
28
The kubectl completion script for Fish can be generated with the command `kubectl completion fish`. Sourcing the completion script in your shell enables kubectl autocompletion.
0 commit comments