mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-26 05:15:03 -02:30
Implemented cloud-provider integration for OpenStack.
Currently kubespray does not install kubernetes in a way that allows cinder volumes to be used. This commit provides the necessary cloud configuration file and configures kubelet and kube-apiserver to use it.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[Global]
|
||||
auth-url={{ openstack_auth_url }}
|
||||
username={{ openstack_username }}
|
||||
password={{ openstack_password }}
|
||||
region={{ openstack_region }}
|
||||
tenant-id={{ openstack_tenant_id }}
|
||||
Reference in New Issue
Block a user