From 575a2a101c44c4326c0ac2b3a1d4f7c3746cbdc3 Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Sun, 21 Apr 2024 16:01:27 +0800 Subject: [PATCH] [Docs] add colon rule in version (#5258) * add Signed-off-by: Future-Outlier * add dns subdomain rule in k8s Signed-off-by: Future-Outlier * version Signed-off-by: Future-Outlier --------- Signed-off-by: Future-Outlier --- docs/concepts/versioning.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/concepts/versioning.rst b/docs/concepts/versioning.rst index 42df830e6c..77a8671de2 100644 --- a/docs/concepts/versioning.rst +++ b/docs/concepts/versioning.rst @@ -28,6 +28,12 @@ Versioning is required to: - Execute multiple experiments in production, which may use different training or data processing algorithms. - Understand how a specific system evolved and answer questions related to the effectiveness of a specific strategy. +.. admonition:: Note + + Please note that Flyte currently does not support the use of colons in specifying versions. + + For instance, using "0:1" as a version number is not permitted. + Operational Benefits of Completely Versioned Workflows/Pipelines -------------------------------------------------------------------