Skip to content

Commit

Permalink
Run generate-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed May 7, 2020
1 parent eefcc04 commit cad2960
Show file tree
Hide file tree
Showing 27 changed files with 111 additions and 111 deletions.
20 changes: 10 additions & 10 deletions site/content/en/docs/commands/addons.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "addons"
description: >
Modify minikube's kubernetes addons
Enable or disable a minikube addon
---



## minikube addons

Modify minikube's kubernetes addons
Enable or disable a minikube addon

### Synopsis

Expand All @@ -28,7 +28,7 @@ minikube addons SUBCOMMAND [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -60,7 +60,7 @@ minikube addons configure ADDON_NAME [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -92,7 +92,7 @@ minikube addons disable ADDON_NAME [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -124,7 +124,7 @@ minikube addons enable ADDON_NAME [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -157,7 +157,7 @@ minikube addons help [command] [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -190,7 +190,7 @@ minikube addons list [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -219,15 +219,15 @@ minikube addons open ADDON_NAME [flags]
-h, --help help for open
--https Open the addons URL with https instead of http
--interval int The time interval for each check that wait performs in seconds (default 1)
--url Display the kubernetes addons URL in the CLI instead of opening it in the default browser
--url Display the Kubernetes addons URL in the CLI instead of opening it in the default browser
--wait int Amount of time to wait for service in seconds (default 2)
```

### Options inherited from parent commands

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
18 changes: 9 additions & 9 deletions site/content/en/docs/commands/cache.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "cache"
description: >
Add or delete an image from the local cache.
Add, delete, or push a local image into minikube
---



## minikube cache

Add or delete an image from the local cache.
Add, delete, or push a local image into minikube

### Synopsis

Add or delete an image from the local cache.
Add, delete, or push a local image into minikube

### Options

Expand All @@ -24,7 +24,7 @@ Add or delete an image from the local cache.

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -56,7 +56,7 @@ minikube cache add [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -88,7 +88,7 @@ minikube cache delete [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -121,7 +121,7 @@ minikube cache help [command] [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -155,7 +155,7 @@ minikube cache list [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -187,7 +187,7 @@ minikube cache reload [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/docs/commands/completion.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "completion"
description: >
Outputs minikube shell completion for the given shell (bash, zsh or fish)
Generate command completion for a shell
---



## minikube completion

Outputs minikube shell completion for the given shell (bash, zsh or fish)
Generate command completion for a shell

### Synopsis

Expand Down Expand Up @@ -50,7 +50,7 @@ minikube completion SHELL [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
16 changes: 8 additions & 8 deletions site/content/en/docs/commands/config.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "config"
description: >
Modify minikube config
Modify persistent configuration values
---



## minikube config

Modify minikube config
Modify persistent configuration values

### Synopsis

Expand Down Expand Up @@ -58,7 +58,7 @@ minikube config SUBCOMMAND [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -90,7 +90,7 @@ minikube config get PROPERTY_NAME [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -123,7 +123,7 @@ minikube config help [command] [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -156,7 +156,7 @@ minikube config set PROPERTY_NAME PROPERTY_VALUE [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -188,7 +188,7 @@ minikube config unset PROPERTY_NAME [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down Expand Up @@ -222,7 +222,7 @@ minikube config view [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
8 changes: 4 additions & 4 deletions site/content/en/docs/commands/dashboard.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "dashboard"
description: >
Access the kubernetes dashboard running within the minikube cluster
Access the Kubernetes dashboard running within the minikube cluster
---



## minikube dashboard

Access the kubernetes dashboard running within the minikube cluster
Access the Kubernetes dashboard running within the minikube cluster

### Synopsis

Access the kubernetes dashboard running within the minikube cluster
Access the Kubernetes dashboard running within the minikube cluster

```
minikube dashboard [flags]
Expand All @@ -29,7 +29,7 @@ minikube dashboard [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
8 changes: 4 additions & 4 deletions site/content/en/docs/commands/delete.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: "delete"
description: >
Deletes a local kubernetes cluster
Deletes a local Kubernetes cluster
---



## minikube delete

Deletes a local kubernetes cluster
Deletes a local Kubernetes cluster

### Synopsis

Deletes a local kubernetes cluster. This command deletes the VM, and removes all
Deletes a local Kubernetes cluster. This command deletes the VM, and removes all
associated files.

```
Expand All @@ -31,7 +31,7 @@ minikube delete [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/docs/commands/docker-env.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "docker-env"
description: >
Sets up docker env variables; similar to '$(docker-machine env)'
Configure environment to use minikube's Docker daemon
---



## minikube docker-env

Sets up docker env variables; similar to '$(docker-machine env)'
Configure environment to use minikube's Docker daemon

### Synopsis

Expand All @@ -31,7 +31,7 @@ minikube docker-env [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/commands/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ minikube help [command] [flags]

```
--alsologtostderr log to standard error as well as files
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the kubernetes cluster. (default "kubeadm")
-b, --bootstrapper string The name of the cluster bootstrapper that will set up the Kubernetes cluster. (default "kubeadm")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
--log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files
Expand Down
Loading

0 comments on commit cad2960

Please sign in to comment.