minishift config

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

  • remote-ipaddress

  • remote-ssh-user

  • remote-ssh-key

  • timezone

  • skip-registry-check

  • public-hostname

  • routing-suffix

  • server-loglevel

  • write-config

  • extra-clusterup-flags

  • no-proxy

  • http-proxy

  • https-proxy

  • local-proxy

  • local-proxy-reencrypt

  • local-proxy-upstream

  • username

  • password

  • skip-registration

  • log_dir

  • show-libmachine-logs

  • hostfolders-mountpath

  • hostfolders-automount

  • hostfolders-sftp-port

  • services-proxy-port

  • no-provision

  • image-caching

  • skip-check-deprecation

  • warn-check-deprecation

  • 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-openshift-version

  • warn-check-openshift-version

  • skip-check-openshift-release

  • skip-check-powershell

  • warn-check-powershell

  • warn-check-openshift-release

  • skip-startup-checks

  • skip-check-clusterup-flags

  • warn-check-clusterup-flags

  • 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

  • skip-check-nameservers

  • warn-check-nameservers

  • check-network-http-host

  • check-network-ping-host

  • network-device

  • network-ipaddress

  • network-netmask

  • network-gateway

  • network-nameserver

  • network-dnsmasq-containerized

  • network-dnsmasq-container

  • hyperv-virtual-switch

  • save-start-flags

  • auto-start-tray

  • static-ip

  1. minishift config SUBCOMMAND [flags]

Options

  1. -h, --help help for config

Options inherited from parent commands

  1. --alsologtostderr log to standard error as well as files
  2. --log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
  3. --log_dir string If non-empty, write log files in this directory (default "")
  4. --logtostderr log to standard error instead of files
  5. --profile string Profile name (default "minishift")
  6. --show-libmachine-logs Show logs from libmachine.
  7. --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
  8. -v, --v Level log level for V logs. Level varies from 1 to 5 (default 1).
  9. --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.