-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix(operator): Return quickstart script to working condition and improve rootless usage #19960
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
base: main
Are you sure you want to change the base?
Conversation
operator/quickstart.sh
Outdated
| check() { | ||
| # shellcheck disable=SC2154 | ||
| ${LOGCLI} --addr "http://localhost/token-refresher/api/logs/v1/test-oidc" labels | ||
| ${LOGCLI} --addr "http://localhost:8080/token-refresher/api/logs/v1/test-oidc" labels |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like logcli is no longer in .bingo maybe I've removed it in one of the cleanups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it ever was in bingo, it's much easier to just compile from the ../cmd/logcli/ package when you already have the repository checked out. Currently I have just set this env var when running the script LOGCLI=logcli ./quickstart.sh check ... but that admittedly is not very convenient. Should we just replace it with logcli and expect people to have some kind of logcli installed?
What this PR does / why we need it:
make quickstartwill try to build&push an image and updates the instructions accordinglyWhich issue(s) this PR fixes:
Special notes for your reviewer:
Checklist
CONTRIBUTING.mdguide (required)