1. 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
  2. 11 12月, 2018 3 次提交
  3. 08 12月, 2018 4 次提交
    • 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
    • T
      Merge pull request #3401 from tstromberg/cherry-2f81d · ad415e25
      Thomas Strömberg 提交于
      Add apiserver check to "status", and block "start" until it's healthy.
      ad415e25
    • P
      Only restart docker service if container runtime is docker (#3426) · ed8f7124
      priyawadhwa 提交于
      * Only restart docker service if container runtime is docker
      
      Only allow the buildroot provisioner to restart docker if the container
      runtime is docker. This change should fix the bug in #3424, since now
      docker will not be restarted if the container runtime is containerd.
      
      * Added files to fix FileContent--proc-sys-net-bridge-bridge-nf-call-iptables precheck error
      
      From this issue: https://github.com/kubernetes/kubeadm/issues/1062
      these files need to be added to prevent this precheck error (which occurs when running any container runtime that isn't docker).
      
      Also, save the machine config on the user's filesystem earlier so that the buildprovisioner can access it.
      ed8f7124
    • J
      Fix .Info() error message · 1ddd835a
      JoeWrightss 提交于
      Signed-off-by: NJoeWrightss <zhoulin.xie@daocloud.io>
      1ddd835a
  4. 07 12月, 2018 5 次提交
  5. 06 12月, 2018 24 次提交
  6. 05 12月, 2018 3 次提交