-
Notifications
You must be signed in to change notification settings - Fork 526
[GEP-28] Move KUBECONFIG
from machine level to ~/.bashrc
#11975
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
[GEP-28] Move KUBECONFIG
from machine level to ~/.bashrc
#11975
Conversation
/assign |
/retest |
👀 |
skaffold visits containers selected by multiple hooks only once. I.e., because there were two hooks selecting the machine pods, the second one (which installs `gardenadm`) was skipped, causing the tests to fail.
The gardenadm test failure should be fixed with the latest commit. There was some weird skaffold behavior around the lifecycle hooks that I wasn't aware of. I missed this during local testing because I didn't have fresh machine pod volumes. |
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.
/lgtm
/approve
/retest
LGTM label has been added. Git tree hash: b1434072ef0f2b2fac71f6e895cb4fd2bf3e7e08
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
How to categorize this PR?
/area ipcei
/kind enhancement
What this PR does / why we need it:
This PR ensures that the ASC's components running in the machine pod don't accidentally use the
KUBECONFIG
env var or any credentials for the underlying kind cluster.We still keep the convenience for developers by adding the
KUBECONFIG
env var to~/.bashrc
. Additionally, thek
alias is added.Which issue(s) this PR fixes:
Part of #2906
Special notes for your reviewer:
/cc @rfranzke
Release note: