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

Operator tried to delete jaeger-query sidecar #1530

Closed
rubenvp8510 opened this issue Aug 11, 2021 · 0 comments · Fixed by #1529
Closed

Operator tried to delete jaeger-query sidecar #1530

rubenvp8510 opened this issue Aug 11, 2021 · 0 comments · Fixed by #1529
Assignees
Labels
bug Something isn't working

Comments

@rubenvp8510
Copy link
Collaborator

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run the operator
  2. Deploy simple-prod
  3. See log errors like the following:

INFO[0037] Removing Jaeger Agent sidecar                 deployment=simple-prod-query jaeger=simple-prod namespace=default
ERRO[0037] error cleaning orphaned deployment            deploymentName=simple-prod-query deploymentNamespace=default error="Deployment.apps \"simple-prod-query\" is invalid: [spec.template.spec.containers[0].volumeMounts[1].name: Not found: \"simple-prod-trusted-ca\", spec.template.spec.containers[1].volumeMounts[1].name: Not found: \"simple-prod-trusted-ca\"]"
INFO[0037] Removing Jaeger Agent sidecar                 deployment=simple-prod-query jaeger=simple-prod namespace=default
ERRO[0037] error cleaning orphaned deployment            deploymentName=simple-prod-query deploymentNamespace=default error="Deployment.apps \"simple-prod-query\" is invalid: [spec.template.spec.containers[0].volumeMounts[1].name: Not found: \"simple-prod-trusted-ca\", spec.template.spec.containers[1].volumeMounts[1].name: Not found: \"simple-prod-trusted-ca\"]"
INFO[0038] Removing Jaeger Agent sidecar                 deployment=simple-prod-query jaeger=simple-prod namespace=default
ERRO[0038] error cleaning orphaned deployment            deploymentName=simple-prod-query deploymentNamespace=default error="Deployment.apps \"simple-prod-query\" is invalid: [spec.template.spec.containers[0].volumeMounts[1].name: Not found: \"simple-prod-trusted-ca\", spec.template.spec.containers[1].volumeMounts[1].name: Not found: \"simple-prod-trusted-ca\"]"
INFO[0038] Removing Jaeger Agent sidecar                 deployment=simple-prod-query jaeger=simple-prod namespace=default

Expected behavior
No error or warnings, no attempts to remove the query sidecar.

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

Successfully merging a pull request may close this issue.

1 participant