Difference between revisions of "Kubectl-kots --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> Usage: kots [command] Available Commands: admin-console Make the admin console accessible backup Provides wrapper functionality to interface with the...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
{{lc}}
Usage:
 
  kots [command]
 
  
Available Commands:
+
[[kubectl-kots]] --help
  admin-console    Make the admin console accessible
+
  backup          Provides wrapper functionality to interface with the backup source
+
Usage:
  completion      Generate completion script
+
  kots [command]
  docker          KOTS Docker interface
+
  download        Download Kubernetes manifests from your cluster to the local filesystem
+
Available Commands:
  get              Display kots resources
+
  admin-console    Make the admin console accessible
  help            Help about any command
+
  backup          Provides wrapper functionality to interface with the backup source
  install          Install an application to a cluster
+
  completion      Generate completion script
  pull            Pull Kubernetes manifests from remote upstream to the local filesystem
+
  docker          KOTS Docker interface
  remove          Remove an application from console
+
  download        Download Kubernetes manifests from your cluster to the local filesystem
  reset-password  Change the password on the admin console
+
  get              Display kots resources
  reset-tls        Reverts kurl_proxy to a self-signed TLS certificate
+
  help            Help about any command
  restore          Provides wrapper functionality to interface with the restore source
+
  install          Install an application to a cluster
  set              Configure kots resources
+
  pull            Pull Kubernetes manifests from remote upstream to the local filesystem
  upload          Upload Kubernetes manifests from the local filesystem to your cluster
+
  remove          Remove an application from console
  upstream        Provides wrapper functionality to interface with the upstream source
+
  reset-password  Change the password on the admin console
  velero          KOTS Velero interface
+
  reset-tls        Reverts kurl_proxy to a self-signed TLS certificate
  version          Print the current version and exit
+
  restore          Provides wrapper functionality to interface with the restore source
 +
  set              Configure kots resources
 +
  upload          Upload Kubernetes manifests from the local filesystem to your cluster
 +
  upstream        Provides wrapper functionality to interface with the upstream source
 +
  [[velero]]           KOTS Velero interface
 +
  version          Print the current version and exit
 +
 +
Flags:
 +
      --as string                      Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
 +
      --as-group stringArray          Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
 +
      --as-uid string                  UID to impersonate for the operation.
 +
      --cache-dir string              Default cache directory (default "/Users/el/.kube/cache")
 +
      --certificate-authority string  Path to a cert file for the certificate authority
 +
      --client-certificate string      Path to a client certificate file for TLS
 +
      --client-key string              Path to a client key file for TLS
 +
      --cluster string                The name of the kubeconfig cluster to use
 +
      --context string                The name of the kubeconfig context to use
 +
  -h, --help                          help for kots
 +
      --insecure-skip-tls-verify      If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
 +
      --kubeconfig string              Path to the kubeconfig file to use for CLI requests.
 +
  -n, --namespace string              If present, the namespace scope for this CLI request
 +
      --request-timeout string        The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
 +
  -s, --server string                  The address and port of the Kubernetes API server
 +
      --tls-server-name string        Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
 +
      --token string                  Bearer token for authentication to the API server
 +
      --user string                    The name of the kubeconfig user to use
 +
 +
Use "kots [command] --help" for more information about a command.
  
Flags:
 
      --as string                      Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
 
      --as-group stringArray          Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
 
      --as-uid string                  UID to impersonate for the operation.
 
      --cache-dir string              Default cache directory (default "/Users/el/.kube/cache")
 
      --certificate-authority string  Path to a cert file for the certificate authority
 
      --client-certificate string      Path to a client certificate file for TLS
 
      --client-key string              Path to a client key file for TLS
 
      --cluster string                The name of the kubeconfig cluster to use
 
      --context string                The name of the kubeconfig context to use
 
  -h, --help                          help for kots
 
      --insecure-skip-tls-verify      If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
 
      --kubeconfig string              Path to the kubeconfig file to use for CLI requests.
 
  -n, --namespace string              If present, the namespace scope for this CLI request
 
      --request-timeout string        The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
 
  -s, --server string                  The address and port of the Kubernetes API server
 
      --tls-server-name string        Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
 
      --token string                  Bearer token for authentication to the API server
 
      --user string                    The name of the kubeconfig user to use
 
  
Use "kots [command] --help" for more information about a command.
 
  
</pre>
+
 
 +
== Related ==
 +
* <code>[[kubectl-kots version]]</code>
  
  
 
== See also ==
 
== See also ==
 
* {{Kots}}
 
* {{Kots}}

Latest revision as of 05:41, 27 September 2022

kubectl-kots --help

Usage:
  kots [command]

Available Commands:
  admin-console    Make the admin console accessible
  backup           Provides wrapper functionality to interface with the backup source
  completion       Generate completion script
  docker           KOTS Docker interface
  download         Download Kubernetes manifests from your cluster to the local filesystem
  get              Display kots resources
  help             Help about any command
  install          Install an application to a cluster
  pull             Pull Kubernetes manifests from remote upstream to the local filesystem
  remove           Remove an application from console
  reset-password   Change the password on the admin console
  reset-tls        Reverts kurl_proxy to a self-signed TLS certificate
  restore          Provides wrapper functionality to interface with the restore source
  set              Configure kots resources
  upload           Upload Kubernetes manifests from the local filesystem to your cluster
  upstream         Provides wrapper functionality to interface with the upstream source
  velero           KOTS Velero interface
  version          Print the current version and exit

Flags:
      --as string                      Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
      --as-group stringArray           Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
      --as-uid string                  UID to impersonate for the operation.
      --cache-dir string               Default cache directory (default "/Users/el/.kube/cache")
      --certificate-authority string   Path to a cert file for the certificate authority
      --client-certificate string      Path to a client certificate file for TLS
      --client-key string              Path to a client key file for TLS
      --cluster string                 The name of the kubeconfig cluster to use
      --context string                 The name of the kubeconfig context to use
  -h, --help                           help for kots
      --insecure-skip-tls-verify       If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
      --kubeconfig string              Path to the kubeconfig file to use for CLI requests.
  -n, --namespace string               If present, the namespace scope for this CLI request
      --request-timeout string         The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
  -s, --server string                  The address and port of the Kubernetes API server
      --tls-server-name string         Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
      --token string                   Bearer token for authentication to the API server
      --user string                    The name of the kubeconfig user to use

Use "kots [command] --help" for more information about a command.



Related[edit]


See also[edit]

Advertising: