-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Wait to add aliases to /etc/hosts before starting kubelet #8035
Commits on May 7, 2020
-
Restart kubeadm on soft
minikube start
This should resolve a race condition in which the expected node IP and the ip passed into kubelet are different. This should fix the embed-certs integration test which has been flaky for a while.
Priya Wadhwa committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for c037a97 - Browse repository at this point
Copy the full SHA c037a97View commit details -
Priya Wadhwa committed
May 7, 2020 Configuration menu - View commit details
-
Copy full SHA for a353d56 - Browse repository at this point
Copy the full SHA a353d56View commit details -
Restart kubelet in a function that is called on soft start
Priya Wadhwa committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 163ab88 - Browse repository at this point
Copy the full SHA 163ab88View commit details -
Priya Wadhwa committed
May 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ac4281 - Browse repository at this point
Copy the full SHA 8ac4281View commit details -
Priya Wadhwa committed
May 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 69a39c1 - Browse repository at this point
Copy the full SHA 69a39c1View commit details -
Priya Wadhwa committed
May 7, 2020 Configuration menu - View commit details
-
Copy full SHA for ced1914 - Browse repository at this point
Copy the full SHA ced1914View commit details -
Priya Wadhwa committed
May 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 8096094 - Browse repository at this point
Copy the full SHA 8096094View commit details -
Add start/stop test for plain old docker
Priya Wadhwa committedMay 7, 2020 Configuration menu - View commit details
-
Copy full SHA for fce7562 - Browse repository at this point
Copy the full SHA fce7562View commit details
Commits on May 8, 2020
-
Add host alias back after restarting kubelet
Priya Wadhwa committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 9348667 - Browse repository at this point
Copy the full SHA 9348667View commit details -
Start kubelet after host aliases have been set in /etc/hosts
kubelet manages the value of `/etc/hosts` within running containers (e.g. kube-controller-manager). It takes this file from the host, but this causes a race condition between: 1. Us updating /etc/hosts with aliases on IP changes 1. kubelet starting k8s with current value of /etc/hosts This change removes automatically starting kubelet when systemd comes up. Instead, we start it immediately after making our updates to `/etc/hosts`
Priya Wadhwa committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 73d15fc - Browse repository at this point
Copy the full SHA 73d15fcView commit details -
Restart kubelet after updating config files
This makes sure the kubelet picks up the correct IP
Priya Wadhwa committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 826fb2b - Browse repository at this point
Copy the full SHA 826fb2bView commit details -
Remove Enable(kubelet) from unpause
This way, we won't ever enable kubelet to start when systemd starts, preventing a race condition with `/etc/hosts`
Priya Wadhwa committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 0fa2499 - Browse repository at this point
Copy the full SHA 0fa2499View commit details -
make it impossible to enable the kubelet service
Priya Wadhwa committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f574852 - Browse repository at this point
Copy the full SHA f574852View commit details -
Merge branch 'master' of https://github.com/kubernetes/minikube into …
…embed-certs
Priya Wadhwa committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for ba26770 - Browse repository at this point
Copy the full SHA ba26770View commit details -
Priya Wadhwa committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for cb4dc30 - Browse repository at this point
Copy the full SHA cb4dc30View commit details -
Priya Wadhwa committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 6d1d07c - Browse repository at this point
Copy the full SHA 6d1d07cView commit details -
Priya Wadhwa committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 753dc44 - Browse repository at this point
Copy the full SHA 753dc44View commit details -
Copy files directly now that we control kubeadm
Priya Wadhwa committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for bfef99b - Browse repository at this point
Copy the full SHA bfef99bView commit details -
Priya Wadhwa committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 2915aaf - Browse repository at this point
Copy the full SHA 2915aafView commit details