orange-tailor-85423
03/26/2019, 9:24 PMorange-tailor-85423
03/26/2019, 9:24 PMorange-tailor-85423
03/26/2019, 9:25 PMincalculable-sundown-82514
03/26/2019, 9:27 PM▶ p stack ls --json | jq '.[] | select(.current == true) | .name'
"webs"
orange-tailor-85423
03/26/2019, 9:30 PMincalculable-sundown-82514
03/26/2019, 9:31 PMincalculable-sundown-82514
03/26/2019, 9:34 PMorange-tailor-85423
03/26/2019, 9:38 PMorange-tailor-85423
03/26/2019, 11:31 PMbrainy-psychiatrist-41826
03/27/2019, 1:23 AMbusy-pizza-73563
03/27/2019, 11:29 AMDiagnostics:
pulumi:pulumi:Stack (aws-infra-aws-infra-dev):
Method handler checkConfig for /pulumirpc.ResourceProvider/CheckConfig expected but not provided
Method handler diffConfig for /pulumirpc.ResourceProvider/DiffConfig expected but not provided
Everything's working fine, they're just a bit annoying. 🙂busy-pizza-73563
03/27/2019, 11:53 AMk8s.Provider
have a kubeconfig
field? I'm now forced to do
const cluster = new eks.Cluster('cluster', { ... });
export const kubeconfig = (<any>cluster.provider).kubeconfig;
billions-lock-73409
03/27/2019, 3:51 PMawsx.ecs.Image.fromDockerBuild
?faint-vegetable-61837
03/27/2019, 5:14 PMcreamy-potato-29402
03/27/2019, 5:15 PMfaint-vegetable-61837
03/27/2019, 5:20 PMHooks allow you, the chart developer, an opportunity to perform operations at strategic points in a release lifecycle
This is done on Tiller - is pulumi doing the same?creamy-potato-29402
03/27/2019, 5:22 PMfaint-vegetable-61837
03/27/2019, 5:23 PMcreamy-potato-29402
03/27/2019, 5:24 PMcreamy-potato-29402
03/27/2019, 5:25 PMcreamy-potato-29402
03/27/2019, 5:25 PMcreamy-potato-29402
03/27/2019, 5:31 PMbusy-pizza-73563
03/27/2019, 5:34 PMaws:region
set to eu-central-1
, how can I pin resources to eu-central-1b
, specifically?stocky-spoon-28903
03/27/2019, 5:35 PMstocky-spoon-28903
03/27/2019, 5:36 PMbusy-pizza-73563
03/27/2019, 5:37 PMconst cluster = new eks.Cluster('cluster', {
skipDefaultNodeGroup: true,
...
});
cluster.createNodeGroup('worker', {
...
});
damp-book-35965
03/27/2019, 5:39 PMbusy-pizza-73563
03/27/2019, 5:39 PMeu-central-1
, and because of that, I can't mount a PVC on all of them.big-potato-91793
03/27/2019, 5:41 PMstocky-spoon-28903
03/27/2019, 5:41 PM