Skip to content

Commit 12c60d8

Browse files
committed
Add note about SLOs
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 0521f88 commit 12c60d8

File tree

2 files changed

+5
-2
lines changed
  • keps/sig-auth/4412-projected-service-account-tokens-for-kubelet-image-credential-providers

2 files changed

+5
-2
lines changed

keps/sig-auth/4412-projected-service-account-tokens-for-kubelet-image-credential-providers/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,10 @@ The kubelet will retry whenever it attempts to pull an image, but until then, ku
10741074
the registry and pull images. The SLO for successfully invoking exec plugins should be based on the SLO for successfully
10751075
pulling images for the container registry in question.
10761076

1077+
The SLOs defined in [Pod startup latency SLI/SLO details](https://github.com/kubernetes/community/blob/master/sig-scalability/slos/pod_startup_latency.md)
1078+
don't apply to this feature because image pull SLI is explicitly excluded from the pod startup latency SLI/SLO. However, if the kubelet is unable to
1079+
pull images due to misconfiguration of the credential provider plugin, it will result in pod startup failures.
1080+
10771081
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
10781082

10791083
<!--

keps/sig-auth/4412-projected-service-account-tokens-for-kubelet-image-credential-providers/kep.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ feature-gates:
2929
components:
3030
- kube-apiserver
3131
disable-supported: true
32-
metrics:
33-
- "TODO"
32+
metrics: []

0 commit comments

Comments
 (0)