From c00b855101a8c32eb10300f6dff9567f0f377959 Mon Sep 17 00:00:00 2001 From: Alexei Ledenev Date: Wed, 30 Mar 2022 16:08:47 +0300 Subject: [PATCH] update example --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1542b4a..cd0f184 100644 --- a/README.md +++ b/README.md @@ -270,8 +270,6 @@ Run a new K8s Pod with K8s ${KSA_NAME} Service Account: ```sh # run a pod (with AWS CLI onboard) in interactive mod -kubectl run -it --rm --generator=run-pod/v1 --image mikesir87/aws-cli --serviceaccount ${KSA_NAME} test-pod - cat << EOF | kubectl apply -f - apiVersion: v1 kind: Pod