Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: LBListenerRule can't found reference since update to new provider version 1.9.1 #1428

Closed
1 task done
daniel-maganto opened this issue Jul 30, 2024 · 2 comments
Closed
1 task done
Labels
bug Something isn't working needs:triage stale

Comments

@daniel-maganto
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Affected Resource(s)

elbv2.aws.upbound.io/v1beta2 -- LBListenerRule

Resource MRs required to reproduce the bug

apiVersion: elbv2.aws.upbound.io/v1beta2
kind: LBListenerRule
metadata:
  name: dmaganto-service-test
spec:
  deletionPolicy: Delete
  forProvider:
    action:
    - targetGroupArnSelector:
        matchControllerRef: true
      type: forward
    condition:
    - hostHeader:
        values:
        - dmaganto-service.my-k8s-test.my-domain
    - pathPattern:
        values:
        - /*
    listenerArnSelector:
      matchLabels:
        name: dmaganto-test-443
    region: eu-central-1
  initProvider: {}
  managementPolicies:
  - '*'
  providerConfigRef:
    name: aws-crossplane

Steps to Reproduce

Install the upper MR when we tried to obtain the listenerArnSelector based on labels it can resolve it but the resource never appears in sync.

apiVersion: elbv2.aws.upbound.io/v1beta2
kind: LBListenerRule
metadata:
[...]
spec:
    listenerArn: arn:aws:elasticloadbalancing:eu-central-1:1111111111111:listener/app/dmaganto-test/221973f8d745f8eb/86817c92e9fa1adc
    listenerArnRef:
      name: dmaganto-test-443
    listenerArnSelector:
      matchLabels:
        name: dmaganto-test-443
status:
  atProvider: {}
  conditions:
  - lastTransitionTime: "2024-07-30T09:30:02Z"
    message: cannot determine creation result - remove the crossplane.io/external-create-pending
      annotation if it is safe to proceed
    reason: ReconcileError
    status: "False"
    type: Synced
  - lastTransitionTime: "2024-07-30T09:26:33Z"
    reason: Creating
    status: "False"
    type: Ready
  - lastTransitionTime: "2024-07-30T09:28:42Z"
    message: 'async create failed: failed to create the resource: [{0 creating ELBv2
      Listener Rule: operation error Elastic Load Balancing v2: DescribeRules, https
      response error StatusCode: 400, RequestID: cdd24946-f63c-4dc8-a4e2-7717ac91c82f,
      api error ValidationError: A listener ARN must be specified  []}]'
    reason: AsyncCreateFailure
    status: "False"
    type: LastAsyncOperation

What happened?

The object doesn't appear in true (but the resources are created in AWS) and randomly the provider starts to reboot.

provider-aws-elbv2-5e580bf18857-84546679d9-d8jg4             0/1     CrashLoopBackOff   7 (25s ago)   36m

Relevant Error Output Snippet

2024-07-30T11:00:31Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistenerrule", "request": {"name":"david-test-test"}}
2024-07-30T11:00:31Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
2024-07-30T11:00:31Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:31Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:31Z	DEBUG	provider-aws	Observing the external resource	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
E0730 11:00:31.138942       1 runtime.go:77] Observed a panic: value is null
goroutine 4131 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x143f35e0, 0x1a7cb850})
	k8s.io/[email protected]/pkg/util/runtime/runtime.go:75 +0x85
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile.func1()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:108 +0xb2
panic({0x143f35e0?, 0x1a7cb850?})
	runtime/panic.go:770 +0x132
github.com/hashicorp/go-cty/cty.Value.LengthInt({{{0x1a9fce38?, 0xc004224460?}}, {0x0?, 0x0?}})
	github.com/hashicorp/[email protected]/cty/value_ops.go:989 +0x258
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardActionOneOf({{{0x1a9fce38?, 0xc004224490?}}, {0x13f999e0?, 0xc003fe78f0?}}, 0x0, {{0xc0030d70a0, 0x7}, 0x0, 0x0, 0x0, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1036 +0x1de
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardAction(0xc002f08300, {0x17b90a8b, 0x6}, 0x0, {{0xc0030d70a0, 0x7}, 0x0, 0x0, 0x0, 0xc00431dc50, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1014 +0x22b
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbListenerActions(0xc002f08300, {0x17b90a8b, 0x6}, {0xc004b12fa0?, 0x1, 0xc004349860?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:979 +0x2c5
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.resourceListenerRuleRead({0x1a9fc458, 0xc006014900}, 0xc002f08300, {0x17b427c0?, 0xc004d3e000?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener_rule.go:618 +0x85b
github.com/hashicorp/terraform-provider-aws/internal/provider.New.(*wrappedResource).Read.interceptedHandler[...].func9(0xc002f08300?, {0x17b427c0?, 0xc004d3e000})
	github.com/hashicorp/[email protected]/internal/provider/intercept.go:113 +0x283
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0x1a9fc500?, {0x1a9fc500?, 0xc0040973b0?}, 0xd?, {0x17b427c0?, 0xc004d3e000?})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:790 +0x7a
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc00218d340, {0x1a9fc500, 0xc0040973b0}, 0xc004250820, {0x17b427c0, 0xc004d3e000})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:1089 +0x529
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKExternal).Observe(0xc0030841c0, {0x1a9fc500, 0xc0040973b0}, {0x1ab0ce98, 0xc004656588})
	github.com/crossplane/[email protected]/pkg/controller/external_tfpluginsdk.go:472 +0x173
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKAsyncExternal).Observe(0xc004d3ce60, {0x1a9fc500, 0xc0040973b0}, {0x1ab0ce98, 0xc004656588})
	github.com/crossplane/[email protected]/pkg/controller/external_async_tfpluginsdk.go:127 +0xc5
github.com/crossplane/crossplane-runtime/pkg/reconciler/managed.(*Reconciler).Reconcile(0xc0002f3300, {0x1a9fc458, 0xc00661f410}, {{{0x0, 0x0}, {0xc0058956b0, 0xf}}})
	github.com/crossplane/[email protected]/pkg/reconciler/managed/reconciler.go:914 +0x2150
github.com/crossplane/crossplane-runtime/pkg/ratelimiter.(*Reconciler).Reconcile(0xc00c0b7d10, {0x1a9fc458, 0xc00661f410}, {{{0x0?, 0x5?}, {0xc0058956b0?, 0xc00434bd10?}}})
	github.com/crossplane/[email protected]/pkg/ratelimiter/reconciler.go:54 +0x151
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x1aa1b838?, {0x1a9fc458?, 0xc00661f410?}, {{{0x0?, 0xb?}, {0xc0058956b0?, 0x0?}}})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:119 +0xb7
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00}, {0x16370240, 0xc0040ea460})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316 +0x3bc
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266 +0x1be
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227 +0x79
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 2624
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:223 +0x50c
2024-07-30T11:00:32Z	DEBUG	provider-aws	Async delete ended.	{"trackerUID": "51591100-3f64-4bab-9494-97712ad300dd", "resourceName": "dmaganto-service-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup", "error": "async delete failed: failed to delete the resource: [{0 deleting ELBv2 Target Group (arn:aws:elasticloadbalancing:eu-central-1:784471420242:targetgroup/dmaganto-service/2e9520e231e5bad8): ExpiredToken: The security token included in the request is expired\n\tstatus code: 403, request id: 512a1b3b-c97f-4f88-a954-7da92c05504a  []}]", "tfID": "arn:aws:elasticloadbalancing:eu-central-1:784471420242:targetgroup/dmaganto-service/2e9520e231e5bad8"}
2024-07-30T11:00:32Z	DEBUG	provider-aws	Reconcile request has been requeued.	{"gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup", "name": "dmaganto-service-test", "rateLimiterName": "asyncCallback", "when": "16m40s"}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lbtargetgroup", "request": {"name":"dmaganto-service-test"}}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "51591100-3f64-4bab-9494-97712ad300dd", "name": "dmaganto-service-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup"}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Observing the external resource	{"uid": "51591100-3f64-4bab-9494-97712ad300dd", "name": "dmaganto-service-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup"}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Cannot delete external resource	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lbtargetgroup", "request": {"name":"dmaganto-service-test"}, "uid": "51591100-3f64-4bab-9494-97712ad300dd", "version": "734456185", "external-name": "arn:aws:elasticloadbalancing:eu-central-1:784471420242:targetgroup/dmaganto-service/2e9520e231e5bad8", "deletion-timestamp": "2024-07-30 09:34:32 +0000 UTC", "error": "async delete failed: failed to delete the resource: [{0 deleting ELBv2 Target Group (arn:aws:elasticloadbalancing:eu-central-1:784471420242:targetgroup/dmaganto-service/2e9520e231e5bad8): ExpiredToken: The security token included in the request is expired\n\tstatus code: 403, request id: 512a1b3b-c97f-4f88-a954-7da92c05504a  []}]"}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Async delete starting...	{"trackerUID": "51591100-3f64-4bab-9494-97712ad300dd", "resourceName": "dmaganto-service-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup", "tfID": "arn:aws:elasticloadbalancing:eu-central-1:784471420242:targetgroup/dmaganto-service/2e9520e231e5bad8"}
2024-07-30T11:00:36Z	DEBUG	provider-aws	Deleting the external resource	{"uid": "51591100-3f64-4bab-9494-97712ad300dd", "name": "dmaganto-service-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup"}
2024-07-30T11:00:43Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistener", "request": {"name":"david-test-test-443"}}
2024-07-30T11:00:44Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "2b5ca72f-a0f2-40fe-b897-0bf51435e57d", "name": "david-test-test-443", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListener"}
2024-07-30T11:00:44Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:44Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:44Z	DEBUG	provider-aws	Observing the external resource	{"uid": "2b5ca72f-a0f2-40fe-b897-0bf51435e57d", "name": "david-test-test-443", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListener"}
2024-07-30T11:00:44Z	DEBUG	provider-aws	External resource is up to date	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistener", "request": {"name":"david-test-test-443"}, "uid": "2b5ca72f-a0f2-40fe-b897-0bf51435e57d", "version": "549896791", "external-name": "arn:aws:elasticloadbalancing:eu-central-1:784471420242:listener/app/david-test-test/0b2a3225ee1a99a1/a2409312020b8c09", "requeue-after": "2024-07-30T11:11:07Z"}
2024-07-30T11:00:56Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistener", "request": {"name":"dmaganto-test-443"}}
2024-07-30T11:00:57Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "6e1ac2e6-0cd1-4674-a121-5a41300dfa7f", "name": "dmaganto-test-443", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListener"}
2024-07-30T11:00:57Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:57Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:57Z	DEBUG	provider-aws	Observing the external resource	{"uid": "6e1ac2e6-0cd1-4674-a121-5a41300dfa7f", "name": "dmaganto-test-443", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListener"}
2024-07-30T11:00:57Z	DEBUG	provider-aws	External resource is up to date	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistener", "request": {"name":"dmaganto-test-443"}, "uid": "6e1ac2e6-0cd1-4674-a121-5a41300dfa7f", "version": "734325197", "external-name": "arn:aws:elasticloadbalancing:eu-central-1:784471420242:listener/app/dmaganto-test/221973f8d745f8eb/86817c92e9fa1adc", "requeue-after": "2024-07-30T11:10:28Z"}
2024-07-30T11:00:58Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lb", "request": {"name":"david-test-test"}}
2024-07-30T11:00:58Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "5fb7b07e-f3ff-45c3-a543-c79a824b4d45", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LB"}
2024-07-30T11:00:58Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:58Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:00:58Z	DEBUG	provider-aws	Observing the external resource	{"uid": "5fb7b07e-f3ff-45c3-a543-c79a824b4d45", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LB"}
2024-07-30T11:00:58Z	DEBUG	provider-aws	External resource is up to date	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lb", "request": {"name":"david-test-test"}, "uid": "5fb7b07e-f3ff-45c3-a543-c79a824b4d45", "version": "732999408", "external-name": "arn:aws:elasticloadbalancing:eu-central-1:784471420242:loadbalancer/app/david-test-test/0b2a3225ee1a99a1", "requeue-after": "2024-07-30T11:11:18Z"}
2024-07-30T11:01:30Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lbtargetgroup", "request": {"name":"david-test-test"}}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistenerrule", "request": {"name":"david-test-test"}}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "0c45bea4-cca6-4fa7-a6fd-b7ba4a17af82", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Observing the external resource	{"uid": "0c45bea4-cca6-4fa7-a6fd-b7ba4a17af82", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBTargetGroup"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	External resource is up to date	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lbtargetgroup", "request": {"name":"david-test-test"}, "uid": "0c45bea4-cca6-4fa7-a6fd-b7ba4a17af82", "version": "732999403", "external-name": "arn:aws:elasticloadbalancing:eu-central-1:784471420242:targetgroup/david-test/15f0c7114d23aa8c", "requeue-after": "2024-07-30T11:11:33Z"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:31Z	DEBUG	provider-aws	Observing the external resource	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
E0730 11:01:31.629890       1 runtime.go:77] Observed a panic: value is null
goroutine 4132 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x143f35e0, 0x1a7cb850})
	k8s.io/[email protected]/pkg/util/runtime/runtime.go:75 +0x85
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile.func1()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:108 +0xb2
panic({0x143f35e0?, 0x1a7cb850?})
	runtime/panic.go:770 +0x132
github.com/hashicorp/go-cty/cty.Value.LengthInt({{{0x1a9fce38?, 0xc004224460?}}, {0x0?, 0x0?}})
	github.com/hashicorp/[email protected]/cty/value_ops.go:989 +0x258
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardActionOneOf({{{0x1a9fce38?, 0xc004224490?}}, {0x13f999e0?, 0xc003fe78f0?}}, 0x0, {{0xc003a37fa0, 0x7}, 0x0, 0x0, 0x0, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1036 +0x1de
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardAction(0xc003037400, {0x17b90a8b, 0x6}, 0x0, {{0xc003a37fa0, 0x7}, 0x0, 0x0, 0x0, 0xc0050b7470, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1014 +0x22b
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbListenerActions(0xc003037400, {0x17b90a8b, 0x6}, {0xc00165c190?, 0x1, 0xc002831860?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:979 +0x2c5
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.resourceListenerRuleRead({0x1a9fc458, 0xc0064d2d80}, 0xc003037400, {0x17b427c0?, 0xc00161d5f0?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener_rule.go:618 +0x85b
github.com/hashicorp/terraform-provider-aws/internal/provider.New.(*wrappedResource).Read.interceptedHandler[...].func9(0xc003037400?, {0x17b427c0?, 0xc00161d5f0})
	github.com/hashicorp/[email protected]/internal/provider/intercept.go:113 +0x283
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0x1a9fc500?, {0x1a9fc500?, 0xc00522de30?}, 0xd?, {0x17b427c0?, 0xc00161d5f0?})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:790 +0x7a
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc00218d340, {0x1a9fc500, 0xc00522de30}, 0xc004250820, {0x17b427c0, 0xc00161d5f0})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:1089 +0x529
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKExternal).Observe(0xc00c7b27e0, {0x1a9fc500, 0xc00522de30}, {0x1ab0ce98, 0xc000c07608})
	github.com/crossplane/[email protected]/pkg/controller/external_tfpluginsdk.go:472 +0x173
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKAsyncExternal).Observe(0xc00384dbe0, {0x1a9fc500, 0xc00522de30}, {0x1ab0ce98, 0xc000c07608})
	github.com/crossplane/[email protected]/pkg/controller/external_async_tfpluginsdk.go:127 +0xc5
github.com/crossplane/crossplane-runtime/pkg/reconciler/managed.(*Reconciler).Reconcile(0xc0002f3300, {0x1a9fc458, 0xc003dc71d0}, {{{0x0, 0x0}, {0xc0058956b0, 0xf}}})
	github.com/crossplane/[email protected]/pkg/reconciler/managed/reconciler.go:914 +0x2150
github.com/crossplane/crossplane-runtime/pkg/ratelimiter.(*Reconciler).Reconcile(0xc00c0b7d10, {0x1a9fc458, 0xc003dc71d0}, {{{0x0?, 0x5?}, {0xc0058956b0?, 0xc00cd11d10?}}})
	github.com/crossplane/[email protected]/pkg/ratelimiter/reconciler.go:54 +0x151
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x1aa1b838?, {0x1a9fc458?, 0xc003dc71d0?}, {{{0x0?, 0xb?}, {0xc0058956b0?, 0x0?}}})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:119 +0xb7
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00}, {0x16370240, 0xc0046e96c0})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316 +0x3bc
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266 +0x1be
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227 +0x79
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 2624
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:223 +0x50c
2024-07-30T11:01:33Z	DEBUG	provider-aws	Calling the inner handler for Update event.	{"gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule", "name": "david-test-test", "queueLength": 0}
2024-07-30T11:01:33Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistenerrule", "request": {"name":"david-test-test"}}
2024-07-30T11:01:33Z	DEBUG	provider-aws	Calling the inner handler for Update event.	{"gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule", "name": "david-test-test", "queueLength": 0}
2024-07-30T11:01:33Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
2024-07-30T11:01:33Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:33Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:33Z	DEBUG	provider-aws	Observing the external resource	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
E0730 11:01:33.872152       1 runtime.go:77] Observed a panic: value is null
goroutine 4135 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x143f35e0, 0x1a7cb850})
	k8s.io/[email protected]/pkg/util/runtime/runtime.go:75 +0x85
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile.func1()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:108 +0xb2
panic({0x143f35e0?, 0x1a7cb850?})
	runtime/panic.go:770 +0x132
github.com/hashicorp/go-cty/cty.Value.LengthInt({{{0x1a9fce38?, 0xc004224460?}}, {0x0?, 0x0?}})
	github.com/hashicorp/[email protected]/cty/value_ops.go:989 +0x258
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardActionOneOf({{{0x1a9fce38?, 0xc004224490?}}, {0x13f999e0?, 0xc003fe78f0?}}, 0x0, {{0xc0076fa500, 0x7}, 0x0, 0x0, 0x0, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1036 +0x1de
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardAction(0xc00323ac80, {0x17b90a8b, 0x6}, 0x0, {{0xc0076fa500, 0x7}, 0x0, 0x0, 0x0, 0xc005794420, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1014 +0x22b
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbListenerActions(0xc00323ac80, {0x17b90a8b, 0x6}, {0xc0028a1bd0?, 0x1, 0xc002ae7860?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:979 +0x2c5
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.resourceListenerRuleRead({0x1a9fc458, 0xc004f76c90}, 0xc00323ac80, {0x17b427c0?, 0xc003838000?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener_rule.go:618 +0x85b
github.com/hashicorp/terraform-provider-aws/internal/provider.New.(*wrappedResource).Read.interceptedHandler[...].func9(0xc00323ac80?, {0x17b427c0?, 0xc003838000})
	github.com/hashicorp/[email protected]/internal/provider/intercept.go:113 +0x283
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0x1a9fc500?, {0x1a9fc500?, 0xc00229cb60?}, 0xd?, {0x17b427c0?, 0xc003838000?})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:790 +0x7a
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc00218d340, {0x1a9fc500, 0xc00229cb60}, 0xc004250820, {0x17b427c0, 0xc003838000})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:1089 +0x529
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKExternal).Observe(0xc00c7b2a80, {0x1a9fc500, 0xc00229cb60}, {0x1ab0ce98, 0xc00bdc2848})
	github.com/crossplane/[email protected]/pkg/controller/external_tfpluginsdk.go:472 +0x173
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKAsyncExternal).Observe(0xc00399e620, {0x1a9fc500, 0xc00229cb60}, {0x1ab0ce98, 0xc00bdc2848})
	github.com/crossplane/[email protected]/pkg/controller/external_async_tfpluginsdk.go:127 +0xc5
github.com/crossplane/crossplane-runtime/pkg/reconciler/managed.(*Reconciler).Reconcile(0xc0002f3300, {0x1a9fc458, 0xc003db6060}, {{{0x0, 0x0}, {0xc006602540, 0xf}}})
	github.com/crossplane/[email protected]/pkg/reconciler/managed/reconciler.go:914 +0x2150
github.com/crossplane/crossplane-runtime/pkg/ratelimiter.(*Reconciler).Reconcile(0xc00c0b7d10, {0x1a9fc458, 0xc003db6060}, {{{0x0?, 0x5?}, {0xc006602540?, 0xc003a6dd10?}}})
	github.com/crossplane/[email protected]/pkg/ratelimiter/reconciler.go:54 +0x151
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x1aa1b838?, {0x1a9fc458?, 0xc003db6060?}, {{{0x0?, 0xb?}, {0xc006602540?, 0x0?}}})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:119 +0xb7
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00}, {0x16370240, 0xc0031bc8c0})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316 +0x3bc
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266 +0x1be
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227 +0x79
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 2624
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:223 +0x50c
2024-07-30T11:01:33Z	DEBUG	provider-aws	Reconciling	{"controller": "managed/elbv2.aws.upbound.io/v1beta1, kind=lblistenerrule", "request": {"name":"david-test-test"}}
2024-07-30T11:01:34Z	DEBUG	provider-aws	Connecting to the service provider	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
2024-07-30T11:01:34Z	DEBUG	provider-aws	Checking cache entry	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:34Z	DEBUG	provider-aws	Cache hit	{"cacheKey": "80659b1c-ad86-45d8-8bcb-bb818bb9be26:1:eu-central-1:IRSA:f68e3ae330faef9851d10f45765eb30badcb631dfa7e89d82779cf23ce3d3cf4:/var/run/secrets/eks.amazonaws.com/serviceaccount/token:arn:aws:iam::1111111111111111:role/crossplane-infra-playground-cluster", "pc": "aws.upbound.io/v1beta1, Kind=ProviderConfig"}
2024-07-30T11:01:34Z	DEBUG	provider-aws	Observing the external resource	{"uid": "f6086963-1a92-4a4b-9a17-3a8cdcf76bbc", "name": "david-test-test", "gvk": "elbv2.aws.upbound.io/v1beta1, Kind=LBListenerRule"}
E0730 11:01:34.092543       1 runtime.go:77] Observed a panic: value is null
goroutine 4135 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic({0x143f35e0, 0x1a7cb850})
	k8s.io/[email protected]/pkg/util/runtime/runtime.go:75 +0x85
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile.func1()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:108 +0xb2
panic({0x143f35e0?, 0x1a7cb850?})
	runtime/panic.go:770 +0x132
github.com/hashicorp/go-cty/cty.Value.LengthInt({{{0x1a9fce38?, 0xc004224460?}}, {0x0?, 0x0?}})
	github.com/hashicorp/[email protected]/cty/value_ops.go:989 +0x258
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardActionOneOf({{{0x1a9fce38?, 0xc004224490?}}, {0x13f999e0?, 0xc003fe78f0?}}, 0x0, {{0xc005458b60, 0x7}, 0x0, 0x0, 0x0, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1036 +0x1de
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbForwardAction(0xc001361d00, {0x17b90a8b, 0x6}, 0x0, {{0xc005458b60, 0x7}, 0x0, 0x0, 0x0, 0xc0052f6600, ...}, ...)
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:1014 +0x22b
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.flattenLbListenerActions(0xc001361d00, {0x17b90a8b, 0x6}, {0xc00165dcc0?, 0x1, 0xc002ae7860?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener.go:979 +0x2c5
github.com/hashicorp/terraform-provider-aws/internal/service/elbv2.resourceListenerRuleRead({0x1a9fc458, 0xc006a2e4e0}, 0xc001361d00, {0x17b427c0?, 0xc004cc9520?})
	github.com/hashicorp/[email protected]/internal/service/elbv2/listener_rule.go:618 +0x85b
github.com/hashicorp/terraform-provider-aws/internal/provider.New.(*wrappedResource).Read.interceptedHandler[...].func9(0xc001361d00?, {0x17b427c0?, 0xc004cc9520})
	github.com/hashicorp/[email protected]/internal/provider/intercept.go:113 +0x283
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0x1a9fc500?, {0x1a9fc500?, 0xc002200620?}, 0xd?, {0x17b427c0?, 0xc004cc9520?})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:790 +0x7a
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc00218d340, {0x1a9fc500, 0xc002200620}, 0xc004250820, {0x17b427c0, 0xc004cc9520})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:1089 +0x529
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKExternal).Observe(0xc00c7b2ee0, {0x1a9fc500, 0xc002200620}, {0x1ab0ce98, 0xc004656848})
	github.com/crossplane/[email protected]/pkg/controller/external_tfpluginsdk.go:472 +0x173
github.com/crossplane/upjet/pkg/controller.(*terraformPluginSDKAsyncExternal).Observe(0xc0013e3f60, {0x1a9fc500, 0xc002200620}, {0x1ab0ce98, 0xc004656848})
	github.com/crossplane/[email protected]/pkg/controller/external_async_tfpluginsdk.go:127 +0xc5
github.com/crossplane/crossplane-runtime/pkg/reconciler/managed.(*Reconciler).Reconcile(0xc0002f3300, {0x1a9fc458, 0xc005794720}, {{{0x0, 0x0}, {0xc006602540, 0xf}}})
	github.com/crossplane/[email protected]/pkg/reconciler/managed/reconciler.go:914 +0x2150
github.com/crossplane/crossplane-runtime/pkg/ratelimiter.(*Reconciler).Reconcile(0xc00c0b7d10, {0x1a9fc458, 0xc005794720}, {{{0x0?, 0x5?}, {0xc006602540?, 0xc002ae9d10?}}})
	github.com/crossplane/[email protected]/pkg/ratelimiter/reconciler.go:54 +0x151
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x1aa1b838?, {0x1a9fc458?, 0xc005794720?}, {{{0x0?, 0xb?}, {0xc006602540?, 0x0?}}})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:119 +0xb7
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00}, {0x16370240, 0xc0031bc8c0})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316 +0x3bc
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc00c0ee5a0, {0x1a9fc490, 0xc00134fe00})
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266 +0x1be
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227 +0x79
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2 in goroutine 2624
	sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:223 +0x50c

Crossplane Version

1.15.1

Provider Version

1.9.1

Kubernetes Version

v1.29.4-eks-036c24b

Kubernetes Distribution

EKS

Additional Info

No response

Copy link

This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

@github-actions github-actions bot added the stale label Oct 29, 2024
@daniel-maganto
Copy link
Author

It was fixed in Release v1.16.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage stale
Projects
None yet
Development

No branches or pull requests

1 participant