remove zalando scripts
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
./setup_pgsql_operator.sh
|
./setup_cnpg.sh
|
||||||
./setup_pgsql_operator_ui.sh
|
|
||||||
|
|
||||||
cd $(git rev-parse --show-toplevel)/manifests
|
cd $(git rev-parse --show-toplevel)/manifests
|
||||||
|
|
||||||
|
|||||||
4
scripts/client/setup_cnpg.sh
Executable file
4
scripts/client/setup_cnpg.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
kubectl apply --server-side -f \
|
||||||
|
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.22/releases/cnpg-1.22.1.yaml
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(git rev-parse --show-toplevel)/manifests/postgres-operator
|
|
||||||
|
|
||||||
kubectl apply -f manifests/minimal-postgres-manifest.yaml
|
|
||||||
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(git rev-parse --show-toplevel)/manifests/postgres-operator
|
|
||||||
|
|
||||||
# apply the manifests in the following order
|
|
||||||
kubectl create -f manifests/configmap.yaml # configuration
|
|
||||||
kubectl create -f manifests/operator-service-account-rbac.yaml # identity and permissions
|
|
||||||
kubectl create -f manifests/postgres-operator.yaml # deployment
|
|
||||||
kubectl create -f manifests/api-service.yaml # operator API to be used by UI
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(git rev-parse --show-toplevel)/manifests/postgres-operator
|
|
||||||
|
|
||||||
kubectl apply -f ui/manifests/
|
|
||||||
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
kubectl port-forward svc/postgres-operator-ui 8081:80
|
|
||||||
Reference in New Issue
Block a user