diff options
author | Ian Lewis <ianlewis@google.com> | 2021-05-20 19:40:12 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-20 19:43:06 -0700 |
commit | 28c78eb03ce95bd39ee6b8c6bea6482c9be11edf (patch) | |
tree | b5bd084d3cc9e1ecbee0d7603d75641a04f5e69e /g3doc/user_guide/tutorials/BUILD | |
parent | 9157a91a4eca7e0811edb20952e9f22ea2c3f13e (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 'g3doc/user_guide/tutorials/BUILD')
-rw-r--r-- | g3doc/user_guide/tutorials/BUILD | 11 |
1 files changed, 10 insertions, 1 deletions
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 @@ -37,10 +37,19 @@ doc( ) 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", ) |