From 31c6102d6246e636c78c913e5653781c6067508b Mon Sep 17 00:00:00 2001 From: Julz Friedman Date: Thu, 12 Nov 2020 09:28:11 +0000 Subject: [PATCH] Add install instructions for DomainMapping CRD --- docs/install/any-kubernetes-cluster.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md index c18c055b4aa..1178a190d5c 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -493,6 +493,19 @@ kubectl apply --filename {{< artifact repo="serving" file="serving-nscert.yaml" > Note this will not work with HTTP01 either via cert-manager or the net-http01 > options. +{{% tab name="DomainMapping CRD" %}} + +{{% feature-state version="v0.19" state="alpha" %}} + +The `DomainMapping` CRD allows a user to map a Domain Name that they own to a +specific Knative Service. + +```bash +kubectl apply --filename {{< artifact repo="serving" file="serving-domainmapping-crds.yaml" >}} +kubectl wait --for=condition=Established --all crd +kubectl apply --filename {{< artifact repo="serving" file="serving-domainmapping.yaml" >}} +``` + {{< /tab >}} {{< /tabs >}} ### Getting started with Serving