CRI-O minikube: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * CRI-O Operations")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://kubernetes.io/docs/setup/learning-environment/minikube/
=Internal=
=Internal=
* [[CRI-O_Operations#CRI-O_Support_on_minikube|CRI-O Operations]]
* [[CRI-O_Operations#CRI-O_Support_on_minikube|CRI-O Operations]]
* [[Minikube_Operations#CRI-O|minikube Operations]]
=Start=
<syntaxhighlight lang='bash'>
minikube stop
minikube start --network-plugin=cni --enable-default-cni --container-runtime=cri-o --bootstrapper=kubeadm
</syntaxhighlight>

Latest revision as of 00:09, 25 September 2020

External

Internal

Start

minikube stop
minikube start --network-plugin=cni --enable-default-cni --container-runtime=cri-o --bootstrapper=kubeadm