Sha256: 0fbd99ccf71838ba64d02845d57a3e4b1b6e35154cdcf2f44dc9ec2fec80d1bc
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
$ uffizzi install help uffizzi-install - install the uffizzi platform ================================================================ ## SYNOPSIS uffizzi install [HOSTNAME] ## DESCRIPTION Install the Uffizzi platform on a host cluster. By default, this command uses your kubeconfig current context as the host. The output of this command is an IP address or hostname where your instance of the Uffizzi controller service is available. Uffizzi expects this service to be publicly available at the specified HOSTNAME. Before you can create Uffizzi environments on your installation, be sure to configure your DNS to point HOSTNAME to the IP or hostname output by this command. If you're looking for an air-gapped or local installation of Uffizzi, please contact sales@uffizzi.com or try the open-source version (docs.uffizzi.com/open-source). EMAIL is a business email, required for letsencrypt cert authority. For more information on the Uffizzi installation process, see: https://docs.uffizzi.com/cli/commands/install ## FLAGS --email A business email required for letsencrypt --context The name of the kubeconfig context to use --namespace The namespace where Uffizzi platform will be installed --help Display this help page and exit ## EXAMPLES To install Uffizzi using the current context at hostname 'uffizzi.example.com', run: $ uffizzi install uffizzi.example.com --email="jdoe@example.com" To install Uffizzi using context 'foo' and namespace 'bar', run: $ uffizzi install uffizzi.example.com --email="jdoe@example.com" \ --context='foo' --namespace='bar'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uffizzi-cli-2.3.4 | man/uffizzi-install.ronn |