-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Seeing sync errors in attempting to sync *.html files #6845
Copy link
Copy link
Open
Labels
area/syncbugbash/q4-2022Issues related to Skaffold Bugbash Q4 2022Issues related to Skaffold Bugbash Q4 2022help wantedWe would love to have this done, but don't have the bandwidth, need help from contributorsWe would love to have this done, but don't have the bandwidth, need help from contributorskind/bugSomething isn't workingSomething isn't workingpriority/p3agreed that this would be good to have, but no one is available at the moment.agreed that this would be good to have, but no one is available at the moment.
Metadata
Metadata
Assignees
Labels
area/syncbugbash/q4-2022Issues related to Skaffold Bugbash Q4 2022Issues related to Skaffold Bugbash Q4 2022help wantedWe would love to have this done, but don't have the bandwidth, need help from contributorsWe would love to have this done, but don't have the bandwidth, need help from contributorskind/bugSomething isn't workingSomething isn't workingpriority/p3agreed that this would be good to have, but no one is available at the moment.agreed that this would be good to have, but no one is available at the moment.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I am currently attempting to add file sync support to the application below for it's *.html files (one file - index.html):
https://github.com/GoogleCloudPlatform/golden-path-for-app-delivery
In attempted to modify the app to use both
inferandmanualfile syncing I get someFile existserrors during the sync:I see error:
I attempting to use manual sync as well and saw the same error although with some different paths
The error:
I also tried removing the file from the Dockerfile (to see of if this was related to the file previously existing in the image) but I saw the same errors
Not sure what I might be doing wrong here, my understanding is that this should work with both sync types
inferandmanualand not require any additional changes to other files (Dockerfile, etc) but I seem to have this issue in all attempts