kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.84k stars 1.42k forks source link

Upgrade issue from 2.6 to 2.7 #3658

Open htgurukul opened 3 months ago

htgurukul commented 3 months ago

Describe the bug Upgrading ALB controller on EKS 1.28 from version 2.6 to 2.7 below error is thrown

root@ubuntu-xenial:/vagrant/clus_upgrade/to_1.29# kubectl apply -f v2_7_0_full.yaml customresourcedefinition.apiextensions.k8s.io/ingressclassparams.elbv2.k8s.aws configured customresourcedefinition.apiextensions.k8s.io/targetgroupbindings.elbv2.k8s.aws configured role.rbac.authorization.k8s.io/aws-load-balancer-controller-leader-election-role unchanged clusterrole.rbac.authorization.k8s.io/aws-load-balancer-controller-role configured rolebinding.rbac.authorization.k8s.io/aws-load-balancer-controller-leader-election-rolebinding unchanged clusterrolebinding.rbac.authorization.k8s.io/aws-load-balancer-controller-rolebinding unchanged service/aws-load-balancer-webhook-service unchanged deployment.apps/aws-load-balancer-controller unchanged certificate.cert-manager.io/aws-load-balancer-serving-cert unchanged issuer.cert-manager.io/aws-load-balancer-selfsigned-issuer unchanged unable to decode "v2_7_0_full.yaml": parsing time "null" as "2006-01-02T15:04:05Z07:00": cannot parse "null" as "2006" unable to decode "v2_7_0_full.yaml": parsing time "null" as "2006-01-02T15:04:05Z07:00": cannot parse "null" as "2006"

Steps to reproduce kubectl apply -f v2_7_0_full.yaml Expected outcome command should not return any error and manifest should be applied to cluster.

Environment

htgurukul commented 3 months ago

Any update???

htgurukul commented 3 months ago

I did resolve it. replaced "null" with null in manifest.and it worked. I hope it have no impact.

k8s-triage-robot commented 3 days ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale