Skip to content

Commit

Permalink
Use Kubectl command instead of kustomize (bregman-arie#331)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chimons authored Jan 4, 2023
1 parent c7f89d4 commit f1e2be3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Requirements

1. Running Kubernetes cluster
2. Kustomize binary installed
2. Kubctl version 1.14 or above

## Objectives

Expand All @@ -28,4 +28,4 @@ resources:
- deployment.yml
```

2. Run `kustomize build someApp`
2. Run `kubectl apply -k someApp`

0 comments on commit f1e2be3

Please sign in to comment.