GoogleContainerTools/skaffold

Issue when interpreting paths during sync with skaffold

開放

#5,108 建立於 2020年12月3日

 (2 則留言) (0 個反應) (0 位負責人)Go (1,416 個分叉)batch import
area/syncfixithelp wantedkind/bugpriority/p3

倉庫指標

星標
 (12,822 顆星)
PR 合併指標
 (平均合併 3天 6小時) (30 天內合併 16 個 PR)

描述

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

貢獻者指南