Modifies Minishift configuration properties.

Synopsis

Modifies Minishift configuration properties. Some of the configuration properties are equivalent to the options that you set when you run the 'minishift start' command.

Configurable properties (enter as SUBCOMMAND):

  • iso-url

  • cpus

  • memory

  • disk-size

  • vm-driver

  • openshift-version

  • host-only-cidr

  • docker-env

  • docker-opt

  • insecure-registry

  • registry-mirror

  • addon-env

  • skip-registry-check

  • public-hostname

  • routing-suffix

  • host-config-dir

  • host-volumes-dir

  • host-data-dir

  • host-pv-dir

  • server-loglevel

  • metrics

  • logging

  • service-catalog

  • extra-clusterup-flags

  • no-proxy

  • http-proxy

  • https-proxy

  • username

  • password

  • skip-registration

  • log_dir

  • show-libmachine-logs

  • hostfolders-mountpath

  • hostfolders-automount

  • image-caching

  • skip-check-kvm-driver

  • warn-check-kvm-driver

  • skip-check-xhyve-driver

  • warn-check-xhyve-driver

  • skip-check-hyperv-driver

  • warn-check-hyperv-driver

  • skip-check-iso-url

  • warn-check-iso-url

  • skip-check-vm-driver

  • warn-check-vm-driver

  • skip-check-vbox-installed

  • warn-check-vbox-installed

  • skip-check-instance-ip

  • warn-check-instance-ip

  • skip-check-network-host

  • warn-check-network-host

  • skip-check-network-ping

  • warn-check-network-ping

  • skip-check-network-http

  • warn-check-network-http

  • skip-check-storage-mount

  • warn-check-storage-mount

  • skip-check-storage-usage

  • warn-check-storage-usage

  • check-network-http-host

  • check-network-ping-host

  • network-device

  • network-ipaddress

  • network-netmask

  • network-gateway

  • network-nameserver

minishift config SUBCOMMAND [flags]

Options

  -h, --help   help for config

Options inherited from parent commands

      --alsologtostderr                  log to standard error as well as files
      --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 (default "")
      --logtostderr                      log to standard error instead of files
      --profile string                   Profile name (default "minishift")
      --show-libmachine-logs             Show logs from libmachine.
      --stderrthreshold severity         logs at or above this threshold go to stderr (default 2)
  -v, --v Level                          log level for V logs
      --vmodule moduleSpec               comma-separated list of pattern=N settings for file-filtered logging

SEE ALSO

  • minishift - Minishift is a tool for application development in local OpenShift clusters.

  • minishift config get - Gets the value of a configuration property from the Minishift configuration file.

  • minishift config set - Sets the value of a configuration property in the Minishift configuration file.

  • minishift config unset - Clears the value of a configuration property in the Minishift configuration file.

  • minishift config view - Display the properties and values of the Minishift configuration file.