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

Replace wget with curl #565

Closed
burmanm opened this issue Aug 29, 2023 · 0 comments · Fixed by #564
Closed

Replace wget with curl #565

burmanm opened this issue Aug 29, 2023 · 0 comments · Fixed by #564
Assignees
Labels
bug Something isn't working done Issues in the state 'done'

Comments

@burmanm
Copy link
Contributor

burmanm commented Aug 29, 2023

What happened?

At some point, the DSE images built with -ubi8 / -ubi7 prefix lost their wget from default installation. All our drain endpoints and other mgmt-api calls (which happen directly from Kubernetes) depend on wget to exists. Suddenly, this no longer was true.

So to keep older images working correctly, we need to use curl instead.

What did you expect to happen?

No response

How can we reproduce it (as minimally and precisely as possible)?

Using any image without wget. It'll fail on smoke tests.

cass-operator version

1.16.0

Kubernetes version

1.27

Method of installation

No response

Anything else we need to know?

No response

@burmanm burmanm added the bug Something isn't working label Aug 29, 2023
@burmanm burmanm self-assigned this Aug 29, 2023
@burmanm burmanm moved this to In Progress in K8ssandra Aug 29, 2023
@adejanovski adejanovski added the in-progress Issues in the state 'in-progress' label Aug 29, 2023
@burmanm burmanm moved this from In Progress to Ready For Review in K8ssandra Aug 29, 2023
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' and removed in-progress Issues in the state 'in-progress' labels Aug 29, 2023
@adejanovski adejanovski moved this from Ready For Review to Review in K8ssandra Aug 31, 2023
@adejanovski adejanovski added review Issues in the state 'review' and removed ready-for-review Issues in the state 'ready-for-review' labels Aug 31, 2023
@github-project-automation github-project-automation bot moved this from Review to Done in K8ssandra Aug 31, 2023
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Issues in the state 'done'
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants