breezy-butcher-78604
08/26/2020, 4:38 AMapply()
says that the function cannot create resources, however i have a template that is creating resources within an apply()
and it appears to work ok... is there a reason i shouldn't do this?incalculable-dream-27508
08/26/2020, 10:50 AMhallowed-barista-41250
08/26/2020, 1:18 PMicy-jordan-58549
08/26/2020, 2:59 PMpulumi stack output
from the code? I was pretty sure that I will get stack output from Webhook, but it seems to be was not planned. Any suggestions?handsome-zebra-11018
08/26/2020, 3:15 PMchilly-rainbow-79265
08/26/2020, 4:32 PMlife cycle hooks
. I know it's still in progress. But is there any way for chaining an action
, after a resource got created ?cool-telephone-9886
08/26/2020, 5:28 PMdamp-secretary-81951
08/26/2020, 5:34 PMaws.ec2.VpcEndpoint
) or does Pulumi set this up automatically?adamant-advantage-95831
08/26/2020, 7:22 PMpulumi stack change-secrets-provider <secrets-provider>
?bitter-application-91815
08/26/2020, 7:32 PMbitter-application-91815
08/26/2020, 7:33 PMbitter-application-91815
08/26/2020, 7:34 PMbitter-application-91815
08/26/2020, 7:37 PMmillions-judge-24978
08/26/2020, 10:11 PMlittle-cartoon-10569
08/27/2020, 3:38 AMpulumi up
?little-cartoon-10569
08/27/2020, 4:39 AMhandsome-zebra-11018
08/27/2020, 7:06 AMconst devNamespace = "m1af-dev"
const devNs = new k8s.core.v1.Namespace(devNamespace, {
metadata: {
"name": devNamespace,
"labels": {
"name": devNamespace
}
}
}, {});
Used above but it create name with m1af-dev-h0cgk8db
and not m1af-dev
chilly-rainbow-79265
08/27/2020, 9:27 AMstaging_akscluster
sticky-receptionist-53934
08/27/2020, 10:38 AMbitter-application-91815
08/27/2020, 12:24 PMbitter-application-91815
08/27/2020, 12:24 PMbitter-application-91815
08/27/2020, 12:24 PMsticky-receptionist-53934
08/27/2020, 1:32 PMmanifest_sorter.go:192: info: skipping unknown hook: "crd-install"
hallowed-beach-15050
08/27/2020, 1:54 PMsticky-receptionist-53934
08/27/2020, 2:22 PMwarning: <http://apiextensions.k8s.io/v1beta1/CustomResourceDefinition|apiextensions.k8s.io/v1beta1/CustomResourceDefinition> is deprecated by <http://apiextensions.k8s.io/v1/CustomResourceDefinition|apiextensions.k8s.io/v1/CustomResourceDefinition> and not supported by Kubernetes v1.22+ clusters.
billowy-kangaroo-51688
08/27/2020, 5:08 PMaws-sdk
(NodeJS) version to Lambda and I'm not sure how to bundle the intended version, pinned via package.json dependencies
& even yarn resolutions
and yarn.lock
. What am I missing?early-intern-90238
08/27/2020, 7:41 PMbig-potato-91793
08/27/2020, 7:50 PMcalm-pizza-15027
08/27/2020, 8:39 PMconst devNamespace = new k8s.core.v1.Namespace("devNamespace", {
metadata: {
name: "dev",
},
},{provider:clusterRecIngProvider});
export const nginxIngress = new k8s.helm.v3.Chart("nginx-ingress", {
chart: "nginx-ingress",
namespace: devNamespace.metadata.name,
fetchOpts:{
repo: "<https://helm.nginx.com/stable/>",
},
},{provider:clusterRecIngProvider});
const status = nginxIngress.getResourceProperty("v1/Service","nginx-ingress-nginx-ingress","status");
export const recIp = status.apply((status)=> status.loadBalancer.ingress[0].ip);
calm-pizza-15027
08/27/2020, 8:40 PMcalm-pizza-15027
08/27/2020, 8:40 PMgentle-diamond-70147
08/27/2020, 10:02 PMstatus
. So I would recommend outputting the status
object to examine its full structure and see if you see the IP address there.