Skip to content

Commit

Permalink
Merge pull request #229 from nilo19/t-qini-enable_ccm_feature_gate_lb…
Browse files Browse the repository at this point in the history
…_finalizer

Enable ccm feature flag ServiceLoadBalancerFinalizer.
  • Loading branch information
k8s-ci-robot authored Sep 7, 2019
2 parents d127558 + 0bd295f commit f1bc6bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/k8s-azure/manifest/e2e-slow.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
"cloudProviderRateLimitQPS": 6,
"cloudProviderRateLimitBucket": 20,
"controllerManagerConfig": {
"--feature-gates": "CSIInlineVolume=true,LocalStorageCapacityIsolation=true,ServiceNodeExclusion=true,ServiceLoadBalancerFinalizer=true"
"--feature-gates": "CSIInlineVolume=true,LocalStorageCapacityIsolation=true,ServiceNodeExclusion=true"
},
"apiServerConfig": {
"--enable-admission-plugins": "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota,AlwaysPullImages"
},
"cloudControllerManagerConfig": {
"--feature-gates": "ServiceLoadBalancerFinalizer=true"
}
}
},
Expand Down

0 comments on commit f1bc6bf

Please sign in to comment.