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) {
6464// The returned `*rest.Config` has client-side ratelimting disabled as we can rely on API priority and
6565// fairness. Set its QPS to a value equal or bigger than 0 to re-enable it.
6666//
67- // It also applies saner defaults for QPS and burst based on the Kubernetes
68- // controller manager defaults (20 QPS, 30 burst)
69- //
7067// Config precedence:
7168//
7269// * --kubeconfig flag pointing at a file
@@ -87,9 +84,6 @@ func GetConfig() (*rest.Config, error) {
8784// The returned `*rest.Config` has client-side ratelimting disabled as we can rely on API priority and
8885// fairness. Set its QPS to a value equal or bigger than 0 to re-enable it.
8986//
90- // It also applies saner defaults for QPS and burst based on the Kubernetes
91- // controller manager defaults (20 QPS, 30 burst)
92- //
9387// Config precedence:
9488//
9589// * --kubeconfig flag pointing at a file
You can’t perform that action at this time.
0 commit comments