set up commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@@ -22,12 +22,12 @@
|
||||
</script>
|
||||
|
||||
|
||||
<meta property="og:site_name" content="David Young">
|
||||
<meta property="og:site_name" content="Orbit Factor">
|
||||
<meta property="og:type" content="article">
|
||||
|
||||
|
||||
<meta property="og:image" content="https://davidpaulyoung.com//img/2018-04-16-using-helm-to-deploy-to-kubernetes/buffalo.jpg">
|
||||
<meta property="twitter:image" content="https://davidpaulyoung.com//img/2018-04-16-using-helm-to-deploy-to-kubernetes/buffalo.jpg" />
|
||||
<meta property="og:image" content="http://localhost:1313//img/2018-04-16-using-helm-to-deploy-to-kubernetes/buffalo.jpg">
|
||||
<meta property="twitter:image" content="http://localhost:1313//img/2018-04-16-using-helm-to-deploy-to-kubernetes/buffalo.jpg" />
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<meta property="twitter:description" content="Helm是Kubernetes生态系统中的一个软件包管理工具。本文将介绍为何要使用Helm进行Kubernetes软件包管理,澄清Helm中使用到的相关概念,并通过一个具体的示例学习如何使用Helm打包,分发,安装,升级及回退Kubernetes应用。" />
|
||||
|
||||
|
||||
<meta property="og:url" content="https://davidpaulyoung.com/2018/04/16/using-helm-to-deploy-to-kubernetes/" />
|
||||
<meta property="og:url" content="http://localhost:1313/2018/04/16/using-helm-to-deploy-to-kubernetes/" />
|
||||
|
||||
|
||||
<meta property="twitter:card" content="summary" />
|
||||
@@ -110,7 +110,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/">David Young</a>
|
||||
<a class="navbar-brand" href="/">Orbit Factor</a>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -565,7 +565,7 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
<div class="zs-modal-box">
|
||||
<div class="zs-modal-head">
|
||||
<button type="button" class="close">×</button>
|
||||
<span class="author"><a href="https://davidpaulyoung.com/"><img src="/img/favicon.png" />David Young</a></span>
|
||||
<span class="author"><a href="http://localhost:1313/"><img src="/img/favicon.png" />Orbit Factor</a></span>
|
||||
|
||||
<p class="tip"><i></i><span>真诚赞赏,手留余香</span></p>
|
||||
|
||||
@@ -627,7 +627,7 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
<script>
|
||||
Artalk.init({
|
||||
el: '#Comments',
|
||||
pageKey: 'https:\/\/davidpaulyoung.com\/2018\/04\/16\/using-helm-to-deploy-to-kubernetes\/',
|
||||
pageKey: 'http:\/\/localhost:1313\/2018\/04\/16\/using-helm-to-deploy-to-kubernetes\/',
|
||||
pageTitle: 'Helm介绍',
|
||||
server: 'https:\/\/xxx.xxx.com',
|
||||
site: 'xxx blog',
|
||||
@@ -736,16 +736,6 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<hr>
|
||||
<h5>FRIENDS</h5>
|
||||
<ul class="list-inline">
|
||||
|
||||
<li><a target="_blank" href="https://zhaozhihan.com">Linda的博客</a></li>
|
||||
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -761,7 +751,7 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
<ul class="list-inline text-center">
|
||||
|
||||
<li>
|
||||
<a href="mailto:youremail@gmail.com">
|
||||
<a href="mailto:david@young.computer">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fas fa-envelope fa-stack-1x fa-inverse"></i>
|
||||
@@ -769,6 +759,15 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="x.com/davidpaulyoung">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -776,47 +775,11 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a target="_blank" href="/your%20wechat%20qr%20code%20image">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-weixin fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<a target="_blank" href="https://github.com/yourgithub">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a target="_blank" href="https://www.linkedin.com/in/yourlinkedinid">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a target="_blank" href="https://stackoverflow.com/users/yourstackoverflowid">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fab fa-stack-overflow fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -827,7 +790,7 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
|
||||
|
||||
<li>
|
||||
<a href='' rel="alternate" type="application/rss+xml" title="David Young" >
|
||||
<a href='' rel="alternate" type="application/rss+xml" title="Orbit Factor" >
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fas fa-circle fa-stack-2x"></i>
|
||||
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
|
||||
@@ -837,7 +800,7 @@ testapi 1 Mon Apr 16 10:21:44 2018 DEPLOYED testapi-
|
||||
|
||||
</ul>
|
||||
<p class="copyright text-muted">
|
||||
Copyright © David Young 2026
|
||||
Copyright © Orbit Factor 2026
|
||||
|
||||
<br>
|
||||
<a href="https://themes.gohugo.io/hugo-theme-cleanwhite">CleanWhite Hugo Theme</a> by <a href="https://zhaohuabing.com">Huabing</a> |
|
||||
|
||||
Reference in New Issue
Block a user