1. 29 6月, 2019 1 次提交
    • J
      # This is a combination of 8 commits. · ad97983d
      Jose Donizetti 提交于
      # This is the 1st commit message:
      
      Fix doc comment version.gitCommitID doc
      
      
      # This is the commit message #2:
      
      Add hyperkit doc
      
      
      # This is the commit message #3:
      
      Add commit id to docker-machine-driver-kvm2 version
      
      
      # This is the commit message #4:
      
      removed label selector for registry-proxy daemonset
      
      # This is the commit message #5:
      
      Add support to custom qemu uri on kvm2 driver
      
      
      # This is the commit message #6:
      
      Improve hyperkit vm stop
      
      
      # This is the commit message #7:
      
      Make virtualbox DNS settings configurable 
      
      
      # This is the commit message #8:
      
      added integration tests for registry addon
      ad97983d
  2. 14 5月, 2019 1 次提交
  3. 22 3月, 2019 3 次提交
  4. 16 3月, 2019 1 次提交
  5. 09 3月, 2019 1 次提交
  6. 28 2月, 2019 1 次提交
  7. 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
  8. 06 2月, 2019 2 次提交
  9. 25 1月, 2019 1 次提交
  10. 19 1月, 2019 1 次提交
  11. 18 1月, 2019 1 次提交
  12. 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
  13. 22 12月, 2018 2 次提交
  14. 21 12月, 2018 2 次提交
  15. 20 12月, 2018 3 次提交
  16. 12 12月, 2018 1 次提交
    • P
      Change restart policy on gvisor pod (#3445) · 1514511b
      priyawadhwa 提交于
      * Change restart policy on gvisor pod
      
      Change the restart policy on the gvisor pod to Always. This way, if a
      user runs
      
      minikube addons enable gvisor
      minikube stop
      minikube start
      
      when the addon manager tries to restart the gvisor pod, it will be
      restarted and gvisor will start running automatically. This PR also adds an
      integration test for this functionality.
      
      * Test stop and start
      
      * Revert test to delete
      
      Revert test to delete for now, for some reason "stop" and then "start"
      is failing both locally and in Jenkins for VirtualBox with a "panic test
      timed out after 30 min" error
      1514511b
  17. 08 12月, 2018 1 次提交
    • P
      Enable gvisor addon in minikube (#3399) · 8f128a7d
      priyawadhwa 提交于
      This PR adds the code for enabling gvisor in minikube. It adds the pod
      that will run when the addon is enabled, and the code for the image
      which will run when this happens.
      
      When gvisor is enabled, the pod will download runsc and the
      gvisor-containerd-shim. It will replace the containerd config.toml and
      restart containerd.
      
      When gvisor is disabled, the pod will be deleted by the addon manager.
      This will trigger a pre-stop hook which will revert the config.toml to
      it's original state and restart containerd.
      8f128a7d
  18. 06 12月, 2018 2 次提交
  19. 28 11月, 2018 1 次提交
  20. 22 11月, 2018 1 次提交
    • 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
  21. 10 11月, 2018 1 次提交
  22. 31 10月, 2018 1 次提交
  23. 20 10月, 2018 1 次提交
  24. 06 10月, 2018 1 次提交
  25. 05 10月, 2018 1 次提交
    • F
      Enhance the Ingress Controller Addon (#3099) · 2ebdf5e1
      Fernando Diaz 提交于
      - Updates Ingress-Controller Version to 0.19.0
      - Adds Service Account for Ingress-Controller
      - Adds Support for Prometheus
      - Fixes bug with TCP/UDP ConfigMaps not Loading
      - Adds more resource limits to default-backend
      - Use new ingress class name
      - Use app.kubernetes.io/xxxxxxxxxxx labels
      2ebdf5e1
  26. 04 10月, 2018 2 次提交
  27. 29 9月, 2018 2 次提交
  28. 27 9月, 2018 1 次提交
    • T
      Fix broken TestFunctional/EnvVars test when run under non-bash shell. · 349ea5a0
      Thomas Stromberg 提交于
      Make future failures to this test easier to debug. Here's an example of
      the test failure I ran into:
      
          --- FAIL: TestFunctional/EnvVars (0.58s)
              cluster_env_test.go:36: SetEnvFromEnvCmdOutput: Error: No variables were parsed from docker-env output:
                  set -gx DOCKER_TLS_VERIFY "1";
                  set -gx DOCKER_HOST "tcp://192.168.39.199:2376";
                  set -gx DOCKER_CERT_PATH "/usr/local/google/home/tstromberg/.minikube/certs";
                  set -gx DOCKER_API_VERSION "1.35";
                  # Run this command to configure your shell:
                  # eval (minikube docker-env)
      349ea5a0
  29. 22 8月, 2018 1 次提交
  30. 09 6月, 2018 1 次提交