Hugo Blom
4dba34bd02
add cinder max attached volumes ( #5089 )
5 years ago
Andreas Krüger
044dcbaed0
Add Kubelet config, remove deprecated flags and fix minor bugs ( #4724 )
* Add kubelet config
* Change kubelet_authorization_mode_webhook to true
* Fix lint
* Sync env file
* Refactor the kubernetes node folder
* Remove deprecated flag and fix lint
5 years ago
sangwook
0536125f75
Better fix for openstack cinder zone issue using ignore-volume-az option ( #2980 )
* Better fix for openstack cinder zone issue[1][2]
using ignore-volume-az option[3].
[1]: https://github.com/kubernetes-incubator/kubespray/pull/2155
[2]: https://github.com/kubernetes-incubator/kubespray/pull/2346
[3]: https://github.com/kubernetes/kubernetes/pull/53523
* Remove kube-scheduler-policy.yaml
6 years ago
Jonathan Craig
5bf152886b
add support for openstack trust to cloud provider config
6 years ago
southquist
c685dc493f
allow for setting the cacert on openstack cloud provider
7 years ago
Maxime Gaillard
00db751646
Add Openstack tenant name
7 years ago
avoidik
3c12c6beb3
Move cloud config configurations to proper location
7 years ago
ArchiFleKs
ce85bcaee7
Simplify and update OpenStack cloud provider
Simplify the number of variables necessary to "just" enable OpenStack
cloud provider. Also add the new options available in K8s 1.9.
7 years ago
ArchiFleKs
44b9dce134
Fix domain id for OpenStack provider
OpenStack authentication does not support using a mix of DomainID and
DomainName, only one or the other should be used.
7 years ago
Brad Beam
aaa27d0a34
Adding quotes around parameters in cloud_config ( #1664 )
This is to help support escapes and special characters
7 years ago
Kevin Lefevre
9302ce0036
Enhanced OpenStack cloud provider ( #1627 )
- Enable Cinder API version for block storage
- Enable floating IP for LBaaS
7 years ago
Kevin Lefevre
65a9772adf
Add OpenStack LBaaS support ( #1506 )
7 years ago
Brad Beam
30a9899262
Making openstack domain name optional
8 years ago
Xavier Lange
dd10b8a27c
Bug fix: support kilo's keystone requirement for domain-name, extracts from ENV var
8 years ago
teuto.net Netzdienste GmbH
9f8da6c225
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.
9 years ago