Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minikube-iso: add cri-o runtime #1998

Merged
merged 1 commit into from
Sep 27, 2017
Merged

minikube-iso: add cri-o runtime #1998

merged 1 commit into from
Sep 27, 2017

Commits on Sep 27, 2017

  1. minikube-iso: add cri-o runtime

    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: Vincent Batts <vbatts@hashbangbash.com>
    vbatts committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    2788714 View commit details
    Browse the repository at this point in the history