kubewg
kubewg copied to clipboard
kubectl kustomize build ??? dont think so!
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 .
From root directory of this repo the following should work:
kubectl kustomize build ./config | kubectl apply -f -