Skip to content
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

Add Better Support for Minikube #204

Open
osterman opened this issue Aug 1, 2018 · 1 comment
Open

Add Better Support for Minikube #204

osterman opened this issue Aug 1, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@osterman
Copy link
Member

osterman commented Aug 1, 2018

what

  • Add support for Docker for Mac (DFM) Kubernetes or Minikube

why

  • Faster LDE, protyping
  • Testing Helm Charts, Helmfiles

howto

I got it working very easily.

image

Here's what I did (manually):

  1. Enable Kubnernetes mode in DFM.

image

  1. Disable the DOCKER_DNS stuff that points to 8.8.8.8 in the wrapper script as it breaks DFM DNS resolution of docker.for.mac.localhost
  2. Update /localhost/.kube/config to use FQHN for Docker host docker.for.mac.localhost
  3. 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.

@osterman osterman added enhancement New feature or request feature request labels Aug 1, 2018
@osterman osterman changed the title Add Support for Minikube Add Better Support for Minikube Aug 1, 2018
@osterman
Copy link
Member Author

leb4r pushed a commit that referenced this issue Jan 25, 2022
* Update `helmfile`

* Update `helmfile`

* Update `helmfile`
@settings settings bot removed the feature request label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant