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
qvicksilver
ac2135e450
Fix recover-control-plane to work with etcd 3.3.x and add CI ( #5500 )
* Fix recover-control-plane to work with etcd 3.3.x and add CI
* Set default values for testcase
* Add actual test jobs
* Attempt to satisty gitlab ci linter
* Fix ansible targets
* Set etcd_member_name as stated in the docs...
* Recovering from 0 masters is not supported yet
* Add other master to broken_kube-master group as well
* Increase number of retries to see if etcd needs more time to heal
* Make number of retries for ETCD loops configurable, increase it for recovery CI and document it
4 years ago
rptaylor
68c8c05775
improve documentation about user account and connecting to API ( #5415 )
* improve documentation about user acct and connecting to API
* fix lint
4 years ago
Sergey
14b1cab5d2
force rotate control plane certifcate on master node when upgrade cluster ( #5596 )
4 years ago
Florian Ruynat
e570e2e736
Remove last rkt references ( #5606 )
4 years ago
Fabiano Tessarolo
16fd2e5d68
Fix etcd deployment type variable location ( #5587 )
On deployments types where etcd server is splitted from Kube Master, the deployment fails since it cannot find the variable.
4 years ago
Preslav Draganov
422b25ab1f
Bind Docker service to containerd.service on versions >=18.09.1 ( #5477 )
4 years ago
rptaylor
b7527399b5
fully clean docker_options from sample inventory ( #5414 )
* comment out docker_options
* fix yamllint
4 years ago
wwgfhf
89bad11ad8
Update PULL_REQUEST_TEMPLATE.md ( #5597 )
4 years ago
aca
9d32e2c3b0
fix duplicates when scheduler_extra_volumes defined ( #5566 )
4 years ago