Skip to content

Commit a7bd9d6

Browse files
Revert to using the upstream default of 1y for signing
We plan on using long durations for when auto-approve is off and short durations (<1d) for when they are on. A month was too far from either extreme.
1 parent fd34875 commit a7bd9d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cmd/server/start/start_kube_controller_manager.go

-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ func computeKubeControllerManagerArgs(kubeconfigFile, saPrivateKeyFile, saRootCA
6363
if _, ok := cmdLineArgs["cluster-signing-key-file"]; !ok {
6464
cmdLineArgs["cluster-signing-key-file"] = []string{""}
6565
}
66-
if _, ok := cmdLineArgs["experimental-cluster-signing-duration"]; !ok {
67-
cmdLineArgs["experimental-cluster-signing-duration"] = []string{"720h"}
68-
}
6966
if _, ok := cmdLineArgs["leader-elect-retry-period"]; !ok {
7067
cmdLineArgs["leader-elect-retry-period"] = []string{"3s"}
7168
}

0 commit comments

Comments
 (0)