From 6f2db0bfa6cca53f0b967ecaf990447b4017f18e Mon Sep 17 00:00:00 2001 From: Kirtana Ashok Date: Tue, 28 Nov 2023 09:43:41 -0800 Subject: [PATCH] Change font size for image pull per runtime doc Signed-off-by: Kirtana Ashok --- content/en/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index 128f6668f2677..9b36a6b72803d 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -159,7 +159,7 @@ that Kubernetes will keep trying to pull the image, with an increasing back-off Kubernetes raises the delay between each attempt until it reaches a compiled-in limit, which is 300 seconds (5 minutes). -## Image pull per runtime class +### Image pull per runtime class {{< feature-state for_k8s_version="v1.29" state="alpha" >}} Kubernetes includes alpha support for performing image pulls based on the RuntimeClass of a Pod.