Skip to content

Commit c7f89d4

Browse files
authored
Removed the need for Kustomize in prerequisites (bregman-arie#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
1 parent 798ea93 commit c7f89d4

File tree

1 file changed

+2
-2
lines changed
  • topics/kubernetes/exercises/kustomize_common_labels

1 file changed

+2
-2
lines changed

topics/kubernetes/exercises/kustomize_common_labels/exercise.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Requirements
44

55
1. Running Kubernetes cluster
6-
2. Kustomize binary installed
6+
2. Kubctl version 1.14 or above
77

88
## Objectives
99

@@ -14,4 +14,4 @@ In the current directory there is an app composed of a Deployment and Service.
1414

1515
## Solution
1616

17-
Click [here](solution.md) to view the solution
17+
Click [here](solution.md) to view the solution

0 commit comments

Comments
 (0)