From e2424330375893170d964bf050eed3abc0f27ec8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 20 Apr 2020 22:32:58 +0800 Subject: [PATCH] typo of scalability --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index bd192ca..0d753c9 100755 --- a/start.sh +++ b/start.sh @@ -79,7 +79,7 @@ deploy_containers() { # Simple Use Case echo read_color "Once we have shared some container images, how do we deploy them in production?" - read_color "There are often scalibility, and high availability requirements right?" + read_color "There are often scalability, and high availability requirements right?" read_color "We need to get to an enterpise Kubernetes platform like OpenShift" read_color "But, how do we get from Podman to Kubernetes?" read_color "Easy, with a feature called 'podman generate kube'"