From 28c78eb03ce95bd39ee6b8c6bea6482c9be11edf Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 20 May 2021 19:40:12 -0700 Subject: Add Knative Services tutorial This adds a new short tutorial on how to run Knative services in gVisor by enabling the runtime class feature flag for Knative. Fixes #3634 PiperOrigin-RevId: 374999528 --- g3doc/user_guide/tutorials/BUILD | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'g3doc/user_guide/tutorials/BUILD') diff --git a/g3doc/user_guide/tutorials/BUILD b/g3doc/user_guide/tutorials/BUILD index f405349b3..a862c76f4 100644 --- a/g3doc/user_guide/tutorials/BUILD +++ b/g3doc/user_guide/tutorials/BUILD @@ -36,11 +36,20 @@ doc( weight = "30", ) +doc( + name = "knative", + src = "knative.md", + category = "User Guide", + permalink = "/docs/tutorials/knative/", + subcategory = "Tutorials", + weight = "40", +) + doc( name = "cni", src = "cni.md", category = "User Guide", permalink = "/docs/tutorials/cni/", subcategory = "Tutorials", - weight = "40", + weight = "50", ) -- cgit v1.2.3