From a2d73896b9e094f585d69c02fc404ccf79b152ef Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 20 Jan 2021 21:37:06 -0700 Subject: [PATCH] Update README Update the README.md file Signed-off-by: Scott Lowe --- kubernetes/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kubernetes/README.md b/kubernetes/README.md index 0fe8ab6..891ed3a 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -4,4 +4,8 @@ The contents of this folder are targeted toward increasing knowledge and underst ## Contents +**capi-kustomize**: This folder provides some files that show the use of `kustomize` with Cluster API manifests. + +**capi-velero**: This folder has files for setting up infrastructure to test Cluster API with Velero for backup/restore of management clusters. + **kubeadm-vagrant**: The files in this folder focus on the use of Vagrant and Ansible to establish an environment for users to experiment with using `kubeadm` to bootstrap a Kubernetes cluster.