From 07020331a96dc399443c4d0fda4037b1ce01b60c Mon Sep 17 00:00:00 2001 From: Christophe de Dinechin Date: Tue, 27 Sep 2022 17:36:44 +0200 Subject: [PATCH] Add instructions on how to deploy a single-node cluster locally We have a script that does most of the gruntwork as part of the CI, but can be used locally on a machine to quickly setup a single-node test cluster. Let's document that option. Signed-off-by: Christophe de Dinechin Suggested-by: Tobin Feldman-Fitzthum --- quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstart.md b/quickstart.md index d3f7ee7..1827d25 100644 --- a/quickstart.md +++ b/quickstart.md @@ -39,6 +39,8 @@ Confidential Containers is still maturing. See [release notes](./releases) for c You can enable Confidential Containers in an existing Kubernetes cluster using the Confidential Containers Operator. +If you need to quickly deploy a single-node test cluster, you can use the [run-local.sh script](https://github.com/confidential-containers/operator/blob/main/tests/e2e/run-local.sh) from the operator test suite, which will setup a single-node cluster on your machine for testing purpose. This script requires `ansible-playbook`, which you can install on CentOS/RHEL using `dnf install ansible-core`, and the Ansible `docker_container` module, which you can get using `ansble-galaxy colection install community.docker`. + * *TBD: we will move the below sections to the operator documentation and only refer to that link Installing the operator* *