Skip to content

Commit

Permalink
Merge pull request #36 from yuxiaoba/master
Browse files Browse the repository at this point in the history
发现一个命令错误
  • Loading branch information
rootsongjc committed May 16, 2019
2 parents edf4087 + 6a19a42 commit 5684947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installing-knative.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ curl -H "Host: my-knative-service-name.default.example.com" http://$KNATIVE_INGR
```bash
$ export KNATIVE_INGRESS=$(kubectl get node --output 'jsonpath={.items[0].status.addresses[0].address}'):$(kubectl get svc istio-ingressgateway> --namespace istio-system --output 'jsonpath={.spec.ports[?(@.port==80)].nodePort}')

$ echo $KNATIVE_IN
$ echo $KNATIVE_INGRESS
10.10.0.10:32380
```

---

## 结论

现在已经设置好了一切,可以将应用程序部署到 Knative 了。在第6章,您将看到一些不同的示例。您还将了解通过设置静态 IP、自定义域名以及 DNS 配置来公开集群的更健壮的方式。
现在已经设置好了一切,可以将应用程序部署到 Knative 了。在第6章,您将看到一些不同的示例。您还将了解通过设置静态 IP、自定义域名以及 DNS 配置来公开集群的更健壮的方式。

0 comments on commit 5684947

Please sign in to comment.