Difference between revisions of "Minikube config"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 4: Line 4:
 
  minikube config view  
 
  minikube config view  
 
  (no output)
 
  (no output)
 +
 +
minikube config view --help
 +
Display values currently set in the minikube config file.
 +
 +
Options:
 +
      --format='- {{.ConfigKey}}: {{.ConfigValue}}
 +
': Go template format string for the config view output.  The format for Go templates can be found here:
 +
https://golang.org/pkg/text/template/
 +
For the list of accessible variables for the template, see the struct values here:
 +
https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#ConfigViewTemplate
 +
 +
Usage:
 +
  minikube config view [flags] [options]
 +
 +
Use "minikube options" for a list of global command-line options (applies to all commands).
 +
 +
 +
 +
  
 
  minikube config view
 
  minikube config view

Revision as of 06:26, 19 April 2021

minikube config set vm-driver kvm2
minikube config view 
(no output)
minikube config view --help
Display values currently set in the minikube config file.

Options:
      --format='- Template:.ConfigKey: Template:.ConfigValue
': Go template format string for the config view output.  The format for Go templates can be found here:
https://golang.org/pkg/text/template/
For the list of accessible variables for the template, see the struct values here:
https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#ConfigViewTemplate

Usage:
  minikube config view [flags] [options]

Use "minikube options" for a list of global command-line options (applies to all commands).



minikube config view
Error: unknown command "config" for "minikube"
Run 'minikube --help' for usage.
F0324 14:32:38.181245   20683 root.go:71] unknown command "config" for "minikube"


minikube config set vm-driver kvm
Error: unknown command "config" for "minikube"
Run 'minikube --help' for usage.
F0324 14:41:37.524649   36642 root.go:71] unknown command "config" for "minikube"


See also

Advertising: