1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

SVRCOM-2208 Include statement on Functions GA in release notes, remove TP warnings

This commit is contained in:
Gabriel McGoldrick
2022-12-14 18:54:35 +00:00
committed by openshift-cherrypick-robot
parent da6125f24b
commit fc491b97d5
13 changed files with 2 additions and 37 deletions

View File

@@ -9,9 +9,6 @@
Before you can build and deploy a function, you must create it by using the Knative (`kn`) CLI. You can specify the path, runtime, template, and image registry as flags on the command line, or use the `-c` flag to start the interactive experience in the terminal.
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+1]
.Prerequisites
* The {ServerlessOperatorName} and Knative Serving are installed on the cluster.

View File

@@ -8,9 +8,6 @@
You can use the Knative (`kn`) CLI to initiate a function project build and then deploy the function directly on the cluster. To build a function project in this way, the source code for your function project must exist in a Git repository branch that is accessible to your cluster.
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+1]
.Prerequisites
* {pipelines-title} must be installed on your cluster.

View File

@@ -11,6 +11,7 @@
[id="new-features-1.26_{context}"]
== New features
* {FunctionsProductName} is now GA.
* {ServerlessProductName} now uses Knative Serving 1.5.
* {ServerlessProductName} now uses Knative Eventing 1.5.
* {ServerlessProductName} now uses Kourier 1.5.

View File

@@ -8,9 +8,6 @@ toc::[]
{FunctionsProductName} enables developers to create and deploy stateless, event-driven functions as a Knative service on {product-title}. The `kn func` CLI is provided as a plug-in for the Knative `kn` CLI. You can use the `kn func` CLI to create, build, and deploy the container image as a Knative service on the cluster.
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
[id="serverless-functions-about-runtimes"]
== Included runtimes

View File

@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Go function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
[id="prerequisites_serverless-developing-go-functions"]

View File

@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Node.js function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
[id="prerequisites_serverless-developing-nodejs-functions"]

View File

@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Python function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
[id="prerequisites_serverless-developing-python-functions"]

View File

@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a Quarkus function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
[id="prerequisites_serverless-developing-quarkus-functions"]

View File

@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
After you have xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-create-func-kn_serverless-functions-getting-started[created a TypeScript function project], you can modify the template files provided to add business logic to your function. This includes configuring function invocation and the returned headers and status codes.
[id="prerequisites_serverless-developing-typescript-functions"]
@@ -34,4 +31,4 @@ include::modules/serverless-testing-typescript-functions.adoc[leveloffset=+1]
* See the xref:../../serverless/functions/serverless-functions-reference-guide.adoc#serverless-typescript-context-object-reference_serverless-functions-reference-guide[TypeScript context object reference] documentation.
* xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-build-func-kn_serverless-functions-getting-started[Build] and xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-deploy-func-kn_serverless-functions-getting-started[deploy] a function.
* See link:https://getpino.io/#/docs/api[the Pino API documentation] for more information on logging with functions.
* See link:https://getpino.io/#/docs/api[the Pino API documentation] for more information about logging with functions.

View File

@@ -8,7 +8,4 @@ toc::[]
Functions are deployed as Knative services on an {product-title} cluster. You can connect functions to Knative Eventing components so that they can receive incoming events.
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
include::modules/serverless-connect-func-source-odc.adoc[leveloffset=+1]

View File

@@ -8,9 +8,6 @@ toc::[]
Function lifecycle management includes creating, building, and deploying a function. Optionally, you can also test a deployed function by invoking it. You can do all of these operations on {ServerlessProductName} using the `kn func` tool.
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
[id="prerequisites_serverless-functions-getting-started"]
== Prerequisites

View File

@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
{FunctionsProductName} provides templates that can be used to create basic functions. A template initiates the function project boilerplate and prepares it for use with the `kn func` tool. Each function template is tailored for a specific runtime and follows its conventions. With a template, you can initiate your function project automatically.
Templates for the following runtimes are available:

View File

@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
toc::[]
:FeatureName: {FunctionsProductName}
include::snippets/technology-preview.adoc[leveloffset=+2]
To improve the process of deployment of your application code, you can use {ServerlessProductName} to deploy stateless, event-driven functions as a Knative service on {product-title}. If you want to develop functions, you must complete the set up steps.
[id="prerequisites_serverless-functions-setup"]