Kubernetes Prow Robot
62b418cd16
Use 'k8s.gcr.io' instead of 'gcr.io/google-containers' ( #5709 )
Ref: kubernetes/kubeadm/issues/2051
See: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/kubernetes-sig-release/ew-k9PEBckQ/T7dFepHdCAAJ
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
4 years ago
Kubernetes Prow Robot
5361cc075d
Use the v2.12.3 docker image for CI ( #5712 )
4 years ago
Kubernetes Prow Robot
be12164290
Add option and defaults to configure metrics exporting in containerd ( #5466 )
* Add metrics exporting in containerd config
* Add containerd.yml with containerd configuration example to the sample group_vars
4 years ago
Arthur Outhenin-Chalandre
588896712e
Fix kube-router config generation ( #5531 )
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
4 years ago
Steven Reitsma
6221b94fdf
Fix variable naming bug in OpenStack CCM ( #5702 )
4 years ago
Steven Reitsma
efef80f67b
Add support for HA deployment of OpenStack Cinder CSI plugin ( #5691 )
4 years ago
Hugo Blom
0c1a0ab966
implement max-volumes for cinder csi ( #5666 )
4 years ago
Sergey
678ed5ced5
fix upgrade procedure when in playbook ( #5695 )
exists role kubernetes/preinstall and not exists role container-engine
error 'yum_repo_dir' is undefined
4 years ago
Lovro Seder
7f87ce0362
Upgrade container-engine after draining ( #5601 )
* Run 'container-engine' after drain.
Move possibly disruptive role 'container-engine' to run after the node
is drained.
As that role have to be run on non-cluster nodes as well (etcd and
calico-rr), and those nodes are not drained, add play for that case.
* Check if api is up before upgrade.
If container engine is restarted in previous role, api controller can
take some time to start. This check ensures api is up before upgrade.
4 years ago
Steven Reitsma
d1acf7f192
Add additional configuration options to external Openstack CCM ( #5661 )
- Add support for manage-security-groups flag
- Add support for internal-lb flag
4 years ago
Hugo Blom
171d2ce59c
Implement topology support for Cinder CSI ( #5667 )
* make cinder csi topology aware
* change feature description do better reflect whats being done
* remove sameas true since it isn't required
4 years ago
Nguyen Hai Truong
c6170eb79d
docs: fix some typos ( #5618 )
Although it is spelling mistakes, it might make affect while reading.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
4 years ago
Moritz Graf
d2c44dd4df
Modifying Ansible filter 'failed' according to Ansible 2.5 porting guide ( #5678 )
4 years ago
Qingkun Li
9b7090ca1d
add mangle table in the iptable flush task ( #5672 )
When kube-router is used as cni, rules might be added to the mangle table
to support external IPs. Therefore, mangle table should be flushed during
reset as well.
4 years ago
Sergey
ee8e88b111
Require a complete inventory with all variables in the bugreport ( #5655 )
4 years ago
Hugo Blom
a901b1f0d7
convert volumes to dynamic blocks, openstack ( #5673 )
4 years ago
Victor Morales
82efd95901
Remove dockerproject_.+_repo_.+ variables ( #5662 )
This 38688a4486
change replaces the
value for dockerproject_.+_repo_.+ docker variables but their new
value was previously defined in other variables. This change removes
the dockerproject_.+_repo_.+ docker variables in favor of the older
ones.
4 years ago
Hoat Le
4c803d579b
@ #5008 | Local path provisioner boolean annotation is rendered incorrectly and not applied ( #5669 )
4 years ago
keyboardfann
b34ec6c46b
Enhance ha document ( #5664 )
* Fix HAproxy config to avoid client offered only unsupported versions error
* Add HAproxy SSL check interval
* Fix ha mode document markdown
4 years ago
Javeria Khan
6368c626c5
Ignore assertion comparison for kube_network_node_prefix when using calico ( #5632 )
* Fix incorrect assertion comparison for kube_network_node_prefix
* Ignore assertion comparison for kube_network_node_prefix when using calico
* Adding more var docs description for kube_network_node_prefix
* Fixing trailing whitespaces
4 years ago
Erwan Miran
a5445d9c5c
Add stable repo on all masters with helm 3.x.x ( #5659 )
4 years ago
Adrien Gooris
da86457cda
remove unused var 'kube_apiserver_admission_control' ( #5648 ) ( #5651 )
4 years ago
Lovro Seder
eb00693325
Do not display skipped hosts/tasks. ( #5620 )
Replace deprecated callback plugin `skippy` with `default`, which
also supports ignoring skipped hosts.
4 years ago
Chad Swenson
a15a0b5eb9
Make calico iptables lock timeout configurable ( #5658 )
Adds `calico_iptables_lock_timeout_secs` variable to calico DS yaml.
4 years ago
Ali Sanhaji
646fd5f47b
External OpenStack Cloud Controller Manager implementation ( #5491 )
* External OpenStack Cloud Controller Manager implementation
* Adding controller image tag
* Minor fixes
* Restructuring the external cloud controller to work with KubeADM
4 years ago
rptaylor
277b347604
add az_list_node variable to specify different AZs for kubelets ( #5413 )
* rebase and add az_list_node variable to specify different AZs for kubelets
* fix missing variable name change
4 years ago
Sergey
12bc634ec3
helm default version 3.1.0 ( #5634 )
* helm default version 3.1.0
* fix newline
try to retest2
4 years ago
Jin Hase
769e54d8f5
Fix a typo in integration.md ( #5616 )
4 years ago
MarkusTeufelberger
ad50bc4ccb
Cache facts for 2 hours ( #5633 )
Sets a 2 hour timeout value for facts caching.
4 years ago
Sylvain Chateau
0ca7aa126b
added "Flatcar", "Flatcar Container Linux by Kinvolk" for all coreOS role ( #5607 )
4 years ago
Woohyung Han
d0d9967457
Fix to Vagrant config.rb apply correctly ( #5525 )
4 years ago
Manuel Cintron
b51b52ac0e
Fixing and issue where if the pids in the orphan list no longer exist then all systemd child processes would be killed. ( #5636 )
4 years ago
Sergey
36c1f32ef9
remove legacy docker repo in kubernetes/preinstall before any packages installed ( #5640 )
4 years ago
Steven Reitsma
fa245ffdd5
Fix some minor issues with the Cinder CSI plugin ( #5561 )
Add Cinder images to download role
4 years ago
Erwan Miran
f7c5f45833
Ability to define plugins.cri.containerd params ( #5624 )
* Ability to define plugins.cri.containerd params
* addition of containerd field commented as an example
* documentation of containerd_config
4 years ago
lcooper40
579976260f
Added in code to allow control over pull policy for local path provis… ( #5334 )
* Added in code to allow control over pull policy for local path provisioner
* change to imagePullPolicy to use globally used variable k8s_image_pull_policy
* removed unusued variable from defaults
* updated contiv-etcd and cinder-csi-controllerplugin to use k8s_image_pull_policy variable
4 years ago
Ali Sanhaji
d56e9f6b80
Fix Cinder CSI bugs ( #5492 )
4 years ago
Brendan Creane
57b0b6a9b1
update Calico CNI description ( #5523 )
4 years ago
Flowkap
640190217d
UPdate docs to match actuall required settings to perform an unsafe upgrade using cluster.yml playbook. Relates to https://github.com/kubernetes-sigs/kubespray/issues/4736 and https://github.com/kubernetes-sigs/kubespray/issues/4139 ( #5609 )
4 years ago
Thomas Ziegler
a08f485d76
updated links in the PR template ( #5614 )
4 years ago
Quan Hoang
f6b66839bd
Use 'private_dns' as hostname in inventory file ( #5463 )
4 years ago
Erwan Miran
26700e7882
kubelet_config_extra_args and kubelet_node_config_extra_args ( #5623 )
* Introduce kubelet_config_extra_args and kubelet_node_config_extra_args to pass params to kubelet via YAML config
* kubelet_config_extra_args is not the alternative
4 years ago
Florian Ruynat
d86229dc2b
Upgrade cri-tools (crictl) to 1.17.0 ( #5629 )
4 years ago
Florian Ruynat
f56171b513
Remove old features gates ( #5608 )
4 years ago
Nguyen Hai Truong
516e9a4de6
Securing http link to https link ( #5617 )
Fix http link to https link for security
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
4 years ago
Thomas Ziegler
765d907ea1
added reference to calico_ip_auto_method in sample inventory group vars ( #5612 )
4 years ago
Bort Verwilst
287421e21e
Set helm 3.0 as default ( #5503 )
* set helm 3.0 as default
* remove trainling space in vars.yml
* switched to helm 3.0.3
4 years ago
fktkrt
2761fda2c9
Update bug-report.md ( #5585 )
4 years ago
Erwan Miran
339e36fbe6
Files to archive can be passed directly ( #5571 )
4 years ago
Arthur Outhenin-Chalandre
5e648b96e8
Fix default value of kube_api_server_endpoint ( #5529 )
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
4 years ago