mirror of
https://github.com/not-kennethreitz/knative-for-humans.git
synced 2026-06-05 06:56:16 +00:00
Update README.md
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/knative/serving/v0.1.1/third_party/istio-0.8.0/istio.yaml
|
||||
$ kubectl label namespace default istio-injection=enabled
|
||||
|
||||
It will take a few minutes for all the components to be up and running; you can run `kubectl get pods --namespace istio-system --watch` to see the current status.
|
||||
It will take a few minutes for all the components to be up and running; you can run `$ kubectl get pods --namespace istio-system --watch` to see the current status.
|
||||
|
||||
### Installing Knative
|
||||
|
||||
$ kubectl apply -f https://github.com/knative/serving/releases/download/v0.1.1/release.yaml
|
||||
|
||||
It will take a few moments for all the components to be up and running; you can run `kubectl get pods --namespace knative-serving --watch` to see the current status.
|
||||
It will take a few moments for all the components to be up and running; you can run `$ kubectl get pods --namespace knative-serving --watch` to see the current status.
|
||||
|
||||
## Step 2: Install a Docker Registry for Knative
|
||||
|
||||
|
||||
Reference in New Issue
Block a user