From fbf781b248de3e4371cdb7c2370140c235468d62 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Thu, 27 Jul 2023 00:10:53 +0000 Subject: [PATCH] Clarify classic / helm mode incompatibilities Signed-off-by: Michi Mutsuzaki --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3582e33e34..43f8984092 100644 --- a/README.md +++ b/README.md @@ -359,8 +359,12 @@ deprecated. To use the `classic` mode, set `CILIUM_CLI_MODE` environment variabl export CILIUM_CLI_MODE=classic -> **Warning** -> The `classic` installation mode will be removed after v0.15 release. +> **Warnings** +> - The `classic` installation mode will be removed after v0.15 release. +> - Cilium CLI does not support converting `classic` mode installations to +> `helm` mode installations and vice versa. +> - Cilium CLI does not support running commands in `helm` mode against classic +> mode installations. ### Examples