From e9f496ac5007ae3404fc4e6a576d07976ce593a5 Mon Sep 17 00:00:00 2001 From: Ato Araki Date: Thu, 29 Mar 2018 18:07:28 +0900 Subject: [PATCH] Fix path default-http-backend.yaml sed: can't read default-http-backend.yaml: No such file or directory --- deploy/glbc/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/glbc/script.sh b/deploy/glbc/script.sh index da9c38e675..aa54893e8f 100755 --- a/deploy/glbc/script.sh +++ b/deploy/glbc/script.sh @@ -210,7 +210,7 @@ while true; do done # Recreates the deployment and service for the default backend. -sed -i "/name: http/a \ \ \ \ nodePort: ${NODE_PORT}" default-http-backend.yaml +sed -i "/name: http/a \ \ \ \ nodePort: ${NODE_PORT}" yaml/default-http-backend.yaml kubectl create -f yaml/default-http-backend.yaml if [[ $? -eq 1 ]]; then