github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/docs/user_docs/cli/kbcli_addon_disable.md (about) 1 --- 2 title: kbcli addon disable 3 --- 4 5 Disable an addon. 6 7 ``` 8 kbcli addon disable ADDON_NAME [flags] 9 ``` 10 11 ### Options 12 13 ``` 14 --allow-missing-template-keys If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true) 15 --dry-run string[="unchanged"] Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource. (default "none") 16 --edit Edit the API resource 17 -h, --help help for disable 18 -o, --output string Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file). 19 --show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format. 20 --template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. 21 ``` 22 23 ### Options inherited from parent commands 24 25 ``` 26 --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. 27 --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. 28 --as-uid string UID to impersonate for the operation. 29 --cache-dir string Default cache directory (default "$HOME/.kube/cache") 30 --certificate-authority string Path to a cert file for the certificate authority 31 --client-certificate string Path to a client certificate file for TLS 32 --client-key string Path to a client key file for TLS 33 --cluster string The name of the kubeconfig cluster to use 34 --context string The name of the kubeconfig context to use 35 --disable-compression If true, opt-out of response compression for all requests to the server 36 --insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure 37 --kubeconfig string Path to the kubeconfig file to use for CLI requests. 38 --match-server-version Require server version to match client version 39 -n, --namespace string If present, the namespace scope for this CLI request 40 --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") 41 -s, --server string The address and port of the Kubernetes API server 42 --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 43 --token string Bearer token for authentication to the API server 44 --user string The name of the kubeconfig user to use 45 ``` 46 47 ### SEE ALSO 48 49 * [kbcli addon](kbcli_addon.md) - Addon command. 50 51 #### Go Back to [CLI Overview](cli.md) Homepage. 52