hm, even after a successful update each refresh takes ages again... every pulumi up is about 5 minutes longer than before.
g
gentle-diamond-70147
02/19/2019, 3:34 PM
That's very strange. Can you share your code so i can see if I can reproduce it?
b
better-rainbow-14549
02/19/2019, 4:34 PM
it's pretty much just
Copy code
// create a static IP within the cluster RG for the ingress to use
export const clusterIp = new azure.network.PublicIp("ClusterIp", {
name: "ClusterIp",
location: "westeurope",
resourceGroupName: cluster.nodeResourceGroup,
allocationMethod: "Static"
});
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.