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

Updating installation docs for GA

This commit is contained in:
abrennan
2020-02-21 11:54:46 -06:00
committed by Jason Boxman
parent facab34018
commit afe9a4e089
30 changed files with 293 additions and 195 deletions

View File

@@ -1,13 +1,12 @@
// Module is included in the following assemblies:
//
// serverless/knative-client.adoc
// serverless/knative_cli/knative-cli.adoc
[id="basic-workflow_{context}"]
= Basic workflow using Knative Client
= Basic workflow using `kn`
Use this basic workflow to create, read, update, delete (CRUD) operations on a service. The following example deploys a link:https://github.com/knative/docs/tree/master/docs/serving/samples/hello-world/helloworld-go[simple Hello World service] that reads the environment variable `TARGET` and prints its output.
.Procedure
. Create a service in the `default` namespace from an image.
@@ -69,15 +68,15 @@ Age: 13m
URL: http://hello.default.apps-crc.testing
Address: http://hello.default.svc.cluster.local
Revisions:
Revisions:
100% @latest (hello-dghll-2) [2] (1m)
Image: gcr.io/knative-samples/helloworld-go (pinned to 5ea96b)
Conditions:
Conditions:
OK TYPE AGE REASON
++ Ready 1m
++ ConfigurationsReady 1m
++ RoutesReady 1m
++ Ready 1m
++ ConfigurationsReady 1m
++ RoutesReady 1m
----
. Delete the service.