kubernetes: can not get the statefulset rollout history details
with kubernetes v1.14.0, it can not get the statefulset revision details via kubectl command line:
hchenxa@hchenxadembp:~/Documents/hchenxa/src/ICP/icp-sert-bats$ kubectl rollout history sts/test-sts -n sert-workns --revision=2
statefulset.apps/test-sts with revision #2
REVISION
0
0
1
2
looks like the command can get the deployment resources revision info and shows result contain the image name, labels and other information.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 3
- Comments: 19 (15 by maintainers)
just want to know if we can have the simliar info like deployment revision details: