Merge pull request #6939 from stewart-yu/patch-1

fix deadlink
This commit is contained in:
Qiming 2018-01-12 10:33:30 +08:00 committed by GitHub
commit c95d001f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ The following guides explain some of the resources in detail:
* [Secrets](/docs/tasks/administer-federation/secret/)
* [Services](/docs/concepts/cluster-administration/federation-service-discovery/)
[API reference docs](/docs/reference/federation/) lists all the
[API reference docs](/docs/reference/generated/federation/) lists all the
resources supported by federation apiserver.
## Cascading deletion

View File

@ -496,7 +496,7 @@ control of your Kubernetes cluster.
## What's next {#whats-next}
* Learn about kubeadm's advanced usage in the [kubeadm reference documentation](/docs/reference/setup-tools/kubeadm/)
* Learn about kubeadm's advanced usage in the [kubeadm reference documentation](/docs/reference/setup-tools/kubeadm/kubeadm)
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/user-guide/kubectl-overview/).
* Configure log rotation. You can use **logrotate** for that. When using Docker, you can specify log rotation options for Docker daemon, for example `--log-driver=json-file --log-opt=max-size=10m --log-opt=max-file=5`. See [Configure and troubleshoot the Docker daemon](https://docs.docker.com/engine/admin/) for more details.