Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#936 from Liujingfang1/note
Browse files Browse the repository at this point in the history
add note for availability in kubectl
  • Loading branch information
k8s-ci-robot authored Mar 31, 2019
2 parents 2490e60 + 53a22cb commit 8c23db4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ inspired by [DAM].
page], or see these [install] notes. Then try one of
the tested [examples].

**Note** Kustomize is now available on kubectl v1.14 and can be used by specifying a directory containing a `kustomization.yaml`:
```shell
kubectl apply -k dir/
```

## Usage


Expand Down

0 comments on commit 8c23db4

Please sign in to comment.