conjure-up / spells

conjure-up spells registry
79 stars 37 forks source link

Use contexts for kube config rather than wrapper #173

Closed johnsca closed 6 years ago

johnsca commented 6 years ago

Fixes #124

Cynerva commented 6 years ago

LGTM

ktsakalozos commented 6 years ago

+1 for not using the wrappers. Whenever I create a cluster with anything other than the conjure-up I get into trouble accessing it. kubectl from the wrappers get prioritised in my path and essentially shadow any clusters that do not have a wrapper. Do we need to include any clean-up steps to make sure we do not have any old wrappers around?