Closed DnPlas closed 11 months ago
It seems like we are missing this file (as shown in the error message). This was recently introduced and explains why in the past we did not run into similar issues.
Add the required file
This will be problematic. We'll need to get the projected service account token functionality of K8s in our sidecar charms https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#serviceaccount-token-volume-projection
Since Juju is handling the creation of the unit I'd expect this is something we'll need to set on the juju side
This issue has been fixed by #349, but I will wait until this commit lands in main
to close it.
Bug Description
The changes introduced by #331 are affecting the charm, preventing the service to start correctly (replan).
To Reproduce
kfp-persistence
will be stuck in waiting status with message:Environment
Ubuntu 20.04 juju 3.1 microk8s 1.25-strict/stable
Relevant log output
Additional context
For more logs and relevant outputs please check the failed CI on https://github.com/canonical/kfp-operators/pull/331