- Sep 03, 2020
-
-
Hugo Blom authored
Add snapshot-controller for CSI drivers and snapshot CRDs, add a default volumesnapshotclass when running cinder CSI (#6537) * add snapshot-controller and v1beta1 snapshot api * fix typo * udpate manifest to v1beta1 * update * update manifests * fix spelling * wait until crd is applied * fix missing info in kube module * revert snapshotclass * add snapshot crds before applying the csi driver * add crds, missed them in last commit * use pull policy from kubespray
-
Hans Feldt authored
* Update CustomResourceDefinition for kubecontrollersconfigurations.crd.projectcalico.org to v1 * Align ClusterRole for kube-controllers with upstream (calico)
-
- Aug 31, 2020
-
-
Marc-Antoine authored
* Add support for openstack application credentials * Add some lines for readability * Update external_openstack_tenant_id check Do not check external_openstack_tenant_id when application credentials are defined * Add check for external_openstack_domain_id * Fix typo
-
- Aug 28, 2020
-
-
Barry Melbourne authored
-
Maxime Guyot authored
-
- Aug 27, 2020
-
-
Florian Ruynat authored
-
Barry Melbourne authored
-
Arthur Outhenin-Chalandre authored
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Aug 21, 2020
-
-
Marc-Antoine authored
-
- Aug 20, 2020
-
-
Barry Melbourne authored
-
- Aug 06, 2020
-
-
Barry Melbourne authored
* Upgrade JetStack Cert-Manager to v0.15.2 * Add README.md table of contents
-
- Aug 05, 2020
-
-
Mike Williams authored
* Option for MetalLB to talk BGP * Check for BGP peers when metallb_protocol is bgp * README clarification * Commented values as documentation only in the sample inventory * layer 2 or BGP, not both
-
- Aug 04, 2020
-
-
bozzo authored
-
Steven Reitsma authored
-
- Jul 31, 2020
-
-
Kuralamudhan Ramakrishnan authored
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
-
- Jul 30, 2020
-
-
Vladimir Masarik authored
-
Samuel Liu authored
-
- Jul 28, 2020
-
-
Maxime Guyot authored
-
- Jul 27, 2020
-
-
Maxime Guyot authored
-
Hugo Blom authored
-
- Jul 17, 2020
-
-
Arthur Outhenin-Chalandre authored
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Jul 15, 2020
-
-
Kenichi Omichi authored
I'd like to review PRs related to metallb addon as possible to make it better, and it would be easy to track related PRs if becoming the reviewer.
-
- Jul 13, 2020
-
-
Steven Reitsma authored
Add proper RBAC for new csi-attacher version
-
petruha authored
-
- Jul 07, 2020
-
-
spaced authored
-
- Jul 02, 2020
-
-
Kenichi Omichi authored
Recently MetalLB becomes one of addons with renaming the options. This updates MetalLB README.md for this change.
-
- Jul 01, 2020
-
-
nurekage authored
-
Paul Rey authored
Add additional metadata configuration options to external Openstack CCM (kubernetes-sigs#6338) (#6339) * Add additional metadata configuration option to external Openstack CCM (kubernetes-sigs#6338) * Set the variable external_openstack_metadata_search_order undefined by default
-
- Jun 30, 2020
-
-
Florian Ruynat authored
-
Kenichi Omichi authored
This changes MetalLB contrib to one of addons for deploying MetalLB with Kubernetes cluster deployment. By the default, Kubespray doesn't deploy MetalLB addon.
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
- Jun 26, 2020
-
-
Mateus Caruccio authored
-
- Jun 25, 2020
-
-
irizzant authored
-
- Jun 24, 2020
-
-
Alvaro authored
Support for Ambassador OSS as an Ingress Controller when settings `ingress_ambassador_enabled: true`. Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
-
- Jun 22, 2020
-
-
Pasquale Toscano authored
* Install Kata Containers as additional container runtime * Create RuntimeClasses for Kata Containers * Updated Vagrant to optionally run without Docker as container manager * Updated Vagrant to optionally use Libvirt nested virtualization * Add Kata Containers documentation * Fix lint errors * Add kata_containers_enabled to kubespray-defaults * Fixed typo error * Fixed typo error
-
- Jun 16, 2020
-
-
Florian Ruynat authored
-
Kenichi Omichi authored
We need to specify either external_openstack_tenant_name or external_openstack_tenant_id. Those values were checked by seeing they are defined or they have actual values separately. However those values are always defined because of the following code of openstack/defaults/main.yml: external_openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')| default(lookup('env','OS_PROJECT_ID'),true) }}" external_openstack_tenant_name: "{{ lookup('env','OS_TENANT_NAME')| default(lookup('env','OS_PROJECT_NAME'),true) }}" So even if not specifying both values, those checks could not detect the misconfiguration. This fixes this to detect the misconfiguration.
-
- Jun 12, 2020
-
-
Kenichi Omichi authored
On OpenStack history, we used to call "tenant" for separeted namespace. However we use "project" now instead. Then we have replaced "tenant" with "project". Then all "TENANT" variables also are renamed to "PROJECT". This makes Kubespray search "PROJECT" variable also for newer OpenStack clouds.
-
- Jun 09, 2020
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-