github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/site/reference/cli/live/README.md (about) 1 --- 2 title: "`live`" 3 linkTitle: "live" 4 weight: 3 5 type: docs 6 description: > 7 Deploy local packages to a cluster. 8 --- 9 <!--mdtogo:Short 10 Deploy local packages to a cluster. 11 --> 12 13 <!--mdtogo:Long--> 14 The `live` command group contains subcommands for deploying local 15 `kpt` packages to a cluster. 16 <!--mdtogo--> 17 18 19 #### Flags 20 21 These are the same flags as is available in [kubectl]. 22 23 ``` 24 --as: 25 Username to impersonate for the operation. 26 27 --as-group: 28 Group to impersonate for the operation, this flag can be repeated to specify multiple groups. 29 30 --cache-dir: 31 Default cache directory (default "/Users/mortent/.kube/cache"). 32 33 --certificate-authority: 34 Path to a cert file for the certificate authority. 35 36 --client-certificate: 37 Path to a client certificate file for TLS. 38 39 --client-key: 40 Path to a client key file for TLS. 41 42 --cluster: 43 The name of the kubeconfig cluster to use. 44 45 --context: 46 The name of the kubeconfig context to use. 47 48 --insecure-skip-tls-verify: 49 If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure. 50 51 --kubeconfig: 52 Path to the kubeconfig file to use for CLI requests. 53 54 --namespace: 55 If present, the namespace scope for this CLI request. 56 57 --password: 58 Password for basic authentication to the API server. 59 60 --request-timeout: 61 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"). 62 63 --server: 64 The address and port of the Kubernetes API server. 65 66 --tls-server-name: 67 Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used. 68 69 --token: 70 Bearer token for authentication to the API server. 71 72 --user: 73 The name of the kubeconfig user to use. 74 75 --username: 76 Username for basic authentication to the API server. 77 ``` 78 79 [kubectl]: https://kubernetes.io/docs/reference/kubectl/kubectl/#options