Replies: 1 comment
-
Hi @iaguerri! I'm not that familiar with kubernetes. But I do know that the error
is because you are trying to run Have you tried loading the extension on a running container (Using either |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to establish a docker image with a PostgreSQL and a PostGIS with the h3-pg installation and then deploy it in kubernetes with CloudNativePG as operator.
The dockerfile I have is this:
Build the image:
And then deploy with this yaml
The first error happens in this line:
RUN pgxn load h3
and the error isI did a image with that line commented and deployed the kubectl but when starting up and entering in psql:
but listing the packages installed in the container, they do appear:
How is possible to install h3-pg in a kubernetes pod?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions