-
Notifications
You must be signed in to change notification settings - Fork 23
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
Some How-Tos i found helpful #109
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
@hc2p I have maybe a small improvement with the use of the mc container
kubectl -n minio apply -f pvc.yaml | ||
``` | ||
|
||
## Start debug container on cluster |
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.
you could use directly the minio image as well, I using locally ofte
docker run --rm -it --network host -v "`PWD`":/data -e MC_HOST_minio=https://___ACCESS__KEX___:[email protected] --name run-2-mc --entrypoint bash minio/mc
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.
hm, i tried it but struggled to get into a shell, which is actually more convenient to do all the steps. Would be much better than needing to install something
## Setup alias | ||
|
||
```bash | ||
mc alias set ALIAS http://minio:9000 <access-key> <access-secret> |
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.
se above example could also get injected via env var ... just FYI
@hc2p I would suggest we directly move this to our docs under https://docs.kubermatic.com/kubermatic/main/cheat-sheets/ |
Signed-off-by: Hannes Probst <[email protected]>
What this PR does / why we need it:
I had to do some chores which were quite cumbersome. I hope these will help future me and others.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: