From 757adfa287c17d925aec7976a86986bd5b52229c Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Fri, 6 Dec 2019 06:39:35 +0900 Subject: Add docs for Kubernetes Runtime Class. (#33) Adds doc to explicitly create the Kubernetes RuntimeClass object needed to use the shim via the Kubernetes API. --- test/e2e/runtimeclass-install.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 test/e2e/runtimeclass-install.sh (limited to 'test/e2e') diff --git a/test/e2e/runtimeclass-install.sh b/test/e2e/runtimeclass-install.sh new file mode 100755 index 000000000..28abbcd00 --- /dev/null +++ b/test/e2e/runtimeclass-install.sh @@ -0,0 +1,33 @@ +#!/bin/bash + +# A sample script to test installing a RuntimeClass + +set -ex + +{ # Step 1: Install a RuntimeClass +cat <