-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Issue with k8s.io/docs/tasks/administer-cluster/access-cluster-api/ #16453
Copy link
Copy link
Closed
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.language/enIssues or PRs related to English languageIssues or PRs related to English languagelifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.language/enIssues or PRs related to English languageIssues or PRs related to English languagelifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
This is a Bug Report
Broken link to Python client "See this example": https://github.com/kubernetes-client/python/tree/master/examples/example1.py
Accessing the API from a Pod
Insufficient detail on how to access the API from within a Pod. Only a Go example is given, no Python example.
Proposed Solution:
Fix broken link to example for external Python client, probably should be: https://github.com/kubernetes-client/python/blob/master/examples/out_of_cluster_config.py
Add a Python example bullet-point following the line "For Go client, the rest.InClusterConfig() function assists with this. See an example here." eg something like:
Page to Update:
https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api/