sparse-intern-71089
02/19/2019, 9:45 AMbetter-rainbow-14549
02/19/2019, 10:09 AMgentle-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"
});
better-rainbow-14549
02/19/2019, 4:36 PMnew azure.containerservice.KubernetesCluster