Skip to content

Commit

Permalink
Add checkpoint subresource to Kublet authorization doc (#48012)
Browse files Browse the repository at this point in the history
* Add checkpoint subresource to Kublet authorization doc

* Update kubelet-authn-authz.md

* Replace `spec` with `checkpoint` in subresource
  • Loading branch information
SimonBaeumer authored Oct 3, 2024
1 parent 3ad5591 commit 3b26712
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ DELETE | delete

The resource and subresource is determined from the incoming request's path:

Kubelet API | resource | subresource
-------------|----------|------------
/stats/\* | nodes | stats
/metrics/\* | nodes | metrics
/logs/\* | nodes | log
/spec/\* | nodes | spec
*all others* | nodes | proxy
Kubelet API | resource | subresource
--------------------|----------|------------
/stats/\* | nodes | stats
/metrics/\* | nodes | metrics
/logs/\* | nodes | log
/spec/\* | nodes | spec
/checkpoint/\* | nodes | checkpoint
*all others* | nodes | proxy

The namespace and API group attributes are always an empty string, and
the resource name is always the name of the kubelet's `Node` API object.
Expand Down

0 comments on commit 3b26712

Please sign in to comment.