You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: