GoogleContainerTools/skaffold
Try downgrading config when unknown (too new) version
オープン
#6,184 opened on 2021/07/11
bugbash/q4-2022help wantedkind/usabilitymeta/examplesmeta/release
Repository metrics
- Stars
- (12,822 個のスター)
- PR merge metrics
- (平均マージ 3d 6h) (30d で 16 merged PRs)
説明
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:
- What if we tried reloading the config but using our latest known confit? Chances are that most configs will load just fine.
- What if we stop updating the apiVersion in the examples except when required for new fields it changes?
- What if we updated the example apiVersions as a separate step once the new version of Shahid has prepared to Cloud Shell and gcloud?