GoogleContainerTools/skaffold
Skaffold deployment do not store CHANGE-CAUSE to rollout
開放
#4,667 建立於 2020年8月14日
help wantedkind/feature-requestpriority/p2
倉庫指標
- 星標
- (12,822 顆星)
- PR 合併指標
- (平均合併 3天 6小時) (30 天內合併 16 個 PR)
描述
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
- Deploy a sample app
- Run
kubectl rollout history deployment/your-app