You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`PGO_OPERATOR_NAMESPACE` | pgo | Kubernetes namespace for the operator
29
+
`PGO_VERSION` | 4.2.1 | Operator version
30
30
31
31
{{% notice tip %}}
32
32
`examples/envs.sh` contains the above variable definitions as well as others used by postgres-operator tools
@@ -59,12 +59,17 @@ The setup target ensures the presence of:
59
59
* NSQ messaging binaries
60
60
*`docker` container tool
61
61
*`buildah` OCI image building tool
62
-
*`expenv` config tool
62
+
*`expenv` config tool
63
63
64
64
By default, docker is not configured to run its daemon. Refer to the [docker post-installation instructions](https://docs.docker.com/install/linux/linux-postinstall/) to configure it to run once or at system startup. This is not done automatically.
65
65
66
66
## Compile
67
67
68
+
{{% notice tip %}}
69
+
Please be sure to have your GPG Key and `.repo` file in the `conf` directory
70
+
before proceeding.
71
+
{{% /notice %}}
72
+
68
73
You will build all the Operator binaries and Docker images by running:
0 commit comments