Remove reference to domainmapping yaml (#3980)

The DomainMapping feature is now beta, and therefore built in to the
main yaml files. These links are therefore now 404s.
This commit is contained in:
Julian Friedman 2021-07-08 19:45:23 +01:00 committed by GitHub
parent 7a913947b1
commit 1b6e2c54f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 26 deletions

View File

@ -263,14 +263,3 @@ The tabs below expand to show instructions for installing each Serving extension
kubectl apply -f {{ artifact(repo="serving",file="serving-nscert.yaml")}}
```
=== "DomainMapping CRD"
The DomainMapping CRD allows a user to map a domain name that they own to a specific Knative Service.
* Apply the DomainMapping CRD by running the commands:
```bash
kubectl apply -f {{ artifact(repo="serving",file="serving-domainmapping-crds.yaml")}}
kubectl apply -f {{ artifact(repo="serving",file="serving-domainmapping.yaml")}}
```

View File

@ -14,8 +14,6 @@ The table below describes the installation files included in Knative Serving:
| serving-core.yaml | Required: Knative Serving core components. | serving-crds.yaml |
| serving-crds.yaml | Required: Knative Serving core CRDs. | none |
| serving-default-domain.yaml | Configures Knative Serving to use [http://sslip.io](http://sslip.io) as the default DNS suffix. | serving-core.yaml |
| serving-domainmapping-crds.yaml | CRDs used by the Domain Mapping feature. | none |
| serving-domainmapping.yaml | Components used by the Domain Mapping feature. | serving-domainmapping-crds.yaml |
| serving-hpa.yaml | Components to autoscale Knative revisions through the Kubernetes Horizontal Pod Autoscaler. | serving-core.yaml |
serving-nscert.yaml | Components to provision TLS wildcard certificates. | serving-core.yaml |
| serving-post-install-jobs.yaml | Additional jobs after installing `serving-core.yaml`. Currently it is the same as `serving-storage-version-migration.yaml`. | serving-core.yaml |

View File

@ -66,19 +66,6 @@ Uninstall any Serving extensions you have installed by following the relevant st
=== "DomainMapping CRD"
To uninstall the `DomainMapping` components run:
```bash
kubectl delete -f {{ artifact( repo="serving", file="serving-domainmapping.yaml") }}
kubectl delete -f {{ artifact( repo="serving", file="serving-domainmapping-crds.yaml") }}
```
### Uninstalling a networking layer
Follow the relevant procedure to uninstall the networking layer you installed: