rough-parrot-6341
10/04/2020, 8:03 PMrough-parrot-6341
10/04/2020, 8:03 PMrough-parrot-6341
10/04/2020, 8:03 PMrough-parrot-6341
10/04/2020, 8:04 PMrough-parrot-6341
10/04/2020, 8:04 PMrough-parrot-6341
10/04/2020, 8:07 PMmanaged-by: pulumi
label, yet Pulumi didn't clean it up when there should be no resources deployed on the cluster anymore by Pulumirough-parrot-6341
10/04/2020, 8:08 PMrough-parrot-6341
10/04/2020, 8:09 PMrough-parrot-6341
10/04/2020, 8:11 PMrough-parrot-6341
10/04/2020, 8:12 PMrough-parrot-6341
10/04/2020, 8:48 PMuse version x for creating the cluster if it doesn't exist yet, otherwise ignore version difference
rough-parrot-6341
10/04/2020, 8:48 PMpulumi up
rough-parrot-6341
10/04/2020, 9:45 PMrough-parrot-6341
10/04/2020, 9:45 PMconst nginxIngress = new k8s.yaml.ConfigFile("nginx-ingress", {
file: "./kubernetes/yamls/nginx-ingress-v0.40.1.yaml",
}, { provider });
const nginxLoadBalancer = nginxIngress.getResource("v1/Service", "ingress-nginx-controller");
export const externalIps = nginxLoadBalancer.spec.externalIPs;
rough-parrot-6341
10/04/2020, 9:45 PMexternalIps
is empty and the stack output says No output values currently in this stack
rough-parrot-6341
10/04/2020, 9:45 PMrough-parrot-6341
10/04/2020, 10:50 PMgetResource
call and the actual IP was found from nginxLoadBalancer.status.loadBalancer.ingress
rough-parrot-6341
10/04/2020, 11:18 PMrough-parrot-6341
10/04/2020, 11:18 PMrough-parrot-6341
10/04/2020, 11:19 PMrough-parrot-6341
10/04/2020, 11:20 PMrough-parrot-6341
10/04/2020, 11:39 PMrough-parrot-6341
10/04/2020, 11:39 PMrough-parrot-6341
10/04/2020, 11:40 PMignoreChanges
clause for thatrough-parrot-6341
10/04/2020, 11:40 PMrough-parrot-6341
10/04/2020, 11:41 PMrough-parrot-6341
10/04/2020, 11:41 PMrough-parrot-6341
10/04/2020, 11:46 PMrough-parrot-6341
10/05/2020, 12:02 AMrough-parrot-6341
10/05/2020, 12:02 AM