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
I am trying to deploy kube-rclone solution on GKE but it does not deploy any kube-rclone pod in windows node. Seems Daemonset is not work with windows.
I am trying to deploy kube-rclone solution on GKE but it does not deploy any kube-rclone pod in windows node. Seems Daemonset is not work with windows.
helm install ./kube-rclone --generate-name --namespace default --set rclone.remote=gcs --set rclone.path=C:\test
kubectl get Daemonset -n=default
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
kube-rclone-1686309398 0 0 0 0 0 kubernetes.io/os=windows 3d23h
kube-rclone-1686652003 0 0 0 0 0 kubernetes.io/os=windows 47s
Could you please suggest how it will work with windows node
The text was updated successfully, but these errors were encountered: