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 doubt this is one of the reason why live sync is not working for me.
Getting below warning as well for another POD
Syncing 1 files for ccoehp.azurecr.io/hp-db-app:latest@sha256:189aee6e6e32ecde2c4ef28d271c964727b2751c7fcf5b075d210bc811753b38
INFO[1198] Copying files: map[app/models/azc.model.js:[/usr/src/app/app/models/azc.model.js]] to ccoehp.azurecr.io/hp-db-app:latest@sha256:189aee6e6e32ecde2c4ef28d271c964727b2751c7fcf5b075d210bc811753b38
DEBU[1198] getting client config for kubeContext: ``
WARN[1199] Skipping deploy due to sync error: copying files: didn't sync any files
Watching for changes...
The problem is that your deployment version is extensions/v1beta1 which has long been deprecated (current version is apps/v1), and wasn't supported by Skaffold until just recently (#4478, not yet in a release).
Skaffold normally processes the configured Kubernetes resource manifests to rewrite images to reference the built versions. Skaffold v1.8.0 introduced a feature to limit rewriting to an allowed list of resource types (#3833). extensions/v1beta1 was not included.
Switching your deployment to apps/v1 should allow it to work.
Expected behavior
Warning should not come and Skaffold should use the image properly. Not sure if it is causing the issue while doing sync
Actual behavior
Information
6b8b50a - Was running from HEAD version for the nil pointer issue fix
Linux
Steps to reproduce the behavior
Every deployment I am running I am getting the same warning.
skaffold dev --port-forward -vdebug -n ccoe-hp-devtest
The text was updated successfully, but these errors were encountered: