Offload a namespace to remote clusters
Offload a namespace to remote clusters with the default values: $ liqoctl offload namespace liqo-demo
To just enable service reflection, offload a namespace with the EnforceSameName namespace mapping strategy and and a Local –pod-offloading-strategy.
$ liqoctl offload namespace liqo-demo –namespace-mapping-strategy=EnforceSameName –pod-offloading-strategy=Local
liqoctl offload namespace [flags]
--accepted-cluster-labels string The set of labels accepted as valid clusterLabels for the clusterSelector field (default "liqo.io/type=virtual-node")
--denied-cluster-labels string The set of labels identified as forbidden clusterLabels for the clusterSelector field
-h, --help help for namespace
--namespace-mapping-strategy string Select the desired namespace mapping strategy (EnforceSameName, DefaultName) (default "DefaultName")
--pod-offloading-strategy string Select the desired pod offloading strategy (Local, LocalAndRemote, Remote) (default "LocalAndRemote")
--client-max-burst uint The maximum burst of requests in excess of the rate limit towards the API server. (default 100)
--client-qps uint The maximum number of queries per second performed towards the API server. (default 100)
-v, --verbose Enable/Disable verbose mode (default: false)