Matthew Mosesohn
03bcfa7ff5
Stop templating kube-system namespace and creating it ( #2545 )
Kubernetes makes this namespace automatically, so there is
no need for kubespray to manage it.
6 years ago
Andreas Kruger
af5f376163
Revert
6 years ago
woopstar
004b0a3fcf
Fix merge conflict
6 years ago
Chen Hong
4a705b3fba
May vault health check needs delay
6 years ago
陈宏
4d85e3765e
remove redundancy code
6 years ago
Vladimir Vasilkin
f0a04b4d65
wait 5 * 4 secs until Tiller starts
6 years ago
Vladimir Vasilkin
760ca1c3a9
adding checking for prometheus_operator_enabled
6 years ago
Vladimir Vasilkin
23b3833806
running on the first master only.
6 years ago
Kuldip Madnani
daeeae1a91
Added retries in pre-upgrade.yml and retries while applying kube-dns.yml ( #2553 )
* Added retries in pre-upgrade.yml and retries while applying kube-dns.yml
* Removed trailing spaces
6 years ago
georgejdli
c8f857eae4
configure kubespray to sign service account tokens with a dedicated and stable key
6 years ago
Kuldip Madnani
9ebbf1c3cd
Added a fix in openssl.conf template to check if IP of loadbalncer is available or not.
6 years ago
Chad Swenson
ef7f5edbb3
Remove old docker packages and other docker upgrade fixes ( #2536 )
* Remove old docker packages
This removes docker packages that are obsolete if docker-ce packages are to be installed, which fixes some package conflict issues that can occur during upgrades.
* Add support for setting obsoletes=0 when installing docker with yum
6 years ago
woopstar
0b5404b2b7
Fix
6 years ago
Vladimir Vasilkin
19e1b11d98
prometheus operator, metrics for k8s cluster
install using Helm:
- Prometheus Operator
- metrics for k8s cluster including: grafana dashboard, alertmanager, node exporters
base project:
https://github.com/coreos/prometheus-operator
the issue:
https://github.com/kubernetes-incubator/kubespray/issues/2042
Previous PR, raw ansible without Helm:
https://github.com/kubernetes-incubator/kubespray/pull/2499
6 years ago
woopstar
0df32b03ca
Update openssl.conf to count better and work with Jinja 2.9
6 years ago
Matthew Mosesohn
72a4223884
Write cloud-config during kubelet configuration
This file should only be updated during kubelet upgrade so that
master components are not accidentally restarted first during
preinstall stage.
6 years ago
Wong Hoi Sing Edison
848fc323db
Fixup for #2523 :
- Rename template for /etc/cni/net.d/00-weave.conflist to 00-weave.conflist.j2
- Apply resources requests/limits to both container weave and weave-npc
6 years ago
avoidik
e375678674
Set exact user for Kubelet services
6 years ago
Sergey Bondarev
4f7479d94d
add etc tunning options
https://coreos.com/etcd/docs/latest/tuning.html
etcd_snapshot_count
and
ionice priority
6 years ago
Michael Zehrer
b8d1652baf
Remove kibana_base_url
The default for kibana_base_url does not make sense an makes kibana unusable. The default path forces a 404 when you try to open kibana in the browser. Not setting kibana_base_url works just fine.
6 years ago
Dann Bohn
1d0415a6cf
fixes typo in kube_override_hostname for kubeadm
6 years ago
Wong Hoi Sing Edison
3f5c60886b
Upgrade Weave to 2.2.1
- Fix #2414 , so namespace isolation should now works
- Update weave-net.yml.j2 as per latest https://cloud.weave.works/k8s/net
- Other minor fixup
6 years ago
Anton Fayzrahmanov
a75598b3f4
IP_AUTODETECTION_METHOD docs
6 years ago
Anton Fayzrahmanov
60a057cace
Update calico-node.yml.j2
6 years ago
Anton Fayzrahmanov
dd9d0c0530
optional calico_ip_auto_method variable with IP_AUTODETECTION_METHOD
can be set to one of
first-found
can-reach
interface
6 years ago
Dann Bohn
9fa995ac9d
only sets nodeName in kubeadm-config when kube_override_hostname is set
6 years ago
Wong Hoi Sing Edison
caec3de364
Updating to use calico-node v2.6.8
6 years ago
Erik Stidham
60bfc56e8e
Update Calico and Canal
- Updating to use calico-node v2.6.7
- A few updates to their manifests too
6 years ago
Wong Hoi Sing Edison
206e24448b
CephFS Provisioner Addon Fixup
6 years ago
Wong Hoi Sing Edison
bb1eb9fec8
Add labels for namespace
6 years ago
Keyvan Hedayati
b0d7115e9b
hswong3i/kubespray#3 : Use {{ cluster_name }} for valid FQDN in REGISTRY_HOST
6 years ago
Wong Hoi Sing Edison
f8ebd08e75
Registry Addon Fixup
6 years ago
Andreas Krüger
405c711edb
Remove v in tag
6 years ago
woopstar
d3780e181e
Switch hyperkube from CoreOS to Google
6 years ago
Erwan Miran
8b71ef8ceb
Labels from role (node-role.k8s.io/node) and labels from inventory are merged into node-labels parameter in kubelet
6 years ago
mirwan
ee8f678010
Addition of the .creds extension to the credentials files generated by password lookup in order for Ansible not to consider them as inventory files with inventory_ignore_extensions set accordingly ( #2446 )
6 years ago
Chad Swenson
c025ab4eb4
Update flannel version to v0.10.0
6 years ago
melkosoft
ae30009fbc
changed version to 1.0.0-rc8
6 years ago
melkosoft
158d775306
changed cilium to 1.0.0-rc7. Set CI to use coreos for cilium test
6 years ago
woopstar
9d540165c0
Set kube_api_aggregator_routing to default false as we use kube-proxy
6 years ago
Bharat Kunwar
13e47e73c8
Update kubeadm-config.yaml.j2
As requested
6 years ago
Bharat Kunwar
6c4e5e0e3d
Update kubeadm-config.yaml.j2
6 years ago
Bharat Kunwar
d2fd7b7462
Update kube-apiserver.manifest.j2
6 years ago
Bharat Kunwar
d9453f323b
Update kube-apiserver.manifest.j2
6 years ago
Bharat Kunwar
b787b76c6c
Update kube-apiserver.manifest.j2
Ensure that kube-apiserver will respond even if one of the nodes are down.
6 years ago
woopstar
a94a407a43
Fix duplicate --proxy-client-cert-file and --proxy-client-key-file
6 years ago
gorazio
96e46c4209
bump after CLA signing
6 years ago
gorazio
aa30fa8009
Add prometheus annotations to spec in ingress
Added annotations from metadata to spec.template.metadata. Without it, pod does not get any annotations, and Prometheus didn't see it
6 years ago
Zobair Shahadat
ebfee51aca
Upgraded kubernetes from 1.9.3 to 1.9.5
6 years ago
Andreas Holmsten
14ac7d797b
Rotate local-volume-provisioner token
When tokens need to rotate, include local-volume-provisioner
6 years ago