helm重要操作记录

helm tiller安装 helm init helm init –tiller-image=daocloud.io/liukuan73/tiller-lk:v2.9.1 –tiller-namespace=kube-system helm init –upgrade -i registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.5.1 –stable-repo-url https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts helm init –tiller-image=harbor.hub.cn/bigdata-dev/tiller:v2.10.0 –tiller-namespace=kube-system –stable-repo-url https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts 1 2 3 helm init 在缺省配置下, Helm 会利用 "gcr.io/kubernetes-helm/tiller" 镜像在Kubernetes集群上安装配置 Tille

关于

人如果不去努力,那和咸鱼有什么区别 我的博客,主要记录平时工作的经验、思考和总结以及对于宇宙的认识和自己改变世界的一点想法! 读书学习计划 已经学

Theme preview

Based on MarkdownPreview test.md. Markdown 1 2 3 4 5 6 7 8 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ### Duplicate Header ### Duplicate Header H1 H2 H3 H4 H5 H6 Duplicate Header Duplicate Header Paragraphs 1 2 3 4 This is a paragraph. I am still part of the paragraph. New paragraph. This is a paragraph. I am still part of the paragraph.

[English] Creating a New Theme

Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I’ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won’t cover using CSS to style your theme. We’ll start with creating a new site with a very basic template.