-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Docker / K8 --features BLOOD_PRESSURE #193
Comments
Hi yes, it's not well described (yet). You will have to pass extra parameters to the docker entrypoint by completely replacing it. |
Thanks. I got this working with k8s-deployment.yaml by changing to:
But with k8s-jobs.yaml I couldn't get the same to work:
2024-12-22 14:21:36 usage: withings-sync [-h] [--garmin-username GARMIN_USERNAME] Any ideas how to set this up as a k8s cronjob? |
In case this helps anyone else, I think I have cracked it. My args should have been in the k8-jobs.yaml: containers: I will reset everything up in the next day or two and comment again that it all works. Cheers. |
Hi, not so much of an issue as not well described.
How do I add the --features BLOOD_PRESSURE in either k8 or Docker containers?
Thanks,
Brisnick
The text was updated successfully, but these errors were encountered: