1. 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
  2. 03 10月, 2018 1 次提交
  3. 15 12月, 2017 1 次提交
  4. 18 10月, 2017 1 次提交
  5. 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