docs icon indicating copy to clipboard operation
docs copied to clipboard

[Site Bug] Issue with the page: /self-hosted/latest/install/installation-kubernetes/

Open mikhatanu opened this issue 1 year ago • 0 comments

Use this template for reporting bugs in the docs.

Describe the bug

CloudNativePG requires imageCatalog and imageCatalogRef due to different naming scheme that CloudNativePG imageName use. Default GUI and UID of CloudNativePG is 26, but timescaledb uses 1000. I encountered permission denied on initdb

What do the docs say now?

CloudNativePG works outside the box without any setting, directly using the image hosted in dockerhub

What should the docs say?

ImageCatalog and ImageCatalogRefs needs to be specified. postgressUID and postgressGID needs to be set to 1000

Page affected

[Provide the URL to the page you noticed the bug on]

Subject matter expert (SME)

Screenshots

image Error log when using default uid of CPNG: Error: stat /var/lib/postgresql/data/pgdata: permission denied

Any further info

https://cloudnative-pg.io/documentation/current/image_catalog/ https://cloudnative-pg.io/documentation/current/container_images/#image-tag-requirements (number 2)

Contributing to documentation

We welcome documentation contributions!

  • For information about how to propose a change, see the contributing guide in our GitHub repository.
  • For information on style and word usage, see the style guide

mikhatanu avatar Jul 23 '24 07:07 mikhatanu