File tree Expand file tree Collapse file tree 3 files changed +416
-0
lines changed
Expand file tree Collapse file tree 3 files changed +416
-0
lines changed Original file line number Diff line number Diff line change 1+ Cloud Native PostgreSQL plugin for kubectl
2+
3+ Copyright (C) 2019-2020 EnterpriseDB.
4+
5+ The EnterpriseDB Limited Use License is available at
6+ https://www.enterprisedb.com/limited-use-license.
Original file line number Diff line number Diff line change 1+ # Cloud Native PostgreSQL plugin for ` kubectl `
2+
3+ Plugin for ` kubectl ` to manage a Cloud Native PostgreSQL
4+ cluster in Kubernetes. The plugin works also with ` oc ` in
5+ an OpenShift environment.
6+
7+ For details, please refer to Cloud Native PostgreSQL documentation.
8+
9+ You can install the plugin in your system with:
10+
11+ ``` sh
12+ curl -sSfL \
13+ https://github.com/EnterpriseDB/kubectl-cnp/raw/master/install.sh | \
14+ sudo sh -s -- -b /usr/local/bin
15+ ```
16+
17+ The plugin requires the Cloud Native PostgreSQL operator to be
18+ installed in the Kubernetes/Openshift cluster.
You can’t perform that action at this time.
0 commit comments