Anton Kulikov
ed12936be2
Add missing RBAC rule #6116 ( #6121 )
4 years ago
Florian Ruynat
7c00ce5f30
Update metrics-server tag and template ( #6090 )
4 years ago
Florian Ruynat
c87bd53352
Update calico to 3.14.0 ( #6120 )
4 years ago
Andrew DeMaria
af1c93cdfc
Add option to expose metrics on separate port ( #6092 )
4 years ago
petruha
9ce7fc9b2c
Create namespace when dashboard deployment uses customized namespace. ( #6107 )
* Create namespace when dashboard deployment uses customized namespace.
* Fix syntax.
4 years ago
Florian Ruynat
b6243bfc1c
Fix ImagePullPolicy missing variable usage ( #6091 )
4 years ago
Maxime Guyot
21ea079896
Disable OVH CI ( #6114 )
4 years ago
Florian Ruynat
93579773d6
Cleanup kubernetes 1.15.x hashes (and references) as it has now reached EOL ( #5876 )
4 years ago
Florian Ruynat
0bd23f720d
Fix docker fedora packages ( #6097 )
4 years ago
Florent Monbillard
dca3bf0e80
Fix first etcd member exclusion in host group pattern ( #6109 )
4 years ago
Florian Ruynat
c605a05c6b
Update coredns to 1.6.7 ( #6086 )
4 years ago
Florian Ruynat
c44f13114f
Allow containerd runtime with fedora os (30/31) - add CI test ( #6094 )
4 years ago
lukasz bielinski
ef7076e36f
fix expected str instance, float found #6078 ( #6103 )
4 years ago
Florent Monbillard
324106e91e
Remove Kubernetes <1.16 conditionals ( #6088 )
4 years ago
Florent Monbillard
218b2a5992
Workaround about inconsistent CRI-O YUM repo path on Kubic repos ( #6101 )
4 years ago
Florian Ruynat
61e7afa9f0
Fix some typos and outdated docs ( #6071 )
4 years ago
Victor Morales
367566adaa
Fix kubernetes-dashboard template identation ( #6066 )
The 98e7a07fba
commit udpates the
dashboard version to 2.0.0 but it enable skip login flag wasn't
updated. This change updates its identation to avoid issues when
dashboard_skip_login is enabled.
4 years ago
Florian Ruynat
c06f482901
Update default kubernetes version to 1.18.2 ( #6064 )
4 years ago
Florian Ruynat
965fe1db94
Update cni spec to 0.4.0 for network plugin allowing it ( #6053 )
4 years ago
Florian Ruynat
f6be326feb
Update kube-ovn to 1.1.1 ( #6060 )
4 years ago
Michael Sheinberg
c58e5e80ce
Bump pypy to 7.3.1, verify hash ( #6070 )
As of pypy 7.3.0, we can utilize the official pypy project as opposed to
the previously used "portable-pypy" distribution.
4 years ago
Maxime Guyot
641a2a8bb4
Skip molecule tests for Ubuntu 18.04 ( #6077 )
4 years ago
Florian Ruynat
7d497e46c5
Update calico to 3.13.3 ( #6061 )
4 years ago
Kenichi Omichi
d414588a47
Azure: Rename apply-rg_2.sh to apply-rg.sh ( #6049 )
apply-rg.sh was for Azure command version 1("azure" command) and the
command is old and version 2("az" command) is officially used today.
apply-rg_2.sh was for the version 2. In addition, the README[1] says
we need to run apply-rg.sh for applying templates.
This renames apply-rg_2.sh to apply-rg.sh for common usages of the
version 2.
[1]: https://github.com/kubernetes-sigs/kubespray/tree/master/contrib/azurerm#generating-and-applying
4 years ago
Florian Ruynat
79de8ff169
Replace "replicas" option (CI tests) removed in latest k8s versions ( #6068 )
4 years ago
Florian Ruynat
38daee41d5
Reorder tests in packet file ( #6067 )
4 years ago
Florian Ruynat
f8f55bc413
Update cilium to 1.7.3 ( #6069 )
4 years ago
Maxime Guyot
7457ce7f2d
Update Kubespray CI image to v2.13.0 ( #6062 )
4 years ago
Maxime Guyot
01dbc909be
Make Vagrant CI use unsafe I/O ( #6058 )
4 years ago
Kenichi Omichi
0512c22607
Update contrib/azurerm/README.md ( #6057 )
The ansible-playbook needs to ssh-login to Azure virtual machines with
ssh keypair, and users need to specify ssh_public_keys for their own
ssh public key. The change of ssh_public_keys is mandatory.
So this updates contrib/azurerm/README.md to explain that.
In addition, the path of all.yml was wrong. That also is updated with
this.
4 years ago
Kenichi Omichi
f0d5a96464
Update deprecated command in azure script ( #6056 )
apply-rg_2.sh uses 'az group deployment' command but the command is
deprecated like the following warning message:
"This command is implicitly deprecated because command group
'group deployment' is deprecated and will be removed in a future release.
Use 'deployment group' instead."
This updates these deprecated commands.
FYI: The command has been deprecated since [1] on azure-cli side.
[1]: 991cb7cc7c (diff-2057bbb8441166e4910b34b09d22b58cR222)
4 years ago
Florian Ruynat
361645e8b6
Fix multus missing cni and erroneous CI tests ( #6051 )
4 years ago
Maxime Guyot
353d44a4a6
Add CI var for http_proxy ( #6039 )
4 years ago
qvicksilver
680aa60429
Specify tag for OpenStack Cloud Controller image ( #6048 )
4 years ago
Kenichi Omichi
6b3cf8c4b8
Update azure with az command ( #6042 )
As the download page[1], the command name is "az", not "azure". This
replaces "azure" command with "az" command for fixing it.
In addition, "az account list-locations" is correct command line to
know available location as [2].
[1]: https://docs.microsoft.com/en-gb/azure/xplat-cli-install
[2]: https://docs.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest#az-account-list-locations
4 years ago
qvicksilver
e41766fd58
Fix broken Octavia integration in OpenStack External Cloud Provider ( #6046 )
4 years ago
Maxime Guyot
e4c820c35e
Add molecule tests to containerd role ( #6037 )
4 years ago
Joel Seguillon
db5f83f8c9
update dashboard access doc for 2.0.x ( #6036 )
* update dashboard access doc for 2.0.x
* make metrics scrapper system-cluster-critical
4 years ago
Maxime Guyot
412d560bcf
Add CI for 16x ubuntu servers ( #6040 )
4 years ago
Florian Ruynat
a468954519
Fix default value for standalone tests ( #6043 )
4 years ago
Lee Spottiswood
a3d3f27aaa
allow dns autoscaler limits to be specified via variables ( #6020 )
4 years ago
Florian Ruynat
72b68c7f82
Update spray version in ci/dockerfile ( #6041 )
4 years ago
Maxime Guyot
28333d4513
Fix crio runc path on Ubuntu ( #6035 )
4 years ago
Florent Monbillard
ed8c0ee95a
Add EppO to the reviewers group ( #6034 )
4 years ago
Hugo Blom
724a316204
Cinder-CSI default storageclass and volumeBindingMode ( #6026 )
* Set volumeBindingMode in cinder CSI template (#22 )
* make sure true/false is lowercase in cinder-csi storageclass
4 years ago
marcosfsch
d70cafc1e4
vagrant: Add Flatcart images ( #6029 )
4 years ago
Hugo Blom
18c8e0a14a
rename mitogen playbook inside makefile ( #6025 )
4 years ago
Florian Ruynat
3ff6a2e7ff
Update default (erroneous) backend value for calico ( #6031 )
4 years ago
Florian Ruynat
1ee3ff738e
Add option to enable usage reports to calico servers ( #6030 )
4 years ago
Qasim Sarfraz
52edd4c9bc
Fix liveness probe for cilium operator ( #6016 )
4 years ago