From 44e84c5f230b3855ebd986cf0ea46d860c4a8ae1 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sun, 14 Jul 2019 17:33:54 -0700 Subject: [PATCH] Typo fix --- slides/k8s/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/operators.md b/slides/k8s/operators.md index fdf6bbf6..46eb526d 100644 --- a/slides/k8s/operators.md +++ b/slides/k8s/operators.md @@ -302,7 +302,7 @@ Now, the StorageClass should have `(default)` next to its name. - Retrieve the NodePort that was allocated: ```bash - kubectl get svc cerebreo-es + kubectl get svc cerebro-es ``` - Connect to that port with a browser