Smaine Kahlouch
2192bcccbd
Merge pull request #191 from kubespray/add_certs
Add kubernetes.default.svc in certs dns
8 years ago
ant31
7237a925eb
Add kubernetes.default.svc in certs dns
8 years ago
Smaine Kahlouch
34ed6e1a08
Merge pull request #190 from teutostack/automatic-cinder-provisioning
Implemented Dynamic Provisioning of PersistentVolumes with cinder
8 years ago
teuto.net Netzdienste GmbH
8cbdf73eba
Changed path to hosts ssl certs from /usr/share/ca-certificates to /etc/ssl/certs/ which fixes https problems in kube-controller-manager and kube-apiserver ( #189 ) caused by the lack of certificates on debian and redhat based systems.
8 years ago
teuto.net Netzdienste GmbH
624a964cda
Implemented Dynamic Provisioning of PersistentVolumes with cinder
When kubespray is deployed on OpenStack, the kube-controller-manager is now aware of the cluster and can create new cinder volumes automatically if the PersistentVolumeClaims are annotated accordingly.
Note that this is an alpha feature of kubernetes 1.2
8 years ago
Smaine Kahlouch
a14dfe74e1
Merge pull request #188 from teutostack/warnings-removal
Fixing deprecation warnings regarding bare variables and apt
8 years ago
Smaine Kahlouch
f2e822810a
Merge pull request #187 from teutostack/openstack-integration
Implemented cloud-provider integration for OpenStack
8 years ago
teuto.net Netzdienste GmbH
a192111e6a
Reverted deletion of "changed_when: False" for Task "Install python-dnf for latest RedHat versions". Deleted "changed_when: False" on Task "Install latest version of python-apt for Debian distribs" to get notified when kubespray has installed a new package version.
8 years ago
teuto.net Netzdienste GmbH
4271dd6645
using apt module instead of command module to install python-apt
8 years ago
teuto.net Netzdienste GmbH
457ed11b49
fixed deprecation warnings regarding bare variables
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.
8 years ago
Smaine Kahlouch
ed9a521d6d
Merge pull request #185 from Smana/choose_cloud_provider
choose between gce and aws cloud providers
8 years ago
Smaine Kahlouch
68fafd030d
choose between gce and aws cloud providers
8 years ago
Smaine Kahlouch
f49926413a
Merge pull request #176 from kubespray/kubernetes-v1.2.0
Kubernetes v1.2.0
8 years ago
Smaine Kahlouch
e8aec5f4f0
Don't call the apiserver when the server is master only
8 years ago
Smaine Kahlouch
c51ed4bbb7
use master election option instead of podmaster
8 years ago
Smaine Kahlouch
ba4ad51c26
add aufs-tools package for debian
8 years ago
Antoine Legrand
785b84fd43
Upgrade to docker 1.10.3
8 years ago
Antoine Legrand
15ce66b2f5
Kubernetes 1.2.0
8 years ago
Smaine Kahlouch
9949c2b34e
Merge pull request #181 from Smana/fix_dnsmasq_as_ds
Dnsmasq runs on all nodes
8 years ago
Smaine Kahlouch
7e6d7caf4b
Dnsmasq runs on all nodes
8 years ago
Smaine Kahlouch
48c64a1f72
Merge pull request #179 from kubespray/dnsmasq_ds
Dnsmasq ds
8 years ago
ant31
6297e5ea93
Use dnsmasq inside pods
8 years ago
Smaine Kahlouch
0c315e0ff4
Merge pull request #174 from jcsirot/jenkins_pipeline
Move common groovy test code for jenkins into git repo and add test r…
8 years ago
Smaine Kahlouch
b7fcabea7b
Merge pull request #175 from Smana/update_ansible_galaxy
update requirements.yml with the new gitlab url
8 years ago
Smaine Kahlouch
999141f0fd
update requirements.yml with the new gitlab url
8 years ago
Jean-Christophe Sirot
f5f6e44369
Move common groovy test code for jenkins into git repo and add test result matrix
8 years ago
Smaine Kahlouch
0c2183c10a
Merge pull request #173 from Smana/redirect_to_docs
redirecting to new doc page
8 years ago
Smana
cd38ecc378
redirecting to new doc page
8 years ago
Antoine Legrand
1771f18437
Merge pull request #171 from kubespray/uploads_bin
Uploads bin
8 years ago
Antoine Legrand
72807965a8
Upload files to a separate storage
8 years ago
Antoine Legrand
611c7744a1
Remove submodules
8 years ago
Antoine Legrand
9baf9e569b
Merge pull request #169 from kubespray/flannel_backend_option
flannel backend type option
8 years ago
Smana
ede3aad2ab
flannel backend type option
8 years ago
Smaine Kahlouch
143a75ccde
Merge pull request #167 from kubespray/upgrade_calico_v0.17.0
upgrade calicoctl to v0.17.0
8 years ago
Smana
62218c1497
upgrade calicoctl to v0.17.0
8 years ago
Antoine Legrand
8a238cda3d
Create LICENSE
8 years ago
Smaine Kahlouch
706d8c7968
Merge pull request #165 from kubespray/option_proxy_mode
adding option --proxy-mode for kubeproxy
8 years ago
Smana
cb3cc6f523
adding option --proxy-mode for kubeproxy
8 years ago
Smaine Kahlouch
87fd8415da
Merge pull request #163 from Smana/upgrade_kube_v1.1.8
Upgrade kuberenetes to v1.1.8
8 years ago
Stig Telfer
edcd5bf67f
Provide a non-default hostname for CoreOS systems.
A freshly-installed CoreOS system does not always have a hostname configured.
This causes problems for etcd and BGP mesh configuration for Calico.
Assign the Ansible inventory name as hostname as part of CoreOS bootstrap,
if the hostname is the default ("localhost").
8 years ago
Smana
9528caa1d7
Upgrade kuberenetes to v1.1.8
8 years ago
Smaine Kahlouch
3f32e5973f
Merge pull request #158 from Smana/calico_nat_outgoing_opt
calico: enabling nat outgoing by default
8 years ago
Antoine Legrand
a17e466a29
Merge pull request #162 from oneswig/master
On CoreOS, /etc/hosts does not always exist.
8 years ago
Stig Telfer
ff03c82151
On CoreOS, /etc/hosts does not always exist.
8 years ago
Smana
152c409022
calico: enabling nat outgoing by default
8 years ago
Antoine Legrand
a46d4efba6
Merge pull request #156 from Smana/coreos_support
CoreOS support (Calico, Flannel, Weave)
8 years ago
Smana
fca384e24c
first version of CoreOS on GCE
Please enter the commit message for your changes. Lines starting
8 years ago
Antoine Legrand
ec64eda2bc
Merge pull request #152 from rsmitty/issue-151
confirmed working change to mktemp command
8 years ago
Spencer Smith
20adb604cc
confirmed working change to mktemp command
8 years ago