office Doc

Knative 简介

Install

sevice example (knative)

knative-LMLPHP

knative-LMLPHP

There is only one node in the cluster so we use localhost:5000  local registry.

sudo kubectl get ksvc
sudo kubectl describe ksvc/helloworld-go
sudo kubectl get revision
sudo kubectl get services.serving.knative.dev
sudo kubectl get services.serving

eventing example (doc)

Configuring outbound network access

knative-LMLPHP

knative-LMLPHP

kubectl get sources

Writing an eventing source the hard way

Knative Build

sudo kubectl apply --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml

sudo kubectl get pods --namespace knative-build

Creating a simple Knative build

sudo kubectl get build.build.knative.dev
sudo kubectl get builds

knative RevisionMissing Issue

Configuration is waiting for a Revision to become ready

Configuration "helloworld-go" is waiting for a Revision to become ready

status.conditions.Ready returns False and then True

Cannot deploy container image from Google Cloud Container Registry

v0.2.2 on AKS wont create revision hangs at RevisionMissing

04-14 19:43