https://pulumi.com logo
l

late-printer-99022

01/16/2020, 7:03 PM
Target group rule is not updated. I made small change in the path of url in Ingress.
pulumi up
showed me following update.
Copy code
pulumi:pulumi:Stack: (same)
    [urn=urn:pulumi:prod::syngenta-platform::pulumi:pulumi:Stack::syngenta-platform-prod]
    ~ kubernetes:<http://networking.k8s.io/v1beta1:Ingress|networking.k8s.io/v1beta1:Ingress>: (update)
        [id=syngenta-platform/syngenta-platform]
        [urn=urn:pulumi:prod::syngenta-platform::kubernetes:<http://networking.k8s.io/v1beta1:Ingress::syngenta-platform|networking.k8s.io/v1beta1:Ingress::syngenta-platform>]
        [provider=urn:pulumi:prod::syngenta-platform::eks:index:Cluster$pulumi:providers:kubernetes::syngenta-platform-provider::bb6ecf4e-2c78-4f12-8c8f-0f1b8d4ce3a7]
      ~ spec: {
          ~ rules: [
              ~ [0]: {
                      ~ http: {
                          ~ paths: [
                              ~ [1]: {
                                      ~ path: "/ngnix/*" => "/nginx/*"
                                    }
                            ]
                        }
                    }
            ]
        }
Copy code
Resources:
    ~ 1 updated
    63 unchanged

Duration: 1m3s
But when I went to aws console, the path is not updated in Target Group. did I missed something?
The update create extra target group.