You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Velero add-on stop working today out of the blue. Same version of eks blueprints add-on worked yesterday. Fixing the velero chart to a prior version does not solve the issue. velero-upgrade-crds job does not finish.
✋ I have searched the open/closed issues and my issue is not listed.
Steps to reproduce the behavior: Simply run the test case complete
I'm not using workspaces
It is a fresh clone
Expected behavior
The test case finishes with the terraform apply phase
Actual behavior
The test case DOES NOT finish with the terraform apply phase
Setting enable_velero = false makes the test case finish correctly
The following error is seeing in the Console output
╷
│ Warning: Helm release "velero" was created but has a failed status. Use the `helm` command to investigate the error, correct it, then run Terraform again.
│
│ with module.eks_blueprints_addons.module.velero.helm_release.this[0],
│ on .terraform/modules/eks_blueprints_addons.velero/main.tf line 9, in resource "helm_release" "this":
│ 9: resource "helm_release" "this" {
│
╵
╷
│ Error: failed pre-install: 1 error occurred:
│ * job failed: BackoffLimitExceeded
│
│
│
│ with module.eks_blueprints_addons.module.velero.helm_release.this[0],
│ on .terraform/modules/eks_blueprints_addons.velero/main.tf line 9, in resource "helm_release" "this":
│ 9: resource "helm_release" "this" {
│
╵
LAST SEEN TYPE REASON OBJECT MESSAGE
50m Normal SuccessfulCreate job/velero-upgrade-crds Created pod: velero-upgrade-crds-5g6xq
50m Normal Pulled pod/velero-upgrade-crds-5g6xq Container image "docker.io/bitnami/kubectl:1.27" already present on machine
50m Normal Created pod/velero-upgrade-crds-5g6xq Created container kubectl
50m Normal Started pod/velero-upgrade-crds-5g6xq Started container kubectl
50m Normal Scheduled pod/velero-upgrade-crds-5g6xq Successfully assigned velero/velero-upgrade-crds-5g6xq to ip-10-0-48-42.ec2.internal
49m Normal Started pod/velero-upgrade-crds-5g6xq Started container velero
49m Normal Created pod/velero-upgrade-crds-5g6xq Created container velero
49m Normal Pulled pod/velero-upgrade-crds-5g6xq Container image "velero/velero:v1.11.0" already present on machine
49m Warning BackOff pod/velero-upgrade-crds-5g6xq Back-off restarting failed container velero in pod velero-upgrade-crds-5g6xq_velero(5ddae231-373d-42dd-a2ff-daea57c2ed5f)
49m Warning BackoffLimitExceeded job/velero-upgrade-crds Job has reached the specified backoff limit
49m Normal SuccessfulDelete job/velero-upgrade-crds Deleted pod: velero-upgrade-crds-5g6xq
21m Normal Scheduled pod/velero-upgrade-crds-mlft5 Successfully assigned velero/velero-upgrade-crds-mlft5 to ip-10-0-49-177.ec2.internal
21m Normal SuccessfulCreate job/velero-upgrade-crds Created pod: velero-upgrade-crds-mlft5
21m Normal Pulling pod/velero-upgrade-crds-mlft5 Pulling image "docker.io/bitnami/kubectl:1.27"
21m Normal Started pod/velero-upgrade-crds-mlft5 Started container kubectl
21m Normal Created pod/velero-upgrade-crds-mlft5 Created container kubectl
21m Normal Pulled pod/velero-upgrade-crds-mlft5 Successfully pulled image "docker.io/bitnami/kubectl:1.27" in 3.611612517s (3.61162356s including waiting)
21m Normal Pulling pod/velero-upgrade-crds-mlft5 Pulling image "velero/velero:v1.11.0"
20m Normal Created pod/velero-upgrade-crds-mlft5 Created container velero
20m Normal Started pod/velero-upgrade-crds-mlft5 Started container velero
21m Normal Pulled pod/velero-upgrade-crds-mlft5 Successfully pulled image "velero/velero:v1.11.0" in 2.043041549s (2.043052288s including waiting)
20m Normal Pulled pod/velero-upgrade-crds-mlft5 Container image "velero/velero:v1.11.0" already present on machine
20m Warning BackOff pod/velero-upgrade-crds-mlft5 Back-off restarting failed container velero in pod velero-upgrade-crds-mlft5_velero(27000cbe-13f8-48a3-a8a2-0d429e41e532)
20m Normal SuccessfulDelete job/velero-upgrade-crds Deleted pod: velero-upgrade-crds-mlft5
20m Warning BackoffLimitExceeded job/velero-upgrade-crds Job has reached the specified backoff limit
The version of the velero charts is stuck to 3.2.0 since v1.5.0. I tried to use chart to the previous version tested for this add-on 3.1.6 but the issue remains.
carlosrodlop
changed the title
Velero deployment fails
[Velero add-on] Velero deployment fails
Feb 21, 2024
carlosrodlop
changed the title
[Velero add-on] Velero deployment fails
[Velero add-on] Velero deployment fails: velero-upgrade-crds job does not finish
Feb 21, 2024
carlosrodlop
changed the title
[Velero add-on] Velero deployment fails: velero-upgrade-crds job does not finish
[Velero add-on] Velero deployment fails: Back-off restarting failed container velero in pod velero-upgrade-crds-*
Feb 21, 2024
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
Description
Velero add-on stop working today out of the blue. Same version of eks blueprints add-on worked yesterday. Fixing the velero chart to a prior version does not solve the issue. velero-upgrade-crds job does not finish.
Versions
Module version [Required]:
Terraform version:
Terraform v1.7.3
Reproduction Code [Required]
Steps to reproduce the behavior: Simply run the test case complete
Expected behavior
The test case finishes with the terraform apply phase
Actual behavior
The test case DOES NOT finish with the terraform apply phase
Setting
enable_velero = false
makes the test case finish correctlyThe following error is seeing in the Console output
Terminal Output Screenshot(s)
Additional context
Terraform logs show
Kubectl events:
The version of the velero charts is stuck to
3.2.0
since v1.5.0. I tried to use chart to the previous version tested for this add-on3.1.6
but the issue remains.The text was updated successfully, but these errors were encountered: