Hugo: Fix /admin/accessing-the-api (#8480)

Fix indent so that list is not shown as code.
Fix URL, replace it with new location.
This commit is contained in:
Andreas Jaeger
2018-05-11 20:07:27 +02:00
committed by k8s-ci-robot
parent c35de70526
commit 407f73de53
+1 -1
View File
@@ -6,7 +6,7 @@ reviewers:
title: Controlling Access to the Kubernetes API
---
Users [access the API](/docs/user-guide/accessing-the-cluster) using `kubectl`,
Users [access the API](docs/tasks/access-application-cluster/access-cluster/) using `kubectl`,
client libraries, or by making REST requests. Both human users and
[Kubernetes service accounts](/docs/tasks/configure-pod-container/configure-service-account/) can be
authorized for API access.