liqoctl get
Get Liqo resources
Description
Synopsis
Get Liqo resources.
liqoctl get kubeconfig
Get a kubeconfig
Synopsis
Get a Kubeconfig of an Identity of a remote cluster.
liqoctl get kubeconfig [flags]
Examples
$ liqoctl get kubeconfig my-identity-name --remote-cluster-id remote-cluster-id
Options
--remote-cluster-id clusterID:
The cluster ID of the remote cluster
Global options
--cluster string:
The name of the kubeconfig cluster to use
--context string:
The name of the kubeconfig context to use
--global-annotations stringToString:
Global annotations to be added to all created resources (key=value)
--global-labels stringToString:
Global labels to be added to all created resources (key=value)
--kubeconfig string:
Path to the kubeconfig file to use for CLI requests
-n, --namespace string:
The namespace scope for this request
--skip-confirm
Skip the confirmation prompt (suggested for automation)
--user string:
The name of the kubeconfig user to use
-v, --verbose
Enable verbose logs (default false)
liqoctl get nonce
Get a nonce
Synopsis
Get a Nonce.
The Nonce secret is used to authenticate the remote cluster to the local cluster.
liqoctl get nonce [flags]
Examples
$ liqoctl get nonce --remote-cluster-id remote-cluster-id
Options
--remote-cluster-id clusterID:
The cluster ID of the remote cluster
Global options
--cluster string:
The name of the kubeconfig cluster to use
--context string:
The name of the kubeconfig context to use
--global-annotations stringToString:
Global annotations to be added to all created resources (key=value)
--global-labels stringToString:
Global labels to be added to all created resources (key=value)
--kubeconfig string:
Path to the kubeconfig file to use for CLI requests
-n, --namespace string:
The namespace scope for this request
--skip-confirm
Skip the confirmation prompt (suggested for automation)
--user string:
The name of the kubeconfig user to use
-v, --verbose
Enable verbose logs (default false)