From 4accf87bff5f1f7c84618211574f85bc23588136 Mon Sep 17 00:00:00 2001 From: Miren Esnaola Date: Fri, 20 Jan 2023 13:55:53 +0100 Subject: [PATCH] Updated hybrid GKE readme --- blueprints/apigee/hybrid-gke/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/blueprints/apigee/hybrid-gke/README.md b/blueprints/apigee/hybrid-gke/README.md index 305897162..ae5c03648 100644 --- a/blueprints/apigee/hybrid-gke/README.md +++ b/blueprints/apigee/hybrid-gke/README.md @@ -25,7 +25,11 @@ The diagram below depicts the architecture. terraform apply ``` -Create an A record in your DNS registrar to point the environment group hostname to the public IP address returned after the terraform configuration was applied. You might need to wait some time until the certificate is provisioned. + Create an A record in your DNS registrar to point the environment group hostname to the public IP address returned after the terraform configuration was applied. You might need to wait some time until the certificate is provisioned. + +5. Install Apigee hybrid using de ansible playbook that is in the ansible folder by running this command + + ansible-playbook playbook.yaml -vvvß ## Testing the blueprint