Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix in-cluster API discovery documentation #36691

Merged
merged 4 commits into from
Jan 18, 2023
Merged

Commits on Sep 8, 2022

  1. Fix in-cluster API discovery documentation

    The documentation incorrectly describes the way that client libraries
    discover the Kubernetes API server. While the `kubernetes.default.svc`
    DNS is provided as a convenience, **all** of the officially supported API
    clients use environment variables to discover the address of the API server.
    
    This change updates the documentation to reflect this.
    
    Signed-off-by: Oliver Gould <[email protected]>
    olix0r committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ae1fa53 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Review feedback

    olix0r authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ee12363 View commit details
    Browse the repository at this point in the history
  2. Fixup

    olix0r authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e4c2901 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    ae32205 View commit details
    Browse the repository at this point in the history