Closed moisesbenzan closed 7 months ago
Future Occurrences can be found here: https://solutions.qa.canonical.com/bugs/gh:canonical%2Fpostgresql-k8s-operator:413
Hi, @moisesbenzan, the charm needs to create resources to function, so needs to be deployed with the --trust
flag.
@moisesbenzan Resolved as the --trust
flag is a documented requirement for K8s charm: https://charmhub.io/postgresql-k8s/docs/t-deploy-charm
Feel free to reopen if still topical. Tnx!
Steps to reproduce
juju deploy --channel 14/edge --model <model name> postgresql-k8s
Expected behavior
For the charm to enter an
active idle
state.Actual behavior
Charm remains
Installing agent
and, upon further log inspection, we can see that the charm enters an error state while attempting to delete resources within the cluster:
Versions
Operating system:
Juju CLI:
3.1.7
Juju agent:
3.1.7
Charm revision:
14/edge 206
kubernetes:
1.28
Log output
Juju debug log: postgresql-k8s-postgresql-k8s-0-charm.log
Additional context
Found on test run: https://solutions.qa.canonical.com/testruns/9e2b03fb-4405-4041-b4a7-8db1bb200ac6 More artifacts can be found linked in that page or can be requested to any member of the SQA team.