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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user