Skip to content

Commit e3d6797

Browse files
committed
Add Serverless docs for ROSA: functions and misc
1 parent 5cc11ab commit e3d6797

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

serverless/cli_tools/installing-kn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Knative (`kn`) CLI does not have its own login mechanism. To log in to the c
1111
ifdef::openshift-enterprise[]
1212
For more information on installing the OpenShift (`oc`) CLI for your operating system and logging in with `oc`, see the xref:../../cli_reference/openshift_cli/getting-started-cli.adoc#cli-getting-started[OpenShift CLI getting started] documentation.
1313
endif::[]
14-
// need to wait til CLI docs are added to OSD for this link to work
14+
// need to wait til CLI docs are added to OSD and ROSA for this link to work
1515
// TODO: remove this conditional once this is available
1616

1717
{ServerlessProductName} cannot be installed using the Knative (`kn`) CLI. A cluster administrator must install the {ServerlessOperatorName} and set up the Knative components, as described in the xref:../../serverless/install/install-serverless-operator.adoc#install-serverless-operator[Installing the {ServerlessOperatorName}] documentation.

serverless/discover/about-serverless.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ ifdef::openshift-enterprise[]
4444
* xref:../../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-extending-api-with-crds[Extending the Kubernetes API with custom resource definitions]
4545
* xref:../../operators/understanding/crds/crd-managing-resources-from-crds.adoc#crd-managing-resources-from-crds[Managing resources from custom resource definitions]
4646
endif::[]
47-
// above links only included for OCP currently until CRD docs are available in OSD
47+
// above links only included for OCP currently until CRD docs are available in OSD and ROSA
4848
* link:https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless[What is serverless?]

serverless/functions/serverless-functions-getting-started.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ ifdef::openshift-enterprise[]
2727
[role="_additional-resources"]
2828
== Additional resources
2929
* xref:../../registry/securing-exposing-registry.adoc#securing-exposing-registry[Exposing a default registry manually]
30+
// This Additional resource applies only to OCP, but not to OSD nor ROSA.
3031
endif::[]
31-
// need to wait til registry docs are added to OSD for this link to work
32-
// TODO: remove these conditionals once this is available
3332

3433
[id="next-steps_serverless-functions-getting-started"]
3534
== Next steps

serverless/functions/serverless-functions-setup.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Functions are deployed as a Knative service. If you want to use event-driven arc
2626
ifdef::openshift-enterprise[]
2727
* The xref:../../cli_reference/openshift_cli/getting-started-cli.adoc#cli-getting-started[`oc` CLI] is installed on your cluster.
2828
endif::[]
29-
// need to wait til CLI docs are added to OSD for this link to work
29+
// need to wait til CLI docs are added to OSD and ROSA for this link to work
3030
// TODO: remove these conditionals once this is available
31-
ifdef::openshift-dedicated[]
31+
ifdef::openshift-dedicated,openshift-rosa[]
3232
* The `oc` CLI is installed on your cluster.
3333
endif::[]
3434

@@ -39,18 +39,18 @@ endif::[]
3939
ifdef::openshift-enterprise[]
4040
* If you are using link:https://quay.io/[Quay.io] as the image registry, you must ensure that either the repository is not private, or that you have followed the {product-title} documentation on xref:../../openshift_images/managing_images/using-image-pull-secrets.adoc#images-allow-pods-to-reference-images-from-secure-registries_using-image-pull-secrets[Allowing pods to reference images from other secured registries].
4141
endif::[]
42-
// need to wait til images docs are added to OSD for this link to work
42+
// need to wait til images docs are added to OSD and ROSA for this link to work
4343
// TODO: remove these conditionals once this is available
44-
ifdef::openshift-dedicated[]
44+
ifdef::openshift-dedicated,openshift-rosa[]
4545
* If you are using link:https://quay.io/[Quay.io] as the image registry, you must ensure that either the repository is not private, or that you have allowed pods on your cluster to reference images from other secured registries.
4646
endif::[]
4747

4848
ifdef::openshift-enterprise[]
4949
* If you are using the OpenShift Container Registry, a cluster administrator must xref:../../registry/securing-exposing-registry.adoc#securing-exposing-registry[expose the registry].
5050
endif::[]
51-
// need to wait til registry docs are added to OSD for this link to work
51+
// need to wait til registry docs are added to OSD and ROSA for this link to work
5252
// TODO: remove these conditionals once this is available
53-
ifdef::openshift-dedicated[]
53+
ifdef::openshift-dedicated,openshift-rosa[]
5454
* If you are using the OpenShift Container Registry, a cluster or dedicated administrator must expose the registry.
5555
endif::[]
5656

@@ -62,7 +62,7 @@ include::modules/serverless-functions-podman.adoc[leveloffset=+1]
6262
ifdef::openshift-enterprise[]
6363
* For more information about Docker Container Engine or podman, see xref:../../architecture/understanding-development.adoc#container-build-tool-options[Container build tool options].
6464
endif::[]
65-
// need to wait til build tool docs are added to OSD for this link to work
65+
// need to wait til build tool docs are added to OSD and ROSA for this link to work
6666
// TODO: remove these conditionals once this is available
6767

6868
* See xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-functions-getting-started[Getting started with functions].

0 commit comments

Comments
 (0)