Run generate-docs

pull/8036/head
Thomas Stromberg 2020-05-07 14:18:00 -07:00
parent eefcc04b36
commit cad2960ed5
27 changed files with 111 additions and 111 deletions

View File

@ -1,14 +1,14 @@
--- ---
title: "addons" title: "addons"
description: > description: >
Modify minikube's kubernetes addons Enable or disable a minikube addon
--- ---
## minikube addons ## minikube addons
Modify minikube's kubernetes addons Enable or disable a minikube addon
### Synopsis ### Synopsis
@ -28,7 +28,7 @@ minikube addons SUBCOMMAND [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -60,7 +60,7 @@ minikube addons configure ADDON_NAME [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -92,7 +92,7 @@ minikube addons disable ADDON_NAME [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -124,7 +124,7 @@ minikube addons enable ADDON_NAME [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -157,7 +157,7 @@ minikube addons help [command] [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -190,7 +190,7 @@ minikube addons list [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -219,7 +219,7 @@ minikube addons open ADDON_NAME [flags]
-h, --help help for open -h, --help help for open
--https Open the addons URL with https instead of http --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) --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) --wait int Amount of time to wait for service in seconds (default 2)
``` ```
@ -227,7 +227,7 @@ minikube addons open ADDON_NAME [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "cache" title: "cache"
description: > description: >
Add or delete an image from the local cache. Add, delete, or push a local image into minikube
--- ---
## minikube cache ## minikube cache
Add or delete an image from the local cache. Add, delete, or push a local image into minikube
### Synopsis ### Synopsis
Add or delete an image from the local cache. Add, delete, or push a local image into minikube
### Options ### Options
@ -24,7 +24,7 @@ Add or delete an image from the local cache.
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -56,7 +56,7 @@ minikube cache add [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -88,7 +88,7 @@ minikube cache delete [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -121,7 +121,7 @@ minikube cache help [command] [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -155,7 +155,7 @@ minikube cache list [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -187,7 +187,7 @@ minikube cache reload [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "completion" title: "completion"
description: > description: >
Outputs minikube shell completion for the given shell (bash, zsh or fish) Generate command completion for a shell
--- ---
## minikube completion ## minikube completion
Outputs minikube shell completion for the given shell (bash, zsh or fish) Generate command completion for a shell
### Synopsis ### Synopsis
@ -50,7 +50,7 @@ minikube completion SHELL [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "config" title: "config"
description: > description: >
Modify minikube config Modify persistent configuration values
--- ---
## minikube config ## minikube config
Modify minikube config Modify persistent configuration values
### Synopsis ### Synopsis
@ -58,7 +58,7 @@ minikube config SUBCOMMAND [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -90,7 +90,7 @@ minikube config get PROPERTY_NAME [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -123,7 +123,7 @@ minikube config help [command] [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -156,7 +156,7 @@ minikube config set PROPERTY_NAME PROPERTY_VALUE [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -188,7 +188,7 @@ minikube config unset PROPERTY_NAME [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -222,7 +222,7 @@ minikube config view [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "dashboard" title: "dashboard"
description: > description: >
Access the kubernetes dashboard running within the minikube cluster Access the Kubernetes dashboard running within the minikube cluster
--- ---
## minikube dashboard ## minikube dashboard
Access the kubernetes dashboard running within the minikube cluster Access the Kubernetes dashboard running within the minikube cluster
### Synopsis ### Synopsis
Access the kubernetes dashboard running within the minikube cluster Access the Kubernetes dashboard running within the minikube cluster
``` ```
minikube dashboard [flags] minikube dashboard [flags]
@ -29,7 +29,7 @@ minikube dashboard [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "delete" title: "delete"
description: > description: >
Deletes a local kubernetes cluster Deletes a local Kubernetes cluster
--- ---
## minikube delete ## minikube delete
Deletes a local kubernetes cluster Deletes a local Kubernetes cluster
### Synopsis ### 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. associated files.
``` ```
@ -31,7 +31,7 @@ minikube delete [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "docker-env" title: "docker-env"
description: > description: >
Sets up docker env variables; similar to '$(docker-machine env)' Configure environment to use minikube's Docker daemon
--- ---
## minikube docker-env ## minikube docker-env
Sets up docker env variables; similar to '$(docker-machine env)' Configure environment to use minikube's Docker daemon
### Synopsis ### Synopsis
@ -31,7 +31,7 @@ minikube docker-env [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -29,7 +29,7 @@ minikube help [command] [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -28,7 +28,7 @@ minikube ip [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "kubectl" title: "kubectl"
description: > description: >
Run kubectl Run a kubectl binary matching the cluster version
--- ---
## minikube kubectl ## minikube kubectl
Run kubectl Run a kubectl binary matching the cluster version
### Synopsis ### Synopsis
Run the kubernetes client, download it if necessary. Remember -- after kubectl! Run the Kubernetes client, download it if necessary. Remember -- after kubectl!
Examples: Examples:
minikube kubectl -- --help minikube kubectl -- --help
@ -32,7 +32,7 @@ minikube kubectl [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "logs" title: "logs"
description: > description: >
Gets the logs of the running instance, used for debugging minikube, not user code. Returns logs to debug a local Kubernetes cluster
--- ---
## minikube logs ## minikube logs
Gets the logs of the running instance, used for debugging minikube, not user code. Returns logs to debug a local Kubernetes cluster
### Synopsis ### Synopsis
@ -32,7 +32,7 @@ minikube logs [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -37,7 +37,7 @@ minikube mount [flags] <source directory>:<target directory>
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "node" title: "node"
description: > description: >
Node operations Add, remove, or list additional nodes
--- ---
## minikube node ## minikube node
Node operations Add, remove, or list additional nodes
### Synopsis ### Synopsis
@ -28,7 +28,7 @@ minikube node [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -63,7 +63,7 @@ minikube node add [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -95,7 +95,7 @@ minikube node delete [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -128,7 +128,7 @@ minikube node help [command] [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -144,7 +144,7 @@ List nodes.
### Synopsis ### Synopsis
List existing Minikube nodes. List existing minikube nodes.
``` ```
minikube node list [flags] minikube node list [flags]
@ -160,7 +160,7 @@ minikube node list [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -193,7 +193,7 @@ minikube node start [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -225,7 +225,7 @@ minikube node stop [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "pause" title: "pause"
description: > description: >
pause containers pause Kubernetes
--- ---
## minikube pause ## minikube pause
pause containers pause Kubernetes
### Synopsis ### Synopsis
pause containers pause Kubernetes
``` ```
minikube pause [flags] minikube pause [flags]
@ -30,7 +30,7 @@ minikube pause [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "podman-env" title: "podman-env"
description: > description: >
Sets up podman env variables; similar to '$(podman-machine env)' Configure environment to use minikube's Podman daemon
--- ---
## minikube podman-env ## minikube podman-env
Sets up podman env variables; similar to '$(podman-machine env)' Configure environment to use minikube's Podman daemon
### Synopsis ### Synopsis
@ -30,7 +30,7 @@ minikube podman-env [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "profile" title: "profile"
description: > description: >
Profile gets or sets the current minikube profile Get or list the the current profiles (clusters)
--- ---
## minikube profile ## minikube profile
Profile gets or sets the current minikube profile Get or list the the current profiles (clusters)
### Synopsis ### Synopsis
@ -28,7 +28,7 @@ minikube profile [MINIKUBE_PROFILE_NAME]. You can return to the default minikub
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -61,7 +61,7 @@ minikube profile help [command] [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -94,7 +94,7 @@ minikube profile list [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "service" title: "service"
description: > description: >
Gets the kubernetes URL(s) for the specified service in your local cluster Returns a URL to connect to a service
--- ---
## minikube service ## minikube service
Gets the kubernetes URL(s) for the specified service in your local cluster Returns a URL to connect to a service
### Synopsis ### Synopsis
Gets the kubernetes URL(s) for the specified service in your local cluster. In the case of multiple URLs they will be printed one at a time. Returns the Kubernetes URL for a service in your local cluster. In the case of multiple URLs they will be printed one at a time.
``` ```
minikube service [flags] SERVICE minikube service [flags] SERVICE
@ -26,7 +26,7 @@ minikube service [flags] SERVICE
--https Open the service URL with https instead of http --https Open the service URL with https instead of http
--interval int The initial time interval for each check that wait performs in seconds (default 1) --interval int The initial time interval for each check that wait performs in seconds (default 1)
-n, --namespace string The service namespace (default "default") -n, --namespace string The service namespace (default "default")
--url Display the kubernetes service URL in the CLI instead of opening it in the default browser --url Display the Kubernetes service URL in the CLI instead of opening it in the default browser
--wait int Amount of time to wait for a service in seconds (default 2) --wait int Amount of time to wait for a service in seconds (default 2)
``` ```
@ -34,7 +34,7 @@ minikube service [flags] SERVICE
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files
@ -67,7 +67,7 @@ minikube service help [command] [flags]
``` ```
--alsologtostderr log to standard error as well as files --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")
--format string Format to output service URL in. This format will be applied to each url individually and they will be printed one at a time. (default "http://{{.IP}}:{{.Port}}") --format string Format to output service URL in. This format will be applied to each url individually and they will be printed one at a time. (default "http://{{.IP}}:{{.Port}}")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --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 --log_dir string If non-empty, write log files in this directory
@ -101,7 +101,7 @@ minikube service list [flags]
``` ```
--alsologtostderr log to standard error as well as files --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")
--format string Format to output service URL in. This format will be applied to each url individually and they will be printed one at a time. (default "http://{{.IP}}:{{.Port}}") --format string Format to output service URL in. This format will be applied to each url individually and they will be printed one at a time. (default "http://{{.IP}}:{{.Port}}")
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) --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 --log_dir string If non-empty, write log files in this directory

View File

@ -28,7 +28,7 @@ minikube ssh-key [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "ssh" title: "ssh"
description: > description: >
Log into or run a command on a machine with SSH; similar to 'docker-machine ssh' Log into the minikube environment (for debugging)
--- ---
## minikube ssh ## minikube ssh
Log into or run a command on a machine with SSH; similar to 'docker-machine ssh' Log into the minikube environment (for debugging)
### Synopsis ### Synopsis
@ -30,7 +30,7 @@ minikube ssh [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "start" title: "start"
description: > description: >
Starts a local kubernetes cluster Starts a local Kubernetes cluster
--- ---
## minikube start ## minikube start
Starts a local kubernetes cluster Starts a local Kubernetes cluster
### Synopsis ### Synopsis
Starts a local kubernetes cluster Starts a local Kubernetes cluster
``` ```
minikube start [flags] minikube start [flags]
@ -35,12 +35,12 @@ minikube start [flags]
--delete-on-failure If set, delete the current cluster if start fails and try again. Defaults to false. --delete-on-failure If set, delete the current cluster if start fails and try again. Defaults to false.
--disable-driver-mounts Disables the filesystem mounts provided by the hypervisors --disable-driver-mounts Disables the filesystem mounts provided by the hypervisors
--disk-size string Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g). (default "20000mb") --disk-size string Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g). (default "20000mb")
--dns-domain string The cluster dns domain name used in the kubernetes cluster (default "cluster.local") --dns-domain string The cluster dns domain name used in the Kubernetes cluster (default "cluster.local")
--dns-proxy Enable proxy for NAT DNS requests (virtualbox driver only) --dns-proxy Enable proxy for NAT DNS requests (virtualbox driver only)
--docker-env stringArray Environment variables to pass to the Docker daemon. (format: key=value) --docker-env stringArray Environment variables to pass to the Docker daemon. (format: key=value)
--docker-opt stringArray Specify arbitrary flags to pass to the Docker daemon. (format: key=value) --docker-opt stringArray Specify arbitrary flags to pass to the Docker daemon. (format: key=value)
--download-only If true, only download and cache files for later use - don't install or start anything. --download-only If true, only download and cache files for later use - don't install or start anything.
--driver string Used to specify the driver to run kubernetes in. The list of available drivers depends on operating system. --driver string Used to specify the driver to run Kubernetes in. The list of available drivers depends on operating system.
--dry-run dry-run mode. Validates configuration, but does not mutate system state --dry-run dry-run mode. Validates configuration, but does not mutate system state
--embed-certs if true, will embed the certs in kubeconfig. --embed-certs if true, will embed the certs in kubeconfig.
--enable-default-cni Enable the default CNI plugin (/etc/cni/net.d/k8s.conf). Used in conjunction with "--network-plugin=cni". --enable-default-cni Enable the default CNI plugin (/etc/cni/net.d/k8s.conf). Used in conjunction with "--network-plugin=cni".
@ -67,7 +67,7 @@ minikube start [flags]
--interactive Allow user prompts for more information (default true) --interactive Allow user prompts for more information (default true)
--iso-url strings Locations to fetch the minikube ISO from. (default [https://storage.googleapis.com/minikube/iso/minikube-v1.10.0-beta.2.iso,https://github.com/kubernetes/minikube/releases/download/v1.10.0-beta.2/minikube-v1.10.0-beta.2.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.10.0-beta.2.iso]) --iso-url strings Locations to fetch the minikube ISO from. (default [https://storage.googleapis.com/minikube/iso/minikube-v1.10.0-beta.2.iso,https://github.com/kubernetes/minikube/releases/download/v1.10.0-beta.2/minikube-v1.10.0-beta.2.iso,https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/iso/minikube-v1.10.0-beta.2.iso])
--keep-context This will keep the existing kubectl context and will create a minikube context. --keep-context This will keep the existing kubectl context and will create a minikube context.
--kubernetes-version string The kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.18.1, 'latest' for v1.18.1). Defaults to 'stable'. --kubernetes-version string The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.18.1, 'latest' for v1.18.1). Defaults to 'stable'.
--kvm-gpu Enable experimental NVIDIA GPU support in minikube --kvm-gpu Enable experimental NVIDIA GPU support in minikube
--kvm-hidden Hide the hypervisor signature from the guest in minikube (kvm2 driver only) --kvm-hidden Hide the hypervisor signature from the guest in minikube (kvm2 driver only)
--kvm-network string The KVM network name. (kvm2 driver only) (default "default") --kvm-network string The KVM network name. (kvm2 driver only) (default "default")
@ -88,7 +88,7 @@ minikube start [flags]
--uuid string Provide VM UUID to restore MAC address (hyperkit driver only) --uuid string Provide VM UUID to restore MAC address (hyperkit driver only)
--vm Filter to use only VM Drivers --vm Filter to use only VM Drivers
--vm-driver driver DEPRECATED, use driver instead. --vm-driver driver DEPRECATED, use driver instead.
--wait strings comma separated list of kubernetes components to verify and wait for after starting a cluster. defaults to "apiserver,system_pods", available options: "apiserver,system_pods,default_sa,apps_running,node_ready" . other acceptable values are 'all' or 'none', 'true' and 'false' (default [apiserver,system_pods]) --wait strings comma separated list of Kubernetes components to verify and wait for after starting a cluster. defaults to "apiserver,system_pods", available options: "apiserver,system_pods,default_sa,apps_running,node_ready" . other acceptable values are 'all' or 'none', 'true' and 'false' (default [apiserver,system_pods])
--wait-timeout duration max time to wait per Kubernetes core services to be healthy. (default 6m0s) --wait-timeout duration max time to wait per Kubernetes core services to be healthy. (default 6m0s)
``` ```
@ -96,7 +96,7 @@ minikube start [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,20 +1,20 @@
--- ---
title: "status" title: "status"
description: > description: >
Gets the status of a local kubernetes cluster Gets the status of a local Kubernetes cluster
--- ---
## minikube status ## minikube status
Gets the status of a local kubernetes cluster Gets the status of a local Kubernetes cluster
### Synopsis ### Synopsis
Gets the status of a local kubernetes cluster. Gets the status of a local Kubernetes cluster.
Exit status contains the status of minikube's VM, cluster and kubernetes encoded on it's bits in this order from right to left. Exit status contains the status of minikube's VM, cluster and Kubernetes encoded on it's bits in this order from right to left.
Eg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for kubernetes NOK) Eg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for Kubernetes NOK)
``` ```
minikube status [flags] minikube status [flags]
@ -33,7 +33,7 @@ minikube status [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,18 +1,18 @@
--- ---
title: "stop" title: "stop"
description: > description: >
Stops a running local kubernetes cluster Stops a running local Kubernetes cluster
--- ---
## minikube stop ## minikube stop
Stops a running local kubernetes cluster Stops a running local Kubernetes cluster
### Synopsis ### Synopsis
Stops a local kubernetes cluster running in Virtualbox. This command stops the VM Stops a local Kubernetes cluster running in Virtualbox. This command stops the VM
itself, leaving all files intact. The cluster can be started again with the "start" command. itself, leaving all files intact. The cluster can be started again with the "start" command.
``` ```
@ -29,7 +29,7 @@ minikube stop [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "tunnel" title: "tunnel"
description: > description: >
tunnel makes services of type LoadBalancer accessible on localhost Connect to LoadBalancer services
--- ---
## minikube tunnel ## minikube tunnel
tunnel makes services of type LoadBalancer accessible on localhost Connect to LoadBalancer services
### Synopsis ### Synopsis
@ -29,7 +29,7 @@ minikube tunnel [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -30,7 +30,7 @@ minikube unpause [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -28,7 +28,7 @@ minikube update-check [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -1,14 +1,14 @@
--- ---
title: "update-context" title: "update-context"
description: > description: >
Verify the IP address of the running cluster in kubeconfig. Update kubeconfig in case of an IP or port change
--- ---
## minikube update-context ## minikube update-context
Verify the IP address of the running cluster in kubeconfig. Update kubeconfig in case of an IP or port change
### Synopsis ### Synopsis
@ -29,7 +29,7 @@ minikube update-context [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files

View File

@ -30,7 +30,7 @@ minikube version [flags]
``` ```
--alsologtostderr log to standard error as well as files --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_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 --log_dir string If non-empty, write log files in this directory
--logtostderr log to standard error instead of files --logtostderr log to standard error instead of files