Commit graph

142 commits

Author SHA1 Message Date
Matt Butcher
5517d00a48 Merge pull request #1547 from technosophos/feat/packs
feat(helm): support 'helm create --starter=mypack'
2016-11-22 17:44:48 -07:00
Matt Butcher
784a339627
feat(helm): support 'helm create --pack=mypack'
This adds support for packs, pre-configured chart patterns that can be
used to quickly create a custom layout for your new chart.
2016-11-22 16:27:54 -07:00
Matt Butcher
a772697f4d Merge pull request #1560 from technosophos/fix/1528-increase-release-name-limit
fix(tiller): allow release name to be up to 53 chars
2016-11-16 16:06:26 -07:00
Matt Butcher
57ccce10d3 Merge pull request #1551 from technosophos/docs/yaml-tips
docs(yaml_techniques): add YAML techniques document
2016-11-16 15:50:34 -07:00
Matt Butcher
9effe7a505
fix(tiller): allow release name to be up to 53 chars
This raises the limit from 14 to 53 chars based on the Kubernetes 1.4
name limit.

Closes #1528
2016-11-16 15:47:49 -07:00
Matt Butcher
3fb2feb843
docs(yaml_techniques): add YAML techniques document
This documents YAML and provides information about how Helm and
Kubernetes interpret the YAML.
2016-11-15 14:30:09 -07:00
Matt Butcher
48c1ba5355 Merge pull request #1545 from mattfarina/feat/1543-charts-domain-change
feat(charts): Move bucket to domain from path
2016-11-15 11:06:10 -07:00
Matt Farina
da73150ce9
fix(tls): download helm and charts over https
Downloading of charts and helm itself happened over http. This
change moves to use https as that is available with valid certs.
2016-11-14 19:06:53 -05:00
Matt Farina
7a79661f0e
feat(charts): Move bucket to domain from path
A bucket name in the path can be migrated to a custom k8s domain
name. This is in preperation for that.
2016-11-14 13:55:33 -05:00
Matt Butcher
13404ebf82
docs(install_faq): add more info on socat on CoreOS 2016-11-14 11:43:46 -07:00
Matt Butcher
e4bbe33e92 Merge pull request #1514 from technosophos/docs/consistent-spacing
docs(chart_template_guide): fix spacing
2016-11-14 09:16:45 -08:00
Anthony Yeh
9c74dae4ff docs(install): fix deployment name in tiller delete command 2016-11-07 11:37:01 -08:00
Matt Butcher
8857d1227e
docs(chart_template_guide): fix spacing
Consistently add spacing for '{{ $foo }}'
2016-11-04 16:35:07 -06:00
Matt Butcher
d5346b1be9
docs(chart_tempalte_primer): add template primer
This adds a detailed document on writing templates in Helm. This is NOT
a best-practices guide, but a thorough introduction to templates in
Helm.
2016-11-04 12:02:59 -06:00
Matt Butcher
1498461146
docs(install_faq): document dnsmasq fix for kubeadm
The solution to #1455 is to configure dnsmasq on each of your nodes.
This adds brief documentation on how to do so.

Closes #1455
2016-11-01 15:08:00 -06:00
Matt Butcher
6f8fb05575 Merge pull request #1474 from technosophos/docs/install_faq
docs(install): add frequently asked questions
2016-11-01 10:33:25 -06:00
Matt Butcher
d92e03046b
docs(install): add frequently asked questions 2016-10-31 17:22:59 -06:00
Matt Butcher
757ebb82bd Merge pull request #1469 from technosophos/docs/revised-charts-repo
docs(chart_repository): update the repo docs
2016-10-31 17:20:27 -06:00
Matt Butcher
91ff73bf53
docs(charts_tips_and_tricks): SAP and Deis examples
This adds a couple of examples for building an application chart for
complex multi-part applications.
2016-10-31 14:53:06 -06:00
Matt Butcher
e4507541f2
docs(kubernetes_distros): add notes on kube distros
This adds a place to put distribution-specific information about
different distributions of Kubernetes.
2016-10-27 15:44:01 -06:00
Matt Butcher
67f894b0c6
docs(chart_repository): update the repo docs
This pass through fixed formatting, examples, and technical information
to reflect the current state of Helm. Also added some pointers for
using a regular webserver.
2016-10-27 13:47:12 -06:00
Matt Butcher
1e213634cf
docs(install): document installer script
This adds documentation for 'scripts/get'.
2016-10-26 15:53:57 -06:00
Matt Butcher
9ae97c341c
fix(helm): read passphrase from prompt
This prompts the user to enter a passphrase if the given PGP key is
encrypted.

Closes #1447
2016-10-26 11:13:24 -06:00
Matt Butcher
fce17441f6 Merge pull request #1462 from kubernetes/docs/provenance-keybase
docs(provenance): explain using Keybase.io
2016-10-26 11:11:23 -06:00
Matt Butcher
8530a8dde2
docs(provenance): explain using Keybase.io 2016-10-25 20:11:42 -06:00
joe2far
eba74bec6c docs(*) fix typos in docs 2016-10-25 19:01:52 +01:00
Matt Butcher
0fd768b446 Merge pull request #1446 from vdice/provenance-doc-amendments
docs(provenance.md): make amendments and add clarification
2016-10-24 13:05:32 -06:00
Vaughn Dice
741f6c81f2
docs(provenance.md): make amendments and add clarification 2016-10-24 11:25:41 -06:00
Matt Butcher
1a8d39b4ec Merge pull request #1423 from technosophos/docs/tiller-upgrade
docs(install): show tiller image upgrade option
2016-10-24 10:41:49 -06:00
Matt Butcher
4ad800b63a docs(install): show tiller image upgrade option
This provides an example of an in-place upgrade to Tiller using `kubectl
set image`.
2016-10-20 13:30:08 -06:00
Jim
0ec45adf6e docs(*): use '--namespace' instead of '-n'
Fixes #1393
2016-10-20 11:18:10 -04:00
Matt Butcher
d7e56133d6 Merge pull request #1386 from slack/doc-rollback
doc(rollback): add docs for pre/post rollback hooks
2016-10-18 10:31:44 -06:00
Matt Butcher
63840043f1 Merge pull request #1373 from technosophos/docs/provenance-authority
docs(provenance): describe signature authority
2016-10-18 10:31:24 -06:00
Jason Hansen
07564588ed
doc(rollback): add docs for pre/post rollback hooks 2016-10-17 17:28:06 -07:00
Matt Butcher
627c59d148 docs(*): refresh docs
This refreshes docs, as discussed in #719, and adds a few new sections
to the docs.

Closes #719
2016-10-17 12:15:10 -06:00
Matt Butcher
3ec188610b Merge pull request #1379 from ammeon/docs-fix
docs(helm): Fix broken link to glide project
2016-10-17 11:18:41 -06:00
Michelle Noorali
8b551d474c chore(docs): fix nginx example templates 2016-10-17 11:42:47 -04:00
Nic Roland
6eb3dd1d6c docs(helm): Fix broken link to glide project 2016-10-17 13:33:02 +01:00
Matt Butcher
04e94c81b8 docs(provenance): describe signature authority 2016-10-14 11:25:07 -06:00
Matt Butcher
9c3f883ec3 Merge pull request #1355 from technosophos/docs/1348-missing-created-timestamp
docs(chart_repositories): document correct index example
2016-10-13 12:14:14 -06:00
Matt Butcher
491dc32552 docs(chart_repositories): document correct index example
The previous index.yaml example was missing a few fields, notably the
'created' timestamp.

Closes #1348
2016-10-13 10:21:23 -06:00
Adam Reese
f5c07ea0cf docs(developers): require glide 0.12.0
ref: #1310
2016-10-12 16:55:27 -07:00
Matt Butcher
e78cce27ff Merge pull request #1350 from christensenemc/patch-1
Fixed broken link from "chart.md" to "charts.md"
2016-10-12 16:19:43 -06:00
Matt Butcher
a747289b2f Merge pull request #1344 from technosophos/docs/1343-helm-repo-index-url
docs(repo): update repo index docs to show new flags
2016-10-12 13:57:09 -06:00
Erik Christensen
d379eda785 Fixed broken link from "chart.md" to "charts.md" 2016-10-12 15:07:26 -04:00
Matt Butcher
2388e71528 fix(helm): ignore dotfiles in charts/ directories
This causes 'helm dep [up|install]' to ignore files in charts/ that
start with either a dot or an underscore. It also changes the
chartloader to ignore those files.

Also, if a 'helm dep up' does not find a charts/ directory, it creates
one.

Closes #1342
2016-10-11 18:59:45 -06:00
Matt Butcher
11d4a67a80 docs(repo): update repo index docs to show new flags
This adds the `--url` flag to examples.

Closes #1343
2016-10-11 17:27:10 -06:00
Ken Wronkiewicz
3c27a071ae docs(install): Add reference to hg in install docs
Also, hg is required.
2016-10-09 11:57:08 -07:00
Ken Wronkiewicz
f333bc37a0 docs(install): Add reference to glide in install docs
The user needs to get all of the way down to developers docs to
realize they need glide, but if you follow a user who doesn't
necessarily want to develop but wants to build from source, you'd
follow this path:
README -> Quick Start -> Releases -> . o O (Source doesn't work)
 -> Install
And then you'd realize that you need Glide.

This one-liner patch fixes that. :)
2016-10-09 11:38:52 -07:00
Matt Butcher
990dc37fc1 Merge pull request #1296 from javiercr/patch-1
Fix typo in chart docs
2016-10-07 17:10:41 -06:00