File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
i18n/zh-CN/docusaurus-plugin-content-docs
current/user_docs/guides/gitops
version-0.5.0/user_docs/guides/gitops Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ config = app.App {
58
58
}
59
59
```
60
60
61
- 在上述代码中,我们定义使用 ` App ` schema 定义了应用的配置,其中我们配置了一个镜像为 ` gcr.io/heptio images/ks guestbook demo:0.2 ` 容器,并启用了 ` 80 ` 端口。
61
+ 在上述代码中,我们定义使用 ` App ` schema 定义了应用的配置,其中我们配置了一个镜像为 ` gcr.io/heptio- images/ks- guestbook- demo:0.2 ` 容器,并启用了 ` 80 ` 端口。
62
62
63
63
### 2. 安装 Kubernetes 和 GitOps 工具
64
64
@@ -126,8 +126,6 @@ argocd app create guestbook \
126
126
127
127
如果创建成功,您可以看到如下输出:
128
128
129
- After successfully creating, you can see the following output:
130
-
131
129
``` bash
132
130
application ' guestbook' created
133
131
```
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ config = app.App {
58
58
}
59
59
```
60
60
61
- 在上述代码中,我们定义使用 ` App ` schema 定义了应用的配置,其中我们配置了一个镜像为 ` gcr.io/heptio images/ks guestbook demo:0.2 ` 容器,并启用了 ` 80 ` 端口。
61
+ 在上述代码中,我们定义使用 ` App ` schema 定义了应用的配置,其中我们配置了一个镜像为 ` gcr.io/heptio- images/ks- guestbook- demo:0.2 ` 容器,并启用了 ` 80 ` 端口。
62
62
63
63
### 2. 安装 Kubernetes 和 GitOps 工具
64
64
@@ -126,8 +126,6 @@ argocd app create guestbook \
126
126
127
127
如果创建成功,您可以看到如下输出:
128
128
129
- After successfully creating, you can see the following output:
130
-
131
129
``` bash
132
130
application ' guestbook' created
133
131
```
You can’t perform that action at this time.
0 commit comments