kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
39.77k stars 13.65k forks source link

Update broken manage service accounts link #762

Open thepetk opened 4 months ago

thepetk commented 4 months ago

What this PR does?

This PR simply fixes a broken link. More detailed the managing service accounts link points to https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/ currently gives a 404. As a result it is replaced by the https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/ link which is working.

Issues related to this PR?

N/A