late-printer-99022
01/15/2020, 9:08 AMflat-insurance-25294
01/15/2020, 9:09 AMflat-insurance-25294
01/15/2020, 9:10 AMEXPOSE
. That’s just for documentation really.flat-insurance-25294
01/15/2020, 9:12 AMlate-printer-99022
01/15/2020, 9:13 AMhttps
too - pendingflat-insurance-25294
01/15/2020, 9:14 AMflat-insurance-25294
01/15/2020, 9:14 AMkubectl logs --namespace kube-system $(kubectl get po --namespace kube-system | egrep -o [a-zA-Z0–9-]+alb-ingress[a-zA-Z0–9-]+)
Check errors as well.late-printer-99022
01/15/2020, 9:17 AMlate-printer-99022
01/15/2020, 9:18 AMflat-insurance-25294
01/15/2020, 9:18 AMlate-printer-99022
01/15/2020, 9:19 AMlate-printer-99022
01/15/2020, 9:25 AM> KUBECONFIG=./kubeconfig.json kubectl get svc --all-namespaces
syngenta-platform syngenta-platform-ndvi NodePort 172.20.135.178 <none> 80:30603/TCP 4d12h
syngenta-platform syngenta-platform-nginx NodePort 172.20.233.206 <none> 80:30177/TCP 4d12h
it is showing port 80
in both case. is it correct? nginx service has container port 80 and target port 80, but ndvi service has container port 3000 and target port is 80.late-printer-99022
01/15/2020, 9:29 AMlate-printer-99022
01/15/2020, 9:29 AMlate-printer-99022
01/15/2020, 10:45 AMflat-insurance-25294
01/15/2020, 10:45 AMlate-printer-99022
01/15/2020, 10:46 AME0115 10:45:08.543340 1 :0] kubebuilder/controller "msg"="Reconciler error" "error"="failed to reconcile targetGroups due to failed to reconcile targetGroup targets due to Unable to find http port on service syngenta-platform-ndvi" "controller"="alb-ingress-controller" "request"={"Namespace":"syngenta-platform","Name":"syngenta-platform"}
in Ingress logs, but my Service is working fine.late-printer-99022
01/15/2020, 1:46 PMlate-printer-99022
01/15/2020, 1:50 PMA
record automatically or we need to create it?late-printer-99022
01/15/2020, 3:29 PMexport let ingressUrl = router.status.loadBalancer.ingress[0].hostname;
I have tried pulumi.interpolate and .apply syntax but I cannot get it working. I want to get ZoneId of url
, I got the relevant code too but it is showing error like
Argument of type 'Output<string>' is not assignable to parameter of type 'string'
😞
I have take sample code from - https://github.com/pulumi/examples/blob/master/aws-ts-static-website/index.tscolossal-plastic-46140
01/15/2020, 3:39 PMlate-printer-99022
01/15/2020, 3:41 PMOutput<string>
I am always stuck.
Can someone help by looking at code. @flat-insurance-25294 - gist and not code dump this time 😉flat-insurance-25294
01/15/2020, 3:42 PMflat-insurance-25294
01/15/2020, 3:43 PMbetter-actor-92669
01/15/2020, 3:54 PMnode_config={
'imageType': 'WINDOWS_SAC',
windows pool is currently an early access feature and you have to send your application to GCP . Please find the link to apply below:
https://cloud.google.com/blog/products/containers-kubernetes/how-to-deploy-a-windows-container-on-google-kubernetes-engine
https://docs.google.com/forms/d/e/1FAIpQLSfk6PAxUqQ0k08ByqU49yy8s1sLNivHLkbQ6ltxUZf49j3C0g/viewformfast-dinner-32080
01/15/2020, 4:28 PMpowerful-football-81694
01/15/2020, 5:35 PMbitter-dentist-28132
01/15/2020, 6:43 PMpulumi.interpolate
on a string, and in the preview it showed the full string with [secret]
where a variable would be, which was declared with config.requireSecret
. then i decided to manually mark another interpolated variable (of type pulumi.Output<string>
) as secret with pulumi.secret(variable)
. that caused the entire string to become [secret]
, so i don't get to see my config string with only the secret bits blacked out. is there a way to have that happen?limited-rainbow-51650
01/15/2020, 6:49 PMid
of a Gitlab Group
resource is a string. In Gitlab, you can nest groups by setting the parentId
, but this one is typed number
.
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/gitlab/#Group-id
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/gitlab/#Group-parentId
Is this something which could be aligned by regenerating the TF wrapper?limited-rainbow-51650
01/15/2020, 6:57 PMid: Output<string>
of my parent group to an number | Promise<number> | OutputInstance<number>
which I can use as input for the parentId
of my child group?