Revert "Web terminal: fix warning when sourcing .bashrc (#6848)"#6889
Conversation
)" This reverts commit 5d1ec10. Signed-off-by: Samuel Alfageme Sainz <samuel@alfage.me>
|
Hi @SamuAlfageme. Thanks for your PR. I'm waiting for a kubermatic member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
ahmedwaleedmalik
left a comment
There was a problem hiding this comment.
/approve
/milestone KKP 2.26
|
LGTM label has been added. DetailsGit tree hash: b723264b4af122244026940e1eeaf22c8370002c |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmedwaleedmalik The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This reverts commit 5d1ec10.
What this PR does / why we need it:
After testing #6848, I realised the
kubeconfigwould be R/O and0777(kubernetes/kubernetes#125876) since it's mounted from a secret inside the web-terminal pod. This would result on an extra error on the web-terminal startup:... rather than solving the warnings from Helm that #6848 intended to fix. This would require a more complex solution involving
fsGroup+initContainersprobably.CC/ @ahmedwaleedmalik @Waseem826 as you took care of the previous PR. Sorry for the noise!
Which issue(s) this PR fixes: N/A
What type of PR is this?
/kind bug
Special notes for your reviewer:
Documentation: