better-rainbow-14549
02/19/2019, 9:45 AMpublicIpAddressAllocation
to allocationMethod
and it takes absolutely ages. is it getting a new IP? i thought it was just a property rename?gentle-diamond-70147
02/19/2019, 3:34 PMbetter-rainbow-14549
02/19/2019, 4:34 PM// 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"
});
new azure.containerservice.KubernetesCluster