Skip to content

Commit

Permalink
使用本地图片
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Nov 15, 2017
1 parent a44ca7e commit c09c396
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file modified cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/create-gluster-storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kubenetes-e2e-test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kubernetes-dashboard-raw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kubernetes-installation-test-nginx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kubernetes-locust-test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion practice/dashboard-addon-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ openssl pkcs12 -export -in admin.pem -out admin.p12 -inkey admin-key.pem

如果你不想使用**https**的话,可以直接访问insecure port 8080端口:<http://172.20.0.113:8080/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard>

![kubernetes-dashboard](http://olz1di9xf.bkt.clouddn.com/kubernetes-dashboard-raw.jpg)
![kubernetes dashboard](../images/kubernetes-dashboard-raw.jpg)

由于缺少 Heapster 插件,当前 dashboard 不能展示 Pod、Nodes 的 CPU、内存等 metric 图形。

Expand Down
4 changes: 2 additions & 2 deletions practice/network-and-cluster-perfermance-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Test Suite Passed
`log.txt`日志中还可以看到更多详细请求的测试指标。
![kubernetes-dashboard](http://olz1di9xf.bkt.clouddn.com/kubenetes-e2e-test.jpg)
![kubernetes-dashboard](../images/kubenetes-e2e-test.jpg)
### 注意事项
Expand Down Expand Up @@ -386,7 +386,7 @@ Sample-webapp起了48个pod。
Locust模拟10万用户,每秒增长100个。
![locust-test](http://olz1di9xf.bkt.clouddn.com/kubernetes-locust-test.jpg)
![locust测试页面](../images/kubernetes-locust-test.jpg)
关于Locust的使用请参考Github:https://github.com/rootsongjc/distributed-load-testing-using-kubernetes
Expand Down
2 changes: 1 addition & 1 deletion practice/node-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Commercial support is available at
访问`172.20.0.113:32724``172.20.0.114:32724`或者`172.20.0.115:32724`都可以得到nginx的页面。
![welcome-nginx](http://olz1di9xf.bkt.clouddn.com/kubernetes-installation-test-nginx.png)
![welcome nginx](../images/kubernetes-installation-test-nginx.png)
## 参考
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ nfs.disable: on
或者,你也可以使用OpenShift UI来配置存储,这样可以很方便地在系统中的所有已知的StorageClasses中进行选择:
![Screen Shot 2017-03-23 at 21.50.34](https://keithtenzer.files.wordpress.com/2017/03/screen-shot-2017-03-23-at-21-50-34.png?w=440)
![创建存储](../images/create-gluster-storage.png)
![Screen Shot 2017-03-24 at 11.09.34.png](https://keithtenzer.files.wordpress.com/2017/03/screen-shot-2017-03-24-at-11-09-341.png?w=440)
Expand Down

0 comments on commit c09c396

Please sign in to comment.