From a8cf84268ca21596a38ec853b2b16ea1c22bbf9b Mon Sep 17 00:00:00 2001 From: Julian Friedman Date: Tue, 24 Nov 2020 02:55:34 +0000 Subject: [PATCH] Add install instructions for DomainMapping CRD (#3030) --- 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 1e9b8ca56..f4181c50c 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