1. 08 11月, 2018 3 次提交
  2. 07 11月, 2018 1 次提交
  3. 06 11月, 2018 3 次提交
  4. 05 11月, 2018 1 次提交
  5. 30 10月, 2018 2 次提交
  6. 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
  7. 20 10月, 2018 26 次提交
  8. 19 10月, 2018 1 次提交
    • B
      minikube tunnel (#3015) · ae9f4b20
      Balint Pato 提交于
      This commit introduces a new command, `minikube tunnel`, a LoadBalancer emulator functionality, that must be run with root permissions.
      
      This command:
      
      * Establishes networking routes from the host into the VM for all IP ranges used by Kubernetes.
      * Enables a cluster controller that allocates IPs to services external `LoadBalancer` IPs.
      * Cleans up routes and IPs when stopped (Ctrl+C), when `minikube` stops, and when `minikube tunnel` is ran with the `--cleanup` flag
      ae9f4b20
  9. 18 10月, 2018 2 次提交
    • J
      Update README.md · ab55dc1f
      jay vyas 提交于
      Make it clear that for none, you must be running standard docker.
      ab55dc1f
    • T
      Disable mount tests in Darwin to workaround panic: timedout bug · f20bf4d3
      Thomas Stromberg 提交于
      These tests reliably cause a "panic: timed out" condition due to
      hitherto unknown reasons. See issue #3200 for context.
      
      dlorenc mentioned that this test never worked, so when I re-enabled it
      recently for all platforms in af61bf79,
      it introduced a persistent test failure for darwin.
      
      I'll leave issue #3200 open until we are able to re-enable this test.
      f20bf4d3