build site
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@@ -26,8 +26,8 @@
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:image" content="http://localhost:1313/img/post-bg-2015.jpg">
|
||||
<meta property="twitter:image" content="http://localhost:1313/img/post-bg-2015.jpg" />
|
||||
<meta property="og:image" content="https://davidpaulyoung.com/img/post-bg-2015.jpg">
|
||||
<meta property="twitter:image" content="https://davidpaulyoung.com/img/post-bg-2015.jpg" />
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<meta property="twitter:description" content="Nginmesh是NGINX的Service Mesh开源项目,用于Istio服务网格平台中的数据面代理。它旨在提供七层负载均衡和服务路由功能,与Istio集成作为sidecar部署,并将以“标准,可靠和安全的方式”使得服务间通信更容易。Nginmesh在今年底已经连续发布了0.2和0.3版本,提供了服务发现,请求转发,路由规则,性能指标收集等功能。本文介绍如何采用kubeadmin安装kubernetes集群并部署Nginmesh sidecar。" />
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/2018/01/02/nginmesh-install/" />
|
||||
<meta property="og:url" content="https://davidpaulyoung.com/2018/01/02/nginmesh-install/" />
|
||||
|
||||
|
||||
<meta property="twitter:card" content="summary" />
|
||||
@@ -634,7 +634,7 @@ iptables -t nat -N ISTIO_OUTPUT -m
|
||||
<div class="zs-modal-box">
|
||||
<div class="zs-modal-head">
|
||||
<button type="button" class="close">×</button>
|
||||
<span class="author"><a href="http://localhost:1313/"><img src="/img/favicon.png" />David Young</a></span>
|
||||
<span class="author"><a href="https://davidpaulyoung.com/"><img src="/img/favicon.png" />David Young</a></span>
|
||||
|
||||
<p class="tip"><i></i><span>真诚赞赏,手留余香</span></p>
|
||||
|
||||
@@ -696,7 +696,7 @@ iptables -t nat -N ISTIO_OUTPUT -m
|
||||
<script>
|
||||
Artalk.init({
|
||||
el: '#Comments',
|
||||
pageKey: 'http:\/\/localhost:1313\/2018\/01\/02\/nginmesh-install\/',
|
||||
pageKey: 'https:\/\/davidpaulyoung.com\/2018\/01\/02\/nginmesh-install\/',
|
||||
pageTitle: 'Nginx开源Service Mesh组件Nginmesh安装指南',
|
||||
server: 'https:\/\/xxx.xxx.com',
|
||||
site: 'xxx blog',
|
||||
|
||||
Reference in New Issue
Block a user