iectl iem system onboard¶
will create iem twin in IE-Hub and activate the IEM including the creation of the cluster (Only for IEM-OS)
iectl iem system onboard [flags]
Options¶
--cert-path string path to the cert used for the IEM (if you omit this, the cluster creation will be done with self-signed certs)
--cn string Common Name for initial certificate/ca creation: CN
--country string country for initial certificate/ca creation, e.g. DE, AU, US (default "DE")
--description string Description of the IEM [optional]
-d, --devicebuilder IEM can be enabled to manage device types if this flag is passed [optional]
-f, --follow To track the cluster creation process [optional]
-h, --help help for onboard
--iem-domain string domain name under which the IEM shall be accessible (if you omit this, the cluster creation will be done with self-signed certs)
--iem-url string url of the IEM-Appliance
--key-path string path to the key used for the IEM (if you omit this, the cluster creation will be done with self-signed certs)
--loc string locality for initial certificate/ca creation, e.g. Munich
--name string unique iem name
--org string org for initial certificate/ca creation: O
--ou string orgUnit for initial certificate/ca creation: OU
--password string initial password, will be set for IEM and IEM-Appliance
--pod-cidr string CIDR to be used for Kubernetes Pod Network, if not passed default pod-cidr will be used as "10.0.0.0/12" (default "10.0.0.0/12")
--province string province for initial certificate/ca creation, e.g. Bavaria
--proxy-host string proxy-host
--proxy-password string proxy-password
--proxy-port int proxy-port
--proxy-user string proxy-user
--reg-domain string domain name under which the IEM Docker registry shall be accessible (if you omit this, the cluster creation will be done with self-signed certs)
--street string street for initial certificate/ca creation, e.g. Broad st.
--svc-cidr string CIDR to be used for Kubernetes Service Network, if not passed default svc-cidr will be used as "10.96.0.0/12" (default "10.96.0.0/12")
--username string initial username, will be set for IEM and IEM-Appliance
Options inherited from parent commands¶
-o, --output string output format
-q, --query string query on result of object
-v, --verbose verbose output
Example¶
iectl iem system onboard --username "email@siemens.com" --password "password" --iem-url "https://iem-url" --cn "public.siemens.com" --country "US" --loc "NY" --name "devIEM" --org "Siemens" --ou "Information Technology" --street "street" --province "AZ"
SEE ALSO¶
- iectl iem system - iem system commands