Skip to content

Commit

Permalink
Merge pull request #13898 from hanghuge/main
Browse files Browse the repository at this point in the history
[DOCS] Fix unavailable link to Kubernetes docs
  • Loading branch information
bboreham committed Apr 10, 2024
2 parents adf9939 + c14a158 commit 594b317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/kubernetes/kubernetes.go
Expand Up @@ -311,7 +311,7 @@ func New(l log.Logger, metrics discovery.DiscovererMetrics, conf *SDConfig) (*Di
}
case conf.APIServer.URL == nil:
// Use the Kubernetes provided pod service account
// as described in https://kubernetes.io/docs/admin/service-accounts-admin/
// as described in https://kubernetes.io/docs/tasks/run-application/access-api-from-pod/#using-official-client-libraries
kcfg, err = rest.InClusterConfig()
if err != nil {
return nil, err
Expand Down

0 comments on commit 594b317

Please sign in to comment.