From 327b540abc4fc129975faf55e69ffc3fb1552152 Mon Sep 17 00:00:00 2001 From: Stefano Braghin <527806+stefano81@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:33:06 +0100 Subject: [PATCH] update readme to reflect correct versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 279608e..9447681 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ This repository contains the operator to perform model-based meta-orchestration The operator assumes the following: * Kubernetes version >= 28.1.0 -* REAR (node) functionality version >= *MISSING* +* REAR (as implemented in [node](https://github.com/fluidos-project/node)) functionality version >= 0.0.3 * Liqo version >= 0.9.4 Moreover, the interaction with the operator assumes: -* fluidos-kubectl-plugin version >= *MISSING* +* [kubectl-fluidos-plugin](https://github.com/fluidos-project/kubectl-fluidos-plugin) version >= 0.0.2 To run the operator in development mode, the following is required: * python >= 3.11 @@ -81,4 +81,4 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available, ## License This project is licensed under the Apache License — version 2.0 -see the [LICENSE](LICENSE) file for details. \ No newline at end of file +see the [LICENSE](LICENSE) file for details.