Add install instructions for DomainMapping CRD (#3030)

This commit is contained in:
Julian Friedman 2020-11-24 02:55:34 +00:00 committed by GitHub
parent fbd8d574ec
commit a8cf84268c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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