Skip to content

Commit

Permalink
fix 404 urls
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
  • Loading branch information
yuxiaobo96 committed Dec 12, 2019
1 parent b60fbff commit d13bba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/development/api_updates.md
Expand Up @@ -3,7 +3,7 @@
Kops uses the Kubernetes API machinery. It is well designed, and very powerful, but you have to
jump through some hoops to use it.

Recommended reading: [kubernetes API changes doc](https://github.com/kubernetes/community/blob/master/contributors/devel/api_changes.md)
Recommended reading: [kubernetes API convention doc](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md) and [kubernetes API changes doc](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md).

The kops APIs live in [pkg/apis/kops](https://github.com/kubernetes/kops/tree/master/pkg/apis/kops), both in
that directory directly (the unversioned API) and in the versioned subdirectories (`v1alpha1`, `v1alpha2`).
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/coreos-kops-tests-multimaster.md
Expand Up @@ -196,7 +196,7 @@ If you don't want KOPS to auto-select the instance type, you can use the followi

But, before doing that, always ensure the instance types are available on your desired AZ.

NOTE: More arguments and kops commands are described on the following document: [commands.md](https://github.com/kubernetes/kops/blob/master/docs/commands.md)
NOTE: More arguments and kops commands are described on the following document: [cli](https://github.com/kubernetes/kops/tree/master/docs/cli)

Let's continue exploring our cluster, but now with "kubectl":

Expand Down
2 changes: 1 addition & 1 deletion docs/operations/cluster_upgrades_and_migrations.md
Expand Up @@ -204,7 +204,7 @@ Limitations:
4. Verify the planned changes with `kops update cluster cluster.example.com`
5. Create the cluster with `kops update cluster cluster.example.com --yes`
6. Wait around for the cluster to fully come up and be available. `k get nodes` should return `(master + minions) = 15` available nodes.
7. (Optional) Create the Dashboard with `kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml`
7. (Optional) Create the Dashboard with `kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml`
8. Deploy the existing resource configuration to the new cluster.
9. Confirm that pods on the new cluster are able to access remote resources.
- For AWS-hosted services, add the generated `nodes.cluster.example.com` security group to the resources that may need it (i.e. ElastiCache, RDS, etc).
Expand Down

0 comments on commit d13bba8

Please sign in to comment.