From c7f89d43d543ca34f93a4eae81e5ba7e26711a31 Mon Sep 17 00:00:00 2001 From: Chimon Sultan Date: Wed, 4 Jan 2023 13:18:35 +0100 Subject: [PATCH] Removed the need for Kustomize in prerequisites (#332) Since 1.14, Kubectl also supports the management of Kubernetes objects using a kustomization file. cf. https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#bases-and-overlays --- .../kubernetes/exercises/kustomize_common_labels/exercise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/kubernetes/exercises/kustomize_common_labels/exercise.md b/topics/kubernetes/exercises/kustomize_common_labels/exercise.md index c074f01..a215a83 100644 --- a/topics/kubernetes/exercises/kustomize_common_labels/exercise.md +++ b/topics/kubernetes/exercises/kustomize_common_labels/exercise.md @@ -3,7 +3,7 @@ ## Requirements 1. Running Kubernetes cluster -2. Kustomize binary installed +2. Kubctl version 1.14 or above ## Objectives @@ -14,4 +14,4 @@ In the current directory there is an app composed of a Deployment and Service. ## Solution -Click [here](solution.md) to view the solution \ No newline at end of file +Click [here](solution.md) to view the solution