Skip to content

Conversation

gantrior
Copy link
Contributor

@gantrior gantrior commented Jul 8, 2025

No description provided.

@gantrior gantrior requested a review from a team as a code owner July 8, 2025 09:27
@@ -0,0 +1,11 @@
{
"id": "copy-kube-config",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version is also mandatory

# for kubernetes.docker.internal whenever a new shell starts to keep them in sync.
if [ "$SYNC_LOCALHOST_KUBECONFIG" = "true" ] && [ -d "/usr/local/share/kube-localhost" ]; then
mkdir -p $HOME/.kube
sudo cp -r /usr/local/share/kube-localhost/* $HOME/.kube
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider excluding cache subfolder. When there are many files in it on the host, it can block opening each new terminal for a few minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants