Update access-cluster-api.md

Update not working link to the correct one about Accessing the API from within a Pod
pull/26954/head
Kappie37 2021-03-08 13:53:16 +01:00 committed by GitHub
parent 86bb7aaec1
commit 5f7439095e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ func main() {
}
```
If the application is deployed as a Pod in the cluster, see [Accessing the API from within a Pod](#accessing-the-api-from-within-a-pod).
If the application is deployed as a Pod in the cluster, see [Accessing the API from within a Pod](https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod).
#### Python client