1. 07 6月, 2020 1 次提交
  2. 14 2月, 2020 1 次提交
  3. 26 11月, 2019 1 次提交
  4. 10 9月, 2019 1 次提交
  5. 07 7月, 2019 1 次提交
  6. 05 5月, 2019 4 次提交
  7. 06 2月, 2019 1 次提交
  8. 03 10月, 2018 2 次提交
  9. 23 4月, 2018 1 次提交
  10. 05 1月, 2018 1 次提交
  11. 15 12月, 2017 1 次提交
  12. 27 9月, 2017 1 次提交
    • V
      minikube-iso: add cri-o runtime · 2788714c
      Vincent Batts 提交于
      https://github.com/kubernetes-incubator/cri-o
      
      Updated the runc version to its latest master commit.
      Got crio into the automounter to get off the tmpfs
      
      This feature bubbles up to the minikube command by reusing the
      `--container-runtime=` flag, by enabling the value of "`crio`"
      (`minikube start --container-runtime=crio`), while the flags/config
      passed to localkube are more like k8s (`--container-runtime=remote
      --remote-runtime-endpoint=/var/run/crio.sock`)
      
      This is mostly ready for review. It is still lacking having
      --insecure-registry plumbed through, but for now the policy.json is
      open.
      Signed-off-by: NVincent Batts <vbatts@hashbangbash.com>
      2788714c