From 96955e8fe7e52bf55630ecf2d49eb51333647bfe Mon Sep 17 00:00:00 2001 From: Sebastian Vollath Date: Mon, 17 Jun 2019 12:58:38 +0200 Subject: [PATCH] Update README for EIRINI and up to date versions --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 574cd5c..5f6a8ed 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ The scripts are based on the steps from our official [Documentation](https://www Please follow and check the prerequisites there. Tested with the following versions: -* CAP Deployment Guide - March 25, 2018 -* CAP 1.3.1 (UAA/SCF 2.15.2, Stratos 2.3.0) -* Azure AKS (Kubernetes v1.11.8) -* kubectl (1.10.11+), helm (2.8.2+), azure-cli (2.0.60+) are expected, as well as jq +* CAP Deployment Guide - June 10, 2019 +* CAP 1.4.0 (UAA/SCF 2.16.4, Stratos 2.4.0) +* Azure AKS (Kubernetes v1.11.9) +* kubectl (1.10.11+), helm (2.8.2+), azure-cli (2.0.65+) are expected, as well as jq # Configuration files @@ -65,7 +65,7 @@ Starting deployment "CAP-AKS-2019-04-10_16h05_test3" with "test3.conf" Logfile: CAP-AKS-2019-04-10_16h05_test3/deployment.log Created resource group: test3-cap-aks Created AKS cluster: test3 in MC_test3-cap-aks_test3_westeurope -Orchestrator: Kubernetes 1.11.8 +Orchestrator: Kubernetes 1.11.9 Azure VM type: Standard_DS4v2, Premium Storage: True Fetched kubeconfig Set swapaccount=1 on: aks-test3-37306405-0 @@ -165,6 +165,15 @@ This script cleans up the DNS records for your configuration, or even delete eve # Notes +## Experimental support for EIRINI + +EIRINI is an alterantive application runtime to diego. When set (CAP_APP_RUNTIME=eirini) +deploy_cap_aks_cluster.sh will also skip enabling "swapaccount" for the AKS nodes. Also DNS related scripts +rely on the correct CAP_APP_RUNTIME variable. +If you've prepared an AKS cluster for EIRINI, you can't successfully run SCF with diego on that cluster +unless you enabled "swapaccount" and adjusted DNS manually. +Therefore it's recommended to use separated clusters/configs for either "diego" or "eirini". + ## Unsupported "AZ_LOAD_BALANCER=azure" Configuring "AZ_LOAD_BALANCER=azure" will manually create a load balancer and network security group within Azure (with `az network lb create`, aso.).