diff --git a/docs/_includes/reference/cli/werf_kube_run.md b/docs/_includes/reference/cli/werf_kube_run.md index 8fc438a19e..7599ceb445 100644 --- a/docs/_includes/reference/cli/werf_kube_run.md +++ b/docs/_includes/reference/cli/werf_kube_run.md @@ -104,6 +104,9 @@ werf kube-run [options] [IMAGE_NAME] [-- COMMAND ARG...] Use plain HTTP requests when accessing a registry (default $WERF_INSECURE_REGISTRY) -i, --interactive=false Enable interactive mode (default $WERF_INTERACTIVE or false if not specified) + --kube-config='' + Kubernetes config file path (default $WERF_KUBE_CONFIG, or $WERF_KUBECONFIG, or + $KUBECONFIG) --kube-context='' Kubernetes config context (default $WERF_KUBE_CONTEXT) --log-color-mode='auto' diff --git a/docs/_includes/reference/cli/werf_kubectl_get.md b/docs/_includes/reference/cli/werf_kubectl_get.md index cca643a606..bf52a0c908 100644 --- a/docs/_includes/reference/cli/werf_kubectl_get.md +++ b/docs/_includes/reference/cli/werf_kubectl_get.md @@ -14,7 +14,7 @@ Use "kubectl api-resources" for a complete list of supported resources. {{ header }} Syntax ```shell -werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns|custom-columns-file|wide] (TYPE[.VERSION][.GROUP] [NAME | -l label] | TYPE[.VERSION][.GROUP]/NAME ...) [flags] [options] +werf kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns-file|custom-columns|wide] (TYPE[.VERSION][.GROUP] [NAME | -l label] | TYPE[.VERSION][.GROUP]/NAME ...) [flags] [options] ``` {{ header }} Examples