We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea447fb commit 1b5899eCopy full SHA for 1b5899e
pkg/openstack/openstack.go
@@ -178,7 +178,7 @@ func init() {
178
179
// Initialize passes a Kubernetes clientBuilder interface to the cloud provider
180
func (os *OpenStack) Initialize(clientBuilder cloudprovider.ControllerClientBuilder, stop <-chan struct{}) {
181
- clientset := clientBuilder.ClientOrDie("cloud-provider-openstack")
+ clientset := clientBuilder.ClientOrDie("cloud-controller-manager")
182
os.kclient = clientset
183
}
184
0 commit comments