summaryrefslogtreecommitdiffstats
path: root/vagrant/inventory/group_vars/k8s-cluster.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-10-04Remove default kubespray config valuesVictor Morales1-108/+3
The amount of configuration values included in the KRD is huge and needs to be reduced as minimum possible for showing the features that need to be setup in Kubespray. This change removes the default configuration values and enables NGINX Ingress controller. Change-Id: I8f3f62bf0bbf24f4874657acff575a2819deaede Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-14Bump kubernetes version to v1.11.3Victor Morales1-1/+1
Change-Id: I23289a04ad63da13c51b242f1374c526f4b9e80b Issue-ID: MULTICLOUD-301 Signed-off-by: Victor Morales <victor.morales@intel.com>
2018-08-30Add KRD source codeVictor Morales1-0/+156
This changes includes the source code created for the Kubernetes Reference Deployment(KRD) which helps to provide an automated mechanism to install and configure Kubernetes services required for the MultiCloud/K8s plugin. Change-Id: Ica49566fcd531e25846ed3e5062de2f92ec56f6c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301