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
The cloning implementation for hostpath volumes used `args :=
[]string{"-a", srcPath + "/*", destPath + "/"}`
The result is some shells will actually try to find/copy a file `*` from
the source directory. We need to use the cp specific syntax for this
instead `.`, to guarantee that things work on different platforms and
shells.
0 commit comments