mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-14 20:31:47 -04:00
Automatic merge from submit-queue Make sure --record=false is acknowledged when passed to commands ```release-note Change setting "kubectl --record=false" to stop updating the change-cause when a previous change-cause is found. ``` Ensures that when `--record=false` is explicity set that no `ChangeCauseAnnotation`s are set on the object. Previously, if `--record=true` was used then all following actions triggered a `ChangeCauseAnnotation` even if `--record=false` was set, due to the prior `ChangeCauseAnnotation` existing. Reference to bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1351127 []() |
||
|---|---|---|
| .. | ||
| build.sh | ||
| cross.sh | ||
| test-cmd.sh | ||
| test-e2e-node.sh | ||
| test-integration.sh | ||
| test.sh | ||
| verify.sh | ||
| vet.sh | ||