GoogleContainerTools/skaffold

Issue when interpreting paths during sync with skaffold

Offen

#5.108 geöffnet am 03.12.2020

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (1.416 Forks)batch import
area/syncfixithelp wantedkind/bugpriority/p3

Repository-Metriken

Stars
 (12.822 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 6h) (16 gemergte PRs in 30 T)

Beschreibung

Expected behavior

Hi. I have setup skaffold to do file sync. While it works well, there is an issue when interpreting paths during sync.

For eg,

This works:

infer:
   - 'packages/**/src/**/*.*'

This does not work:

infer:
    - './packages/**/src/**/*.*'

Where its the same path but with a ./ in front. So, the file does not get matched during sync:

Information

  • Skaffold version: v1.16.0
  • Operating system: Ubuntu server 20.04

Contributor Guide