File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ func RegisterFlags(fs *flag.FlagSet) {
64
64
// The returned `*rest.Config` has client-side ratelimting disabled as we can rely on API priority and
65
65
// fairness. Set its QPS to a value equal or bigger than 0 to re-enable it.
66
66
//
67
- // It also applies saner defaults for QPS and burst based on the Kubernetes
68
- // controller manager defaults (20 QPS, 30 burst)
69
- //
70
67
// Config precedence:
71
68
//
72
69
// * --kubeconfig flag pointing at a file
@@ -87,9 +84,6 @@ func GetConfig() (*rest.Config, error) {
87
84
// The returned `*rest.Config` has client-side ratelimting disabled as we can rely on API priority and
88
85
// fairness. Set its QPS to a value equal or bigger than 0 to re-enable it.
89
86
//
90
- // It also applies saner defaults for QPS and burst based on the Kubernetes
91
- // controller manager defaults (20 QPS, 30 burst)
92
- //
93
87
// Config precedence:
94
88
//
95
89
// * --kubeconfig flag pointing at a file
You can’t perform that action at this time.
0 commit comments