Merge pull request #2020 from ttonline6/execPluginGuidedExample.md

fix error url
This commit is contained in:
Jeff Regan
2020-01-07 13:57:54 -08:00
committed by GitHub

View File

@@ -196,14 +196,13 @@ By definition, an _exec_ plugin must be executable:
chmod a+x $MY_PLUGIN_DIR/SillyConfigMapGenerator chmod a+x $MY_PLUGIN_DIR/SillyConfigMapGenerator
``` ```
## Download kustomize 3.0.0 ## Install kustomize
Per the [instructions](../../INSTALL.md):
``` ```
mkdir -p $DEMO/bin curl -s "https://raw.githubusercontent.com/\
gh=https://github.com/kubernetes-sigs/kustomize/releases/download kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
url=$gh/v3.0.0/kustomize_3.0.0_linux_amd64 mv kustomize $DEMO/bin
curl -o $DEMO/bin/kustomize -L $url
chmod u+x $DEMO/bin/kustomize
``` ```
## Review the layout ## Review the layout