GoogleContainerTools/skaffold

Try downgrading config when unknown (too new) version

開放

#6,184 建立於 2021年7月11日

 (0 則留言) (0 個反應) (0 位負責人)Go (1,416 個分叉)batch import
bugbash/q4-2022help wantedkind/usabilitymeta/examplesmeta/release

倉庫指標

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

描述

Cloud Shell users who try our examples hit unknown api version errors for several days after our release as Cloud Shell’s Skaffold installation lags. This isn’t a great experience.

Here are three approaches:

  1. What if we tried reloading the config but using our latest known confit? Chances are that most configs will load just fine.
  2. What if we stop updating the apiVersion in the examples except when required for new fields it changes?
  3. What if we updated the example apiVersions as a separate step once the new version of Shahid has prepared to Cloud Shell and gcloud?

貢獻者指南