Hello, has anyone tried to install Prefect via the...
# ask-community
e
Hello, has anyone tried to install Prefect via the Helm Chart on Kind? There’s seems to be a problem with PostgresSQL volume provisioning
Copy code
/bin/mkdir: cannot create directory '/bitnami/postgresql/data': No space left on device
❯ kubectl logs -f prefect-orion-d3djwrhonj-postgresql-0
postgresql 01:31:28.10 
postgresql 01:31:28.13 Welcome to the Bitnami postgresql container
postgresql 01:31:28.15 Subscribe to project updates by watching <https://github.com/bitnami/bitnami-docker-postgresql>
postgresql 01:31:28.18 Submit issues and feature requests at <https://github.com/bitnami/bitnami-docker-postgresql/issues>
postgresql 01:31:28.20 
postgresql 01:31:28.38 INFO  ==> ** Starting PostgreSQL setup **
postgresql 01:31:28.57 INFO  ==> Validating settings in POSTGRESQL_* env vars..
postgresql 01:31:28.67 INFO  ==> Loading custom pre-init scripts...
postgresql 01:31:28.73 INFO  ==> Initializing PostgreSQL database...
/bin/mkdir: cannot create directory '/bitnami/postgresql/data': No space left on device
Ignore it, upgrading the version of Kind solved the problem
1
👍 1