Skip to main content
Version: v1.6.1

potctl connect

potctl connect

Connect to an existing Control Plane

Synopsis

Connect to an existing Control Plane.

This command must be executed within an empty or non-existent Namespace. All resources provisioned with the corresponding Control Plane will become visible under the Namespace. Visit iofog.org to view all YAML specifications usable with this command.

potctl connect [flags]

Examples

potctl connect -f controlplane.yaml

potctl connect --email EMAIL --pass PASSWORD --kube FILE
--email EMAIL --pass PASSWORD --ecn-addr ENDPOINT --name NAME

potctl connect --generate

Options

      --b64               Indicate whether input password (--pass) is base64 encoded or not
--ecn-addr string URL of Edge Compute Network to connect to
--email string ioFog user email address
-f, --file string YAML file containing specifications for ioFog resources to deploy
--force Overwrite existing Namespace
--generate Generate a connection string that can be used to connect to this ECN
-h, --help help for connect
--kube string Kubernetes config file. Typically ~/.kube/config
--name string Name you would like to assign to Controller
--pass string ioFog user password

Options inherited from parent commands

      --debug              Toggle for displaying verbose output of API clients (HTTP and SSH)
-n, --namespace string Namespace to execute respective command within (default "default")
-v, --verbose Toggle for displaying verbose output of potctl

SEE ALSO