sparse-intern-71089
05/29/2020, 11:31 AMbillowy-army-68599
dazzling-sundown-39670
05/29/2020, 2:58 PMeks.Cluster
billowy-army-68599
dazzling-sundown-39670
05/29/2020, 3:17 PMawsx.ec2.Vpc
contain any logic for this I can use?billowy-army-68599
awsx
?dazzling-sundown-39670
05/29/2020, 3:27 PMexport const vpc = new awsx.ec2.Vpc('safira-pulumi-vpc', {
billowy-army-68599
subnets: [
// Any non-null value is valid.
{ type: "public", tags: {"<http://kubernetes.io/role/elb|kubernetes.io/role/elb>": "1", ...tags}},
{ type: "private", tags: {"<http://kubernetes.io/role/internal-elb|kubernetes.io/role/internal-elb>": "1", ...tags}},
],
billowy-army-68599
dazzling-sundown-39670
05/29/2020, 4:47 PMbillowy-army-68599
dazzling-sundown-39670
05/30/2020, 8:45 AMdazzling-sundown-39670
05/30/2020, 9:12 AMconst stack = pulumi.getStack();
const clusterName = `k8s-pulumi-${stack}`;
const tags = {
[`<http://kubernetes.io/cluster/${clusterName}`|kubernetes.io/cluster/${clusterName}`>]: 'shared',
};
But it wasn't enough. I don't have custom role for the cluster, do I need to create one?dazzling-sundown-39670
05/30/2020, 9:31 PMnodeAssociatePublicIpAddress: true,