Skip to content

redacid/minikube-make-me-happy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minikube

Requrements

Before run need install minikube and kubectl
make install-kubectl
make install-minikube

Start/Stop Minikube cluster

First start(deploy cluster)

make minikube-deploy

Start stopped cluster

make minikube-start

Stop cluster

make minikube-stop

Destroy cluster

make minikube-destroy

Patched version of ingress-dns

Original version always return ip of ingress-dns pod, this is no problem if used one minikube-node.  
Patched version return ip of ingress-controller and normal worked with multiple minikube-nodes.  
Image location https://hub.docker.com/repository/docker/gitlabprozorro/minikube-ingress-dns/tags  
Sources in build-ingress-dns directory.  
  • for StatefulSet and ReplicaSet use "csi-hostpath-sc" storage class

TODO

Support processing DNS requests for test domains with systemd-resolved
https://minikube.sigs.k8s.io/docs/handbook/addons/ingress-dns/#Linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published