From b5b9de1de9315731ff3c7ee44bc26462e1793413 Mon Sep 17 00:00:00 2001 From: yuanke wei Date: Fri, 3 Dec 2021 18:54:28 +0800 Subject: [PATCH] kata-deploy: Update API Version of RuntimeClass to v1 API Version of node.k8s.io/v1beta1 is deprecated in v1.22+, unavailable in v1.25+ Fixes: #3185 Signed-off-by: yuanke wei --- docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md | 2 +- .../kata-deploy/runtimeclasses/kata-runtimeClasses.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md b/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md index 389cdcebef..bacfdccc86 100644 --- a/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md +++ b/docs/how-to/how-to-use-k8s-with-cri-containerd-and-kata.md @@ -154,7 +154,7 @@ From Kubernetes v1.12, users can use [`RuntimeClass`](https://kubernetes.io/docs ```bash $ cat > runtime.yaml <