From 589f274493ac52ac17245ddf068fdae6d84177d8 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 22 May 2020 08:27:20 +0000 Subject: [PATCH] Mark components example as WIP Since the required implementation for the components example has not been merged yet, we must inform the users that this example is a work in progress. Signed-off-by: Alex Pyrgiotis --- examples/components.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/components.md b/examples/components.md index d5ca42fb4..30b442c0a 100644 --- a/examples/components.md +++ b/examples/components.md @@ -1,5 +1,8 @@ # Demo: Components +_(Note: This is still a work in progress. Tracking KEP: +https://github.com/kubernetes/enhancements/pull/1803)_ + Suppose you've written a very simple Web application: ```yaml