You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serverless/cli_tools/installing-kn.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The Knative (`kn`) CLI does not have its own login mechanism. To log in to the c
11
11
ifdef::openshift-enterprise[]
12
12
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.
13
13
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
15
15
// TODO: remove this conditional once this is available
16
16
17
17
{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.
Copy file name to clipboardExpand all lines: serverless/discover/about-serverless.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,5 +44,5 @@ ifdef::openshift-enterprise[]
44
44
* xref:../../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-extending-api-with-crds[Extending the Kubernetes API with custom resource definitions]
45
45
* xref:../../operators/understanding/crds/crd-managing-resources-from-crds.adoc#crd-managing-resources-from-crds[Managing resources from custom resource definitions]
46
46
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
48
48
* link:https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless[What is serverless?]
Copy file name to clipboardExpand all lines: serverless/functions/serverless-functions-setup.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ Functions are deployed as a Knative service. If you want to use event-driven arc
26
26
ifdef::openshift-enterprise[]
27
27
* The xref:../../cli_reference/openshift_cli/getting-started-cli.adoc#cli-getting-started[`oc` CLI] is installed on your cluster.
28
28
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
30
30
// TODO: remove these conditionals once this is available
31
-
ifdef::openshift-dedicated[]
31
+
ifdef::openshift-dedicated,openshift-rosa[]
32
32
* The `oc` CLI is installed on your cluster.
33
33
endif::[]
34
34
@@ -39,18 +39,18 @@ endif::[]
39
39
ifdef::openshift-enterprise[]
40
40
* 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].
41
41
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
43
43
// TODO: remove these conditionals once this is available
44
-
ifdef::openshift-dedicated[]
44
+
ifdef::openshift-dedicated,openshift-rosa[]
45
45
* 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.
46
46
endif::[]
47
47
48
48
ifdef::openshift-enterprise[]
49
49
* If you are using the OpenShift Container Registry, a cluster administrator must xref:../../registry/securing-exposing-registry.adoc#securing-exposing-registry[expose the registry].
50
50
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
52
52
// TODO: remove these conditionals once this is available
53
-
ifdef::openshift-dedicated[]
53
+
ifdef::openshift-dedicated,openshift-rosa[]
54
54
* If you are using the OpenShift Container Registry, a cluster or dedicated administrator must expose the registry.
* For more information about Docker Container Engine or podman, see xref:../../architecture/understanding-development.adoc#container-build-tool-options[Container build tool options].
64
64
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
66
66
// TODO: remove these conditionals once this is available
67
67
68
68
* See xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-functions-getting-started[Getting started with functions].
0 commit comments