

#Advanced installer documentation upgrade
This is useful for automating upgrades.Įxample: curl | sudo bash -s ignore-remote-load-images-promptīypass prompt to upgrade remotes. Ignore host preflight failures and warnings.Įxample: curl | sudo bash -s host-preflight-ignoreīypass prompt to load images on remotes.
#Advanced installer documentation install
Install will require a load balancer to allow for a highly available Kubernetes Control Plane.īlock installations on host preflight failures and warnings.Įxample: curl | sudo bash -s host-preflight-enforce-warnings Reinstall add-ons, whether or not they have changed since the last time kurl was run.Įxample: curl | sudo bash -s force-reapply-addons See Customizing Host Preflights.Įxample: curl | sudo bash -s exclude-builtin-host-preflights Skips the built-in host preflight checks from running and only runs the vendor-defined checks. For Docker, see JSON File logging driver.Įxample: curl | sudo bash -s container-log-max-size=5Mi For Docker, see JSON File logging driver.Įxample: curl | sudo bash -s container-log-max-files=2Ī quantity defining the maximum size of the container log file before it is rotated. Specifies the maximum number of container log files that can be present for a container. KOTS will install the latest version if this flag is not passed. Multiple addresses can be specified as a comma separated list of IPs or a range of addresses in CIDR notation.Įxample: curl | sudo bash -s additional-no-proxy-addresses=192.1.1.1ĭo not attempt outbound Internet connections while installing.Ī version label that indicates to KOTS which version of an application to install. This indicates addresses that should not be proxied in addition to the private IP. Re-run the scripts with different flags to change the behavior of the installer.

Where ADVANCED_FLAG is the flag for the advanced option.įor more information about installing with kURL, see Install with kURL. To include advanced options in the kURL installation script, use the following syntax with -s before the advanced option flag: curl | sudo bash -s ADVANCED_FLAG
