Skip to content

Commit 41b83d5

Browse files
mnenciagbartolini
authored andcommitted
Initial commit
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
0 parents  commit 41b83d5

File tree

3 files changed

+416
-0
lines changed

3 files changed

+416
-0
lines changed

LICENSE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.

0 commit comments

Comments
 (0)