We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got it working very easily.
Here's what I did (manually):
DOCKER_DNS
8.8.8.8
docker.for.mac.localhost
/localhost/.kube/config
export KUBECONFIG=/localhost/.kube/config
sed -i 's,https://localhost:6443,https://docker.for.mac.localhost:6443,g' /localhost/.kube/config
I'd like us to simplify this process so it basically works out-of-the-box.
The text was updated successfully, but these errors were encountered:
https://github.com/kubernetes-sigs/kind
Sorry, something went wrong.
[helmfile] Upgrade to 0.73.1 (#204)
961dd8c
* Update `helmfile` * Update `helmfile` * Update `helmfile`
@osterman
If changes are still needed, please update the exact changes to be made.
No branches or pull requests
what
why
howto
I got it working very easily.
Here's what I did (manually):
DOCKER_DNS
stuff that points to8.8.8.8
in the wrapper script as it breaks DFM DNS resolution ofdocker.for.mac.localhost
/localhost/.kube/config
to use FQHN for Docker hostdocker.for.mac.localhost
export KUBECONFIG=/localhost/.kube/config
I'd like us to simplify this process so it basically works out-of-the-box.
The text was updated successfully, but these errors were encountered: