-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployments-Kubernetes 1.29 Version Not Recording Command Line Without --record
Flag (in kubernetes.io doc can record without --record
)
#45780
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/language zh |
Page issue mentioned: https://kubernetes.io/zh-cn/docs/concepts/workloads/controllers/deployment/ @vcyj, |
Sorry about that.Now i have changed to right doc url |
/remove-language zh |
/retitle Deployments-Kubernetes 1.29 Version Not Recording Command Line Without |
--record
Flag (in kubernetes.io doc can record without --record
)
The Deployment concept page is out of date. We're planning to remove the deprecated We should change https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ to:
IMO, we should also change https://kubernetes.io/docs/reference/labels-annotations-taints/#change-cause to explain its use. If the |
Also see kubernetes/kubernetes#124259 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Kubernetes 1.29 Version Not Recording Command Line Without --record Flag
Bug Report
What happened:
In Kubernetes version 1.29, the command line invocations are not being recorded automatically in the deployment history when operation is performed without the --record flag. After running the kubectl rollout history deployment/nginx-deployment, some of the revisions show "" in the CHANGE-CAUSE column when the operation is performed without --record flag.
Here is an example:
the pic in doc in https://kubernetes.io/docs/concepts/workloads/controllers/deployment
The text was updated successfully, but these errors were encountered: