1. 25 11月, 2018 1 次提交
  2. 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
  3. 20 11月, 2018 2 次提交
  4. 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
  5. 16 11月, 2018 3 次提交
  6. 15 11月, 2018 2 次提交
  7. 14 11月, 2018 3 次提交
  8. 13 11月, 2018 7 次提交
  9. 10 11月, 2018 4 次提交
  10. 08 11月, 2018 5 次提交
  11. 07 11月, 2018 1 次提交
  12. 06 11月, 2018 3 次提交
  13. 05 11月, 2018 1 次提交
  14. 30 10月, 2018 2 次提交
  15. 27 10月, 2018 1 次提交
    • P
      Updated Hyperkit Instructions · 92b5b795
      peterlobster 提交于
      The instructions for HyperKit produce the error `install: root: Invalid argument`. @ran-dall Helped me figuire out that root was not being permited foir this command, and sent me the fix for my machine. Figure I'd share it here.
      92b5b795
  16. 20 10月, 2018 2 次提交