Currently, the documentation on k8 setup is very sparse. Setting up the cron-job via kubectl apply -f k8s-job.yaml is very hard because there is no chance to enter the token.
I did it now by running the k8s-deployment.yaml and attaching to the container and manually execute $: withings-sync to setup the token for the first time, but I don't know if there is a more easy way to do that.
Anyways, a documentation would be great as this is a very nice feature.
Currently, the documentation on k8 setup is very sparse. Setting up the cron-job via
kubectl apply -f k8s-job.yaml
is very hard because there is no chance to enter the token.I did it now by running the
k8s-deployment.yaml
and attaching to the container and manually execute$: withings-sync
to setup the token for the first time, but I don't know if there is a more easy way to do that.Anyways, a documentation would be great as this is a very nice feature.