Skip to content

Commit bc9dce0

Browse files
authored
Merge pull request #42078 from abrennan89/universal
SRVCOM-1524: universal clean up required before adding OSD docs
2 parents 257ac22 + e4857df commit bc9dce0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

modules/specifying-sink-flag-kn.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
When you create an event-producing custom resource by using the Knative (`kn`) CLI, you can specify a sink where events are sent to from that resource, by using the `--sink` flag.
1414

15-
The following example creates a sink binding that uses a service, `http://event-display.svc.cluster.local`, as the sink:
15+
The following example creates a sink binding that uses a service, `\http://event-display.svc.cluster.local`, as the sink:
1616

1717
.Example command using the `--sink` flag
1818
[source,terminal]
@@ -24,4 +24,4 @@ $ kn source binding create bind-heartbeat \
2424
--ce-override "sink=bound"
2525
----
2626

27-
<1> `svc` in `http://event-display.svc.cluster.local` determines that the sink is a Knative service. Other default sink prefixes include `channel`, and `broker`.
27+
<1> `svc` in `\http://event-display.svc.cluster.local` determines that the sink is a Knative service. Other default sink prefixes include `channel`, and `broker`.

serverless/discover/about-serverless.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ Developers on {ServerlessProductName} can use the provided Kubernetes native API
1313

1414
{ServerlessProductName} is based on the open source link:https://knative.dev/docs/[Knative project], which provides portability and consistency for hybrid and multi-cloud environments by enabling an enterprise-grade serverless platform.
1515

16-
[id="about-serverless-supported-configs"]
17-
== Supported configurations
18-
19-
The set of supported features, configurations, and integrations for {ServerlessProductName}, current and past versions, are available at the link:https://access.redhat.com/articles/4912821[Supported Configurations page].
20-
2116
// Knative Serving
2217
include::modules/about-knative-serving.adoc[leveloffset=+1]
2318

@@ -29,6 +24,13 @@ You can propagate an event from an xref:../../serverless/discover/knative-event-
2924
* xref:../../serverless/discover/serverless-channels.adoc#serverless-channels[channels] and subscriptions, or
3025
* xref:../../serverless/develop/serverless-using-brokers.adoc#serverless-using-brokers[brokers] and xref:../../serverless/develop/serverless-triggers.adoc#serverless-triggers[triggers].
3126
27+
// add something about CLI tools?
28+
29+
[id="about-serverless-supported-configs"]
30+
== Supported configurations
31+
32+
The set of supported features, configurations, and integrations for {ServerlessProductName}, current and past versions, are available at the link:https://access.redhat.com/articles/4912821[Supported Configurations page].
33+
3234
[id="additional-resources_about-serverless"]
3335
== Additional resources
3436

0 commit comments

Comments
 (0)