1. 30 11月, 2018 7 次提交
  2. 28 11月, 2018 5 次提交
  3. 27 11月, 2018 3 次提交
  4. 25 11月, 2018 1 次提交
  5. 22 11月, 2018 2 次提交
    • P
      Updated README (#3347) · be32b78f
      Prakhar Goyal 提交于
      The documentation is clearer now for a person new to macOS.
      be32b78f
    • B
      Fix `minikube tunnel` for hyperkit (#3349) · a681603d
      Balint Pato 提交于
      This change is a bit of a hack to make IP routing work over the virtio-net interface - it forces the virtio-net interface (bridge100) created by hyperkit/xhyve to reset via removing and readding the single member of the interface. Without this "reset" packets are just simply lost most of the time, despite a completely healthy IP route.
      
      This error was also the reason for a large percentage of our integration test failures. While reducing the flakiness of tunnel related tests I also increased the timeout requirement and adding retries to the nginx request in TestTunnel.
      a681603d
  6. 20 11月, 2018 2 次提交
  7. 17 11月, 2018 1 次提交
    • P
      Restart containerd after stopping alternate runtimes (#3343) · 77942bbf
      priyawadhwa 提交于
      After stopping any runtimes that aren't being used, if we're using
      containerd then we need to restart it. This is because it competes with
      cri-o to listen on port 10010, causing a necesary plugin to not be
      installed. After stopping cri-o, we need to restart containerd so that
      the plugin is installed.
      
      I also added some preflight checks when using alternative runtimes.
      kubeadm checks to make sure the Docker service is running, so I disabled
      that. It also checks if a few ports are available; these are ports that
      containerd uses, so I also added them to the ignore list.
      
      This should finish the work started in #3211, which stopped alternative
      runtimes but didn't restart containerd. I was able to run "minikube
      start" with containerd locally with this change.
      77942bbf
  8. 16 11月, 2018 3 次提交
  9. 15 11月, 2018 2 次提交
  10. 14 11月, 2018 3 次提交
  11. 13 11月, 2018 7 次提交
  12. 10 11月, 2018 4 次提交