Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/install/any-kubernetes-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a {{< /tab >}} before this


{{% 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
Expand Down