tensorkube domain
tensorkube domain
Manage custom domain names and TLS for your Tensorkube cluster.
Usage:
Options:
--help BOOL
[default: false]: Show this message and exit.
Commands:
-
configure
: Configure a wildcard subdomain for your Tensorkube platform. -
attach
: Associate the configured domain to your tensorfuse runtime post DNS validation. -
get-validation-records
: Get the DNS validation records and DNS routing records for the domain.
tensorkube domain configure
Configure a wildcard subdomain for your Tensorkube platform.
This command creates an ACM certificate for your wildcard domain and sets up DNS validation.
Example:
To assign your tensorfuse deployments a domain of the form tfservice.sub.example.org
run the following command
This will configure a wildcard certificate for all the domains of the form *.docdemo.tensorfuse.io
Usage:
Options:
-
--domain-name TEXT
: Domain name for wildcard certificate -
--help BOOL
[default: false]: Show this message and exit.
tensorkube domain attach
Associate the configured domain to your tensorfuse runtime post DNS validation.
Usage:
Options:
-
--domain-name TEXT
: Domain name for wildcard certificate -
--help BOOL
[default: false]: Show this message and exit.
tensorkube domain get-validation-records
Get the DNS validation records and DNS routing records for the domain.
Usage:
Options:
-
--domain-name TEXT
: Domain name for wildcard certificate -
--help BOOL
[default: false]: Show this message and exit.