square-stone-81820
05/19/2023, 11:44 AMglamorous-architect-89433
06/07/2023, 6:53 PMstale-ram-86891
06/08/2023, 5:18 PMmammoth-scooter-66898
06/27/2023, 7:52 AMError: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterIssuer "letsencrypt-production" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "<http://app.kubernetes.io/managed-by|app.kubernetes.io/managed-by>": must be set to "Helm"; annotation validation error: missing key "<http://meta.helm.sh/release-name|meta.helm.sh/release-name>": must be set to "epinio"; annotation validation error: missing key "<http://meta.helm.sh/release-namespace|meta.helm.sh/release-namespace>"
Any ideas what might be causing this?mammoth-scooter-66898
06/29/2023, 9:06 AMmammoth-scooter-66898
07/03/2023, 8:45 AMmodules-folder
option which installs all the packages in a different directory than node_modules 😱 This is very non-standard, but figuring out how to get something working.mammoth-scooter-66898
07/03/2023, 11:43 AMpaketobuildpacks/builder:full
it seems it has completed successfully.mammoth-scooter-66898
07/06/2023, 8:22 AMmammoth-scooter-66898
07/06/2023, 10:43 AMmammoth-scooter-66898
07/07/2023, 8:32 AMmammoth-scooter-66898
07/07/2023, 8:32 AMmammoth-scooter-66898
07/07/2023, 8:33 AMbroad-dream-81849
07/24/2023, 3:58 PMbusy-teacher-96897
07/24/2023, 4:16 PMmammoth-scooter-66898
07/26/2023, 8:09 AMmammoth-scooter-66898
07/27/2023, 10:45 AMmammoth-scooter-66898
07/27/2023, 10:45 AMmammoth-scooter-66898
07/28/2023, 1:26 PMadorable-monitor-36206
07/30/2023, 8:22 PMx33d3de604f8682ca102ee497ffaf-postgresql.mynamespace.svc.cluster.local:5432
• when I bind the service to an app, I only see /configurations/mydb/
- definitely no such thing as /configurations/mynamespace-mydb-postgresql/
• other pages tell me to use epinio service show
and "grab it from there"
When exploring the chart of the default postgresql service, I noticed this file, so I created a custom postgresql service to...
• set the value serviceBindings.enabled
to true
• include <http://servicebinding.io/postgresql|servicebinding.io/postgresql>
in <http://application.epinio.io/catalog-service-secret-types|application.epinio.io/catalog-service-secret-types>
, as suggested here
I even checked with --dry-run
that my serviceBindings.enabled
value was correct and a second Secret would be created:
helm install --create-namespace --namespace=pgsql-test --dry-run --generate-name <oci://registry-1.docker.io/bitnamicharts/postgresql> -f values.yml
Despite all that, when using this custom service within Epinio, I never see any Secret other than the usual Opaque
one (with only postgres-password
there).
Am I missing something here? I'd like my App in Epinio to have access to all info (user, pass, host, port) from these Services.
Thanks in advance!busy-teacher-96897
07/31/2023, 4:57 AMpostgresql-dev
if service name is project-db
is:
PG_HOST=$(ls /configurations | grep '\-postgresql$')
PG_PWD=$(cat /configurations/product-db/postgres-password)
PG_USR=postgres
PG_DBN=postgres
It is not ideal but it is for development.busy-teacher-96897
07/31/2023, 4:58 AMbroad-dream-81849
08/03/2023, 2:35 PMbusy-teacher-96897
08/03/2023, 4:37 PMbusy-teacher-96897
08/28/2023, 9:47 PMbroad-dream-81849
09/04/2023, 4:28 PMbusy-teacher-96897
09/04/2023, 6:18 PMfull-accountant-59700
09/09/2023, 7:59 PMbroad-dream-81849
09/20/2023, 9:48 AMv1.10.0-rc2
, and planning to release the stable in a few days! epinio
https://www.linkedin.com/events/7108055435663855616busy-teacher-96897
09/26/2023, 3:51 PMlimited-pizza-33551
09/27/2023, 12:08 PM