This commit is contained in:
Felix Kunde 2020-12-17 11:13:54 +01:00
parent 52220eecea
commit a4e0470bf7
1 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ $ GO111MODULE="on"
$ GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go mod vendor $ GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go mod vendor
# This generate a vendor directory with all dependencies needed by the plugin. # This generate a vendor directory with all dependencies needed by the plugin.
$ $GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go install $ $GOPATH/src/github.com/zalando/postgres-operator/kubectl-pg go install
# This will place the kubectl-pg binary in your $GOPATH/binG # This will place the kubectl-pg binary in your $GOPATH/bin
``` ```
### Before using the kubectl pg plugin make sure to set KUBECONFIG env varibale ### Before using the kubectl pg plugin make sure to set KUBECONFIG env varibale