Skip to content

Commit

Permalink
Remove references to rkt (#15967)
Browse files Browse the repository at this point in the history
rkt has been archived and is no longer supported as a container
runtime by Minikube.

Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
  • Loading branch information
aimeeu authored and k8s-ci-robot committed Aug 20, 2019
1 parent 6e2a3cc commit 7494d88
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions content/en/docs/setup/learning-environment/minikube.md
Expand Up @@ -23,7 +23,7 @@ Minikube supports the following Kubernetes features:
* NodePorts
* ConfigMaps and Secrets
* Dashboards
* Container Runtime: Docker, [rkt](https://github.com/rkt/rkt), [CRI-O](https://github.com/kubernetes-incubator/cri-o), and [containerd](https://github.com/containerd/containerd)
* Container Runtime: Docker, [CRI-O](https://github.com/kubernetes-incubator/cri-o), and [containerd](https://github.com/containerd/containerd)
* Enabling CNI (Container Network Interface)
* Ingress

Expand Down Expand Up @@ -252,16 +252,6 @@ minikube start \
--bootstrapper=kubeadm
```
{{% /tab %}}
{{% tab name="rkt container engine" %}}
To use [rkt](https://github.com/rkt/rkt) as the container runtime run:
```shell
minikube start \
--network-plugin=cni \
--enable-default-cni \
--container-runtime=rkt
```
This will use an alternative minikube ISO image containing both rkt, and Docker, and enable CNI networking.
{{% /tab %}}
{{< /tabs >}}

#### Use local images by re-using the Docker daemon
Expand Down

0 comments on commit 7494d88

Please sign in to comment.