liqoctl delete
Delete Liqo resources
Description
Synopsis
Delete Liqo resources.
liqoctl delete configuration
Delete a Configuration
Synopsis
Delete a Configuration.
liqoctl delete configuration [flags]
Examples
$ liqoctl delete configuration my-configuration
Options
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 delete gatewayclient
Delete a GatewayClient
Synopsis
Delete a GatewayClient.
liqoctl delete gatewayclient [flags]
Examples
$ liqoctl delete gatewayclient my-gateway-client
Options
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 delete gatewayserver
Delete a GatewayServer
Synopsis
Delete a GatewayServer.
liqoctl delete gatewayserver [flags]
Examples
$ liqoctl delete gatewayserver my-gateway-server
Options
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 delete peering-user
Delete an existing user with the permissions to peer with this cluster
Synopsis
elete an existing user with the permissions to peer with this cluster.
Delete a peering user, so that it will no longer be able to peer with this cluster from the cluster with the given Cluster ID. The previous credentials will be invalidated, and cannot be used anymore, even if the user is recreated.
liqoctl delete peering-user [flags]
Examples
$ liqoctl delete peering-user --consumer-cluster-id=<cluster-id>
Options
--consumer-cluster-id
clusterID:
The cluster ID of the cluster from which peering has been performed
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 delete publickey
Delete a PublicKey
Synopsis
Delete a PublicKey.
liqoctl delete publickey [flags]
Examples
$ liqoctl delete publickey my-public-key
Options
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 delete virtualnode
Delete a virtual node
Synopsis
Delete a virtual node.
liqoctl delete virtualnode [flags]
Examples
$ liqoctl delete virtualnode my-cluster
Options
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)