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/ja/docs/setup/production-environment/tools/kops.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ kops is an automated provisioning system:
27
27
28
28
* You must [install](https://github.com/kubernetes/kops#installing)`kops` on a 64-bit (AMD64 and Intel 64) device architecture.
29
29
30
-
* 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.
30
+
* 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).
31
31
32
32
33
33
@@ -140,7 +140,7 @@ you choose for organization reasons (e.g. you are allowed to create records unde
140
140
but not under `example.com`).
141
141
142
142
Let's assume you're using `dev.example.com` as your hosted zone. You create that hosted zone using
143
-
the [normal process](http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingNewSubdomain.html), or
143
+
the [normal process](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingNewSubdomain.html), or
144
144
with a command such as `aws route53 create-hosted-zone --name dev.example.com --caller-reference 1`.
145
145
146
146
You must then set up your NS records in the parent domain, so that records in the domain will resolve. Here,
@@ -231,7 +231,7 @@ See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to expl
231
231
## {{% heading "whatsnext" %}}
232
232
233
233
234
-
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/user-guide/kubectl-overview/).
234
+
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/reference/kubectl/overview/).
235
235
* Learn more about `kops`[advanced usage](https://kops.sigs.k8s.io/) for tutorials, best practices and advanced configuration options.
236
236
* Follow `kops` community discussions on Slack: [community discussions](https://github.com/kubernetes/kops#other-ways-to-communicate-with-the-contributors)
237
237
* Contribute to `kops` by addressing or raising an issue [GitHub Issues](https://github.com/kubernetes/kops/issues)
0 commit comments