summaryrefslogtreecommitdiffhomepage
path: root/website
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2021-05-20 19:40:12 -0700
committergVisor bot <gvisor-bot@google.com>2021-05-20 19:43:06 -0700
commit28c78eb03ce95bd39ee6b8c6bea6482c9be11edf (patch)
treeb5bd084d3cc9e1ecbee0d7603d75641a04f5e69e /website
parent9157a91a4eca7e0811edb20952e9f22ea2c3f13e (diff)
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
Diffstat (limited to 'website')
-rw-r--r--website/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/BUILD b/website/BUILD
index 6f52e9208..1a38967e5 100644
--- a/website/BUILD
+++ b/website/BUILD
@@ -165,6 +165,7 @@ docs(
"//g3doc/user_guide/tutorials:cni",
"//g3doc/user_guide/tutorials:docker",
"//g3doc/user_guide/tutorials:docker_compose",
+ "//g3doc/user_guide/tutorials:knative",
"//g3doc/user_guide/tutorials:kubernetes",
],
)