1. 03 5月, 2019 1 次提交
  2. 01 5月, 2019 2 次提交
  3. 25 4月, 2019 1 次提交
  4. 06 4月, 2019 1 次提交
  5. 05 4月, 2019 1 次提交
  6. 27 3月, 2019 2 次提交
  7. 26 3月, 2019 3 次提交
  8. 25 3月, 2019 1 次提交
  9. 24 3月, 2019 1 次提交
  10. 22 3月, 2019 4 次提交
  11. 21 3月, 2019 1 次提交
  12. 17 3月, 2019 1 次提交
    • A
      Decrease cyclomatic complexity for test · 03bdce47
      Anders F Björklund 提交于
      Mostly by using the "extract method" pattern.
      
      Here was the report (from gocyclo), before:
      
      17 tunnel TestTunnelManagerCleanup pkg/minikube/tunnel/tunnel_manager_test.go:174:1
      44 tunnel TestTunnel pkg/minikube/tunnel/tunnel_test.go:35:1
      34 kubeconfig configEquals pkg/util/kubeconfig/config_test.go:420:1
      25 integration testMounting test/integration/mount_test.go:36:1
      18 integration testTunnel test/integration/tunnel_test.go:37:1
      03bdce47
  13. 16 3月, 2019 1 次提交
  14. 09 3月, 2019 1 次提交
  15. 07 3月, 2019 1 次提交
  16. 28 2月, 2019 1 次提交
  17. 15 2月, 2019 1 次提交
  18. 13 2月, 2019 1 次提交
    • A
      Show name as CRI-O, even if class is CRIO · abb5fc0a
      Anders F Björklund 提交于
      Should use the proper name for display, even if we use a name more
      suitable to naming classes and methods for the implementation...
      
      Also use the --runtime=cri-o when testing, and update the github
      repository now that cri-o has graduated from incubator to a sig.
      
      See https://cri-o.io/
      abb5fc0a
  19. 06 2月, 2019 2 次提交
  20. 25 1月, 2019 1 次提交
  21. 19 1月, 2019 1 次提交
  22. 18 1月, 2019 1 次提交
  23. 17 1月, 2019 2 次提交
  24. 09 1月, 2019 1 次提交
  25. 03 1月, 2019 1 次提交
    • M
      Do not include the default CNI config by default · d982c4bf
      Martynas Pumputis 提交于
      Previously, minikube has been shipped with the default CNI config
      (/etc/cni/net.d/k8s.conf) in its rootfs. This complicated a lot
      when using a custom CNI plugin, as the default config was picked
      by kubelet before the custom CNI plugin has installed its own CNI
      config. So, the end result was that some Pods were attached to a
      network defined in the default config, and some got managed by
      the custom plugin.
      
      This commit introduces the flag "--enable-default-cni" to
      "minikube start" to trigger the provisioning of the default CNI
      config.
      Signed-off-by: NMartynas Pumputis <m@lambda.lt>
      d982c4bf
  26. 22 12月, 2018 2 次提交
  27. 21 12月, 2018 2 次提交
  28. 20 12月, 2018 2 次提交