Replies: 3 comments 1 reply
-
I dont use k8s, not that I can imagine why that would matter, but no, thats not expected. Homepage uses a simple hash which is checked (on focus) and should reload if needed |
Beta Was this translation helpful? Give feedback.
-
Thanks! I just noticed some problems in the logs, which most probably has something to do with it then.
I can't run the pod as root because of security constraints on the cluster. The |
Beta Was this translation helpful? Give feedback.
-
The problem was, as expected, that my non-root user did not have the proper privileges to write files to /app/config resulting in the above error and the refresh annoyance. This can be solved by patching the home page deployment by using an emptyDir. Like so:
And so:
For when other people may stumble upon this use case. |
Beta Was this translation helpful? Give feedback.
-
I've deployed homepage on Kubernetes and all is running fine. I've got one annoyance though, and that is that every time I redeploy (
kubectl rollout restart
), the config from thesettings.yaml
seems to be needed to be re-applied with the refresh icon at the bottom right (see screenshot).Only then my 'custom' layout like seen in the below codeblock, shows up. Is this expected? I rather not do this every time. I also need to do this when I redeploy, without actually changing the
settings.yaml
, but for instance thebookmarks.yaml
.Thanks in advance for any insights!
Beta Was this translation helpful? Give feedback.
All reactions