File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
content/zh/docs/reference/kubectl Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ For `kubectl run` to satisfy infrastructure as code:
65
65
* Switch to configuration files checked into source control for features that are needed, but not expressible via `kubectl run` flags.
66
66
-->
67
67
68
- * 使用特定版本的标签标记镜像,不要将该标签移动到新版本。例如,使用 ` :v1234 ` 、` v1.2.3 ` 、` r03062016-1-4 ` ,而不是 ` :latest ` (有关详细信息,请参阅[ 配置的最佳实践] ( /docs/concepts/configuration/overview/#container-images ) )。
68
+ * 使用特定版本的标签标记镜像,不要将该标签移动到新版本。例如,使用 ` :v1234 ` 、` v1.2.3 ` 、` r03062016-1-4 ` ,而不是 ` :latest ` (有关详细信息,请参阅[ 配置的最佳实践] ( /zh/ docs/concepts/configuration/overview/#container-images ) )。
69
69
* 固定到特定的[ 生成器] ( #生成器 ) 版本,例如 ` kubectl run --generator=run-pod/v1 ` 。
70
70
* 使用基于版本控制的脚本来记录所使用的参数,或者至少使用 ` --record ` 参数以便为所创建的对象添加注解,在使用轻度参数化的镜像时,记录下所使用的命令行。
71
71
* 使用基于版本控制的脚本来运行包含大量参数的镜像。
@@ -156,5 +156,3 @@ You can use the `--dry-run` flag to preview the object that would be sent to you
156
156
-->
157
157
158
158
* 您可以使用 ` kubectl apply ` 命令创建或更新资源。有关使用 kubectl apply 更新资源的详细信息,请参阅 [ Kubectl 文档] ( https://kubectl.docs.kubernetes.io ) 。
159
-
160
-
You can’t perform that action at this time.
0 commit comments