From 049318ade5fc0b674c443dfa94b00b29310171a8 Mon Sep 17 00:00:00 2001 From: Danil Grigorev Date: Wed, 15 May 2024 20:16:06 +0200 Subject: [PATCH] Add demo for the functionality Signed-off-by: Danil Grigorev --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9d6a794..8c53e57 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ It provides the following functionality: - The provider will register a newly provisioned CAPI cluster with Fleet so that applications can be automatically deployed to the created cluster using GitOps. - The provider will automatically create a [Fleet Cluster Group](https://fleet.rancher.io/cluster-group) for every [CAPI ClusterClass](https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class/). This enables you to deploy the same applications to all clusters created from the same ClusterClass. +## Demo + +[![asciicast](https://asciinema.org/a/659626.svg)](https://asciinema.org/a/659626) + ## Getting started Coming soon!