conjure-up / spells

conjure-up spells registry
79 stars 37 forks source link

k8s 02_get-kubectl should mktemp before fetching kubectl to pwd #243

Closed kwmonroe closed 5 years ago

kwmonroe commented 5 years ago

Depending on where conjure-up k8s is run from, we may find ourselves fetching and overwriting kubectl in step 2:

https://github.com/conjure-up/spells/blob/master/canonical-kubernetes/steps/02_get-kubectl/after-deploy#L13

We should make a temp dir and fetch to that.

kwmonroe commented 5 years ago

Fixed in https://github.com/conjure-up/spells/pull/245