GoogleContainerTools/skaffold

Skaffold deployment do not store CHANGE-CAUSE to rollout

オープン

#4,667 opened on 2020/08/14

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,416 件のフォーク)batch import
help wantedkind/feature-requestpriority/p2

Repository metrics

Stars
 (12,822 個のスター)
PR merge metrics
 (平均マージ 3d 6h) (30d で 16 merged PRs)

説明

Expected behavior

Skaffold should save the kubectl command that is making changes to the resource. This is done by the --record flag. More information: checking-rollout-history-of-a-deployment

Actual behavior

kubectl rollout history deployment/api-n production
REVISION  CHANGE-CAUSE
74        <none>
75        <none>
76        <none>
77        <none>
78        <none>

Information

  • Skaffold version: 1.13.0
  • Operating system: Windows

Steps to reproduce the behavior

  1. Deploy a sample app
  2. Run kubectl rollout history deployment/your-app

コントリビューターガイド