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

Upgrade issue from 2.6 to 2.7 #3658

Open
htgurukul opened this issue Apr 22, 2024 · 2 comments
Open

Upgrade issue from 2.6 to 2.7 #3658

htgurukul opened this issue Apr 22, 2024 · 2 comments

Comments

@htgurukul
Copy link

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

  • AWS Load Balancer controller version 2.6 to 2.7
  • Kubernetes version 1.28
  • Using EKS (yes/no), if so version?
    Yes 1.28
    Additional Context:
    NA
@htgurukul
Copy link
Author

Any update???

@htgurukul
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants