From 2947a25e55bc1e8f0de0be00160d34e6bb29cdbe Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 18 Jan 2022 15:19:31 +0000 Subject: [PATCH] tweak grammers --- content/blog/ci-shootout-conclusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/ci-shootout-conclusion.md b/content/blog/ci-shootout-conclusion.md index 9e5ad96e..825cedeb 100644 --- a/content/blog/ci-shootout-conclusion.md +++ b/content/blog/ci-shootout-conclusion.md @@ -256,7 +256,7 @@ Container creation on Tekton and Argo Workflows _just works_, which is exactly w There is a question of build history and Kubernetes' underlying etcd storage: sooner or later you'll need to archive build logs off to external storage, because etcd wasn't designed to store large volumes of text. -There's one other problem with being Kubernetes-based - what happens if you don't have a Kubernetes cluster? What if you're writing a pipeline to _create_ a Kubes cluster? I've genuinely been in a conversation with platform engineers who have never known a world before Kubernetes, who are mystified how to do CI without a Kubernetes cluster. +There's one other problem with being Kubernetes-based - what happens if you don't have a Kubernetes cluster? What if you're writing a pipeline to _create_ a Kubes cluster? Some of us have genuinely been in a conversation with platform engineers who never knew a world before Kubernetes, and who are mystified how to do CI without a Kubernetes cluster. ### Webhooks, public internet access