early-musician-41645
02/01/2019, 11:23 PM// Create some namespaces
for (let name of config.require("dev-namespaces").split(",")) {
console.log(name);
let ns = new k8s.core.v1.Namespace("mustang-"+name, {
metadata: {
name: name,
labels: {
name: name,
},
},
}, {provider: cluster.provider});
}
creamy-potato-29402
02/01/2019, 11:24 PMkubectl
is pointed at that cluster, right?early-musician-41645
02/01/2019, 11:25 PMcreamy-potato-29402
02/01/2019, 11:25 PMearly-musician-41645
02/01/2019, 11:26 PMcreamy-potato-29402
02/01/2019, 11:26 PMpulumi refresh
say?early-musician-41645
02/01/2019, 11:26 PMcreamy-potato-29402
02/01/2019, 11:27 PMearly-musician-41645
02/01/2019, 11:27 PMpulumi up
it says they were re-createdcreamy-potato-29402
02/01/2019, 11:27 PMearly-musician-41645
02/01/2019, 11:27 PMcreamy-potato-29402
02/01/2019, 11:27 PMearly-musician-41645
02/01/2019, 11:28 PMrefresh
deleting them suggest they were created in the first place?