elementyang
7c22def422
add etcd_events_access_address
6 years ago
Rong Zhang
87e49f0055
Merge pull request #2921 from elementyang/index-out-of-range-pr
fix template index out of range for pull images
6 years ago
Matthew Mosesohn
a36e3fbec3
Add rkt gc task ( #2945 )
6 years ago
Derek Lemon
4bceaf77ee
Merge branch 'master' of https://github.com/kubernetes-incubator/kubespray
6 years ago
Rong Zhang
35a3597416
Merge pull request #2941 from amaya382/fix-dns-doc
Fix default value for dns_mode on the document
6 years ago
Miouge1
2a279e30b0
CheckNodePIDPressure is not supported in v1.10
6 years ago
Andreas Holmsten
b900bd6e94
[contrib/terraform/openstack] Add supplementary node groups
* Add supplementary node groups
To add additional ansible groups to the k8s nodes, such as
`kube-ingress` for running ingress controller pods. Empty by default.
6 years ago
southquist
c685dc493f
allow for setting the cacert on openstack cloud provider
6 years ago
amaya
aacc89e4e6
Fix default value for dns_mode on the document
6 years ago
Sascha Marcel Schmidt
8e275ab2bd
change order and validation of bootstrap and rest tasks as well as
volumes
6 years ago
Andreas Krüger
e24f888bc4
Merge pull request #2923 from bradbeam/vaultrkt
Adding uuidfile for rkt based vault to properly cleanup after itself
6 years ago
Sascha Marcel Schmidt
b56f465145
fix creation of heketi volumes and storage provisioning validation
6 years ago
Sascha Marcel Schmidt
74cad6b811
pin versions of container images
6 years ago
Andreas Krüger
3d2ea28c96
Merge pull request #2926 from neith00/coreos_rkt
No need to install rkt on CoreOS
6 years ago
Cédric de Saint Martin
a260412c7e
fluentd daemonset: do not set arbitrary nodeSelector.
6 years ago
Sascha Marcel Schmidt
8ef0cf771f
update link
6 years ago
Sascha Marcel Schmidt
9516170ce5
remove unnecessary become flag
6 years ago
Sascha Marcel Schmidt
5aefa847df
add fences
6 years ago
Sascha Marcel Schmidt
831ef7ea2c
add readme
6 years ago
Sascha Marcel Schmidt
9c7e30e4b4
add sample inventory
6 years ago
Sascha Marcel Schmidt
8c5bfc7718
add debian compatibility
6 years ago
Sascha Marcel Schmidt
61046a6923
move heketi playbook
6 years ago
Sascha Marcel Schmidt
9d2fabc9b9
add heketi/glusterfs as additional contributional network storage
6 years ago
neith00
a643f72d93
No need to install rkt on CoreOS
6 years ago
Aivars Sterns
73a2a18006
Merge pull request #2795 from gfkse/baremetal-override-calico-hostname
Make Calico nodename overridable on bare metal
6 years ago
Rong Zhang
2ef05fb3b7
Merge pull request #2763 from ameukam/update_efk_stack
Update efk stack
6 years ago
Rong Zhang
e06d02365e
Merge pull request #2338 from southquist/template-openstack-storage-class
allow for configurable openstack storage class
6 years ago
elementyang
d6f2dbc723
fix the time of ca files are changed in make-ssl-etcd
6 years ago
Brad Beam
20dba8b388
Adding uuidfile for rkt based vault to properly cleanup after itself
6 years ago
Rong Zhang
f624ba47fb
Merge pull request #2922 from riverzhang/remove-node
Add run_once to remove-node
6 years ago
rongzhang
94aa062d51
Add run_once to remove-node
6 years ago
elementyang
c0935e161b
fix template index out of range for pull images
6 years ago
elementyang
70fbc01cc1
fix etcd_events_access_addresses
6 years ago
Yumo Yang
6c2f169ea2
update test-pr2 ( #2911 )
6 years ago
Rong Zhang
c230e617f0
Merge pull request #2891 from earlruby/fix-python-pip-version-flag-in-readme
Fix the Python and pip version flag in the README
6 years ago
Rong Zhang
1aee6ec371
Merge pull request #2903 from riverzhang/swap
Add manage swap on the worker node
6 years ago
Erwan Miran
d3fdfee211
Only subdirectories in /var/lib/kubelet should be unmounted
6 years ago
rongzhang
3232e2743e
Add manage swap on the worker node
6 years ago
Andreas Krüger
cbb959151c
Merge pull request #2737 from Miouge1/update-scheduler
Update kube-scheduler policy
6 years ago
Andreas Krüger
c3d8b131db
Merge pull request #2801 from dvazar/bugfix/undefined__network_plugin__variable
Fixed "network_plugin" variable
6 years ago
Andreas Krüger
236d1a448d
Merge pull request #2898 from kubernetes-incubator/default_true_authtoken
Enable by default the kubelet token auth
6 years ago
Andreas Krüger
cfd51b1ac7
Merge pull request #2899 from mattymo/etcd_events_var_clarity
Improve variable handling for disabling etcd events cluster
6 years ago
Matthew Mosesohn
61e97251a5
Improve variable handling for disabling etcd events cluster
6 years ago
Antoine Legrand
c192a01b20
Enable by default the kubelet token auth
6 years ago
Henry Finucane
3ad9e9c5eb
Fix #2261 by supporting Red Hat's limited PATH
Red Hat has this theory that binaries in sbin are too dangerous to be on
the default path, but we need them anyway.
RH7 has /sbin and /usr/sbin as symlinks, so that is no longer important.
I'm adding it to the `PATH` instead of making the path to `modinfo`
absolute because I am worried about breaking support for other
distributions.
6 years ago
Earl C. Ruby III
97a05ff34a
Fix the Python and pip version flag in the README
The README says to check if Python and pip are installed type:
```
python -v && pip -v
```
Lowercase `-v` is `--verbose`, uppercase `-V` is `--version`. The
command should be:
```
python -V && pip -V
```
6 years ago
Julien Mailleret
6aaaf4a272
Limit the maximum number of revisions saved per helm release ( #2894 )
* Limit the maximum number of revisions saved per helm release
6 years ago
Andreas Krüger
cd64f41524
Merge pull request #2844 from chechiachang/fix-inconsistent-variable-in-task-name-and-msg
Fix inconsistent variables in task name and task message
6 years ago
Andreas Krüger
df279b1ff6
Merge pull request #2890 from drekle/bugfix/dns-domain-incorrect-for-coredns
CoreDNS uses cluster_name instead of dns_domain
6 years ago
Derek Lemon
aa859bc640
Merge pull request #2 from drekle/configure_openstack_subnet_CIDR
Configure openstack subnet cidr
6 years ago