kubewg icon indicating copy to clipboard operation
kubewg copied to clipboard

kubectl kustomize build ??? dont think so!

Open outbackdingo opened this issue 6 years ago • 1 comments

say what ? kubectl kustomize build ./config | kubectl apply -f Error: flag needs an argument: 'f' in -f Error: specify one path to a kustomization directory

Examples:

Use the current working directory

kubectl kustomize .

outbackdingo avatar Feb 12 '20 11:02 outbackdingo

From root directory of this repo the following should work:

kubectl kustomize build ./config | kubectl apply -f -

webwurst avatar Oct 17 '20 19:10 webwurst