Skip to content

Commit

Permalink
Remove rkt docs and the coreos toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Mar 23, 2019
1 parent 80791ff commit f0366bf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 83 deletions.
2 changes: 0 additions & 2 deletions deploy/iso/minikube-iso/board/coreos/minikube/permissions
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# https://buildroot.org/downloads/manual/manual.html#makedev-syntax

/usr/bin/toolbox f 755 0 0 - - - - -

This file was deleted.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Cluster Configuration

* **Alternative Runtimes** ([alternative_runtimes.md](alternative_runtimes.md)): How to run minikube with rkt as the container runtime
* **Alternative Runtimes** ([alternative_runtimes.md](alternative_runtimes.md)): How to run minikube without Docker as the container runtime

* **Environment Variables** ([env_vars.md](env_vars.md)): The different environment variables that minikube understands

Expand Down
6 changes: 0 additions & 6 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ To debug issues with minikube (not *Kubernetes* but **minikube** itself), you ca

Example:
`minikube start --v=1` Will start minikube and output all warnings to stdout.

If you need to access additional tools for debugging, minikube also includes the [CoreOS toolbox](https://github.com/coreos/toolbox)


You can ssh into the toolbox and access these additional commands using:
`minikube ssh toolbox`

0 comments on commit f0366bf

Please sign in to comment.