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/setup/production-environment/tools/kops.md
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ kops 是一个自动化的制备系统:
28
28
* Uses DNS to identify clusters
29
29
* Self-healing: everything runs in Auto-Scaling Groups
30
30
* Multiple OS support (Debian, Ubuntu 16.04 supported, CentOS & RHEL, Amazon Linux and CoreOS) - see the [images.md](https://github.com/kubernetes/kops/blob/master/docs/operations/images.md)
31
-
* High-Availability support - see the [high_availability.md](https://github.com/kubernetes/kops/blob/master/docs/high_availability.md)
31
+
* High-Availability support - see the [high_availability.md](https://github.com/kubernetes/kops/blob/master/docs/operations/high_availability.md)
32
32
* Can directly provision, or generate terraform manifests - see the [terraform.md](https://github.com/kubernetes/kops/blob/master/docs/terraform.md)
33
33
-->
34
34
* 全自动安装流程
35
35
* 使用 DNS 识别集群
36
36
* 自我修复:一切都在自动扩缩组中运行
37
37
* 支持多种操作系统(如 Debian、Ubuntu 16.04、CentOS、RHEL、Amazon Linux 和 CoreOS) - 参考 [images.md](https://github.com/kubernetes/kops/blob/master/docs/operations/images.md)
* You must have an [AWS account](https://docs.aws.amazon.com/polly/latest/dg/setting-up.html), generate [IAM keys](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys) and [configure](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html#cli-quick-configuration) them. The IAM user will need [adequate permissions](https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md#setup-iam-user).
@@ -360,7 +359,7 @@ Run "kops update cluster" to create your cluster in AWS:
360
359
-->
361
360
### (5/5) 在 AWS 中创建集群
362
361
363
-
运行 "kops update cluster" 以在 AWS 中创建集群:
362
+
运行 `kops update cluster` 以在 AWS 中创建集群:
364
363
365
364
```shell
366
365
kops update cluster useast1.dev.example.com --yes
@@ -391,7 +390,7 @@ for production clusters!
391
390
<!--
392
391
### Explore other add-ons
393
392
394
-
See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to explore other add-ons, including tools for logging, monitoring, network policy, visualization & control of your Kubernetes cluster.
393
+
See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to explore other add-ons, including tools for logging, monitoring, network policy, visualization, and control of your Kubernetes cluster.
395
394
-->
396
395
### 探索其他附加组件
397
396
@@ -411,12 +410,16 @@ See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to expl
411
410
412
411
<!--
413
412
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/reference/kubectl/).
414
-
* Learn about `kops` [advanced usage](https://github.com/kubernetes/kops)
415
-
* See the `kops` [docs](https://github.com/kubernetes/kops) section for tutorials, best practices and advanced configuration options.
413
+
* Learn more about `kops` [advanced usage](https://kops.sigs.k8s.io/) for tutorials, best practices and advanced configuration options.
414
+
* Follow `kops` community discussions on Slack: [community discussions](https://github.com/kubernetes/kops#other-ways-to-communicate-with-the-contributors)
0 commit comments