From e8d06797a002993635992be5e7b1599b5a981daf Mon Sep 17 00:00:00 2001 From: maxkernbach Date: Mon, 17 Jun 2019 18:15:48 +0200 Subject: [PATCH] Fix typos --- docs/design/acceptance_test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/acceptance_test.md b/docs/design/acceptance_test.md index 7da70a0b0..c1d7d2163 100644 --- a/docs/design/acceptance_test.md +++ b/docs/design/acceptance_test.md @@ -10,8 +10,8 @@ Before the test, record the following parameters for the platform the test is ex - Name of the platform - Version of the platform -- Upstream Kubernetes version used by the platform (run `kubctrl version`) -- Number of nodes used by the Kubernetes cluster (run `kubectrl get node`) +- Upstream Kubernetes version used by the platform (run `kubectl version`) +- Number of nodes used by the Kubernetes cluster (run `kubectl get node`) - `StorageClasses` provided by the platform (run `kubectl get storageclass`) - Does the platform use RBAC? (run `kubectl describe clusterrolebinding`) - Does the platform support services of type `LoadBalancer`?