You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
We use cookies and other similar technology to collect data to improve your experience on our site, as described in our Privacy Policy.
Run Production-Grade Databases on Kubernetes
Backup and Recovery Solution for Kubernetes
Run Production-Grade Vault on Kubernetes
Secure HAProxy Ingress Controller for Kubernetes
Kubernetes Configuration Syncer
Kubernetes Authentication WebHook Server
KubeDB simplifies Provision, Upgrade, Scaling, Volume Expansion, Monitor, Backup, Restore for various Databases in Kubernetes on any Public & Private Cloud
A complete Kubernetes native disaster recovery solution for backup and restore your volumes and databases in Kubernetes on any public and private clouds.
KubeVault is a Git-Ops ready, production-grade solution for deploying and configuring Hashicorp's Vault on Kubernetes.
Secure HAProxy Ingress Controller for Kubernetes
Kubernetes Configuration Syncer
Kubernetes Authentication WebHook Server
Edit a resource on the server
Edit a resource from the default editor.
The edit command allows you to directly edit any API resource you can retrieve via the command line tools. It will open the editor defined by your KUBEDB _EDITOR, or EDITOR environment variables, or fall back to ’nano'
kubedb edit (RESOURCE/NAME) [flags]
# Edit the elasticsearch named 'elasticsearch-demo':
kubedb edit es/elasticsearch-demo
# Use an alternative editor
KUBEDB_EDITOR="nano" kubedb edit es/elasticsearch-demo
-h, --help help for edit
-n, --namespace string Edit object(s) in this namespace. (default "default")
-o, --output string Output format. One of: yaml|json. (default "yaml")
--analytics Send analytical events to Google Analytics (default true)
--kube-context string name of the kubeconfig context to use