elegant-planet-7298
11/10/2018, 1:22 AMfuture-energy-28590
11/10/2018, 3:22 AMboundless-room-36997
11/10/2018, 9:53 PMancient-match-5870
11/12/2018, 3:58 PMTargetGroups
. I want to create a target group and register an instance I've created in a previous step:
new aws.elasticloadbalancingv2.TargetGroup(`${config.fqsn}-access-tg`, {
vpcId: config.vpc,
protocol: "HTTPS",
port: 8443,
targetType: "instance",
healthCheck: {
protocol: "HTTPS",
port: "traffic",
path: "/"
},
});
Unfortunately, there is no targets
attribute in the TargetGroupArgs
. Chances are that I miss something. Any help is highly appreciated 🙂alert-lizard-82628
11/12/2018, 4:33 PMsparse-insurance-40223
11/12/2018, 4:44 PMsparse-insurance-40223
11/12/2018, 4:44 PMicy-dress-83371
11/12/2018, 6:15 PMthankful-artist-95425
11/12/2018, 9:58 PMhundreds-musician-51496
11/12/2018, 10:07 PMhundreds-musician-51496
11/12/2018, 10:07 PMbrave-angle-33257
11/12/2018, 10:37 PMazure:HttpFunction
but I can't seem to find any docs/references for this or other similar classeshelpful-continent-74245
11/13/2018, 4:26 AMhelpful-continent-74245
11/13/2018, 4:28 AMbuckets
variables, and I want to generate the string: ["arn:aws:s3:::${bucket1.id}", "arn:aws:s3:::${bucket2.id}",...]
salmon-chef-59987
11/13/2018, 6:07 AMsalmon-chef-59987
11/13/2018, 6:08 AMcold-coat-35200
11/13/2018, 10:13 AMearly-musician-41645
11/13/2018, 6:16 PMpulumi up
it succeeded.full-dress-10026
11/13/2018, 8:49 PMaws.elasticache.Cluster
, how do I specify if I want cluster mode on or off?full-dress-10026
11/13/2018, 8:54 PMcold-coat-35200
11/14/2018, 1:41 PMpulumi up
and pulumi destroy
works fine, but pulumi up --refresh
diesbusy-umbrella-36067
11/14/2018, 3:15 PMStatefulSet
or Deployment
has the disired amount of pods?
This is from an old workflow, runs after the k8s resources have been applied, makes sure that the containers start up successfully and pass their readiness Checks
kubectl rollout status statefulset <NAME>
chilly-dinner-85271
11/14/2018, 3:36 PMfull-dress-10026
11/14/2018, 8:54 PM0.0.0.0/0
destination?full-dress-10026
11/14/2018, 8:58 PMegress: [{
protocol: "ALL",
fromPort: 0,
toPort: 65535,
cidrBlocks: ["0.0.0.0/0"]
}]
But that doesn't work.full-dress-10026
11/14/2018, 8:59 PMegress: [{
protocol: "-1",
fromPort: 0,
toPort: 0,
cidrBlocks: ["0.0.0.0/0"]
}]
early-musician-41645
11/14/2018, 11:39 PM@pulumi/kubernetes
package?
kubectl apply --filename <https://raw.githubusercontent.com/giantswarm/kubernetes-prometheus/master/manifests-all.yaml>
cuddly-barista-79466
11/15/2018, 12:22 AMblue-dentist-627
11/15/2018, 2:08 AMhelpful-continent-74245
11/15/2018, 4:34 AM