- 02 Nov, 2016 1 commit
-
-
Matt Butcher authored
docs(install_faq): document dnsmasq fix for kubeadm
-
- 01 Nov, 2016 11 commits
-
-
Matt Butcher authored
The solution to #1455 is to configure dnsmasq on each of your nodes. This adds brief documentation on how to do so. Closes #1455
-
Matt Butcher authored
fix(linter): remove spurious namespace error
-
Matt Butcher authored
fix(1488): suppress gRPC logs and errors
-
Matt Butcher authored
Long ago, Helm did not support cross-namespace installs. There was a linter rule to catch this. When we changed the way Helm worked, we did not remove the linter rule. This commit removes that linter rule. Closes #1489
-
Matt Butcher authored
If gRPC fails to make a connection, the result is a log message and a verbose error. This suppresses log output and replaces the error with a much more succinct one. Closes #1488
-
Adam Reese authored
ref(kube): add info match helper functions
-
Matt Butcher authored
fix(pkg/chartutil): add error if chart yaml not in directory
-
Matt Butcher authored
docs(install): add frequently asked questions
-
Adam Reese authored
-
Jim authored
For archived files the Chart.yaml file should be contained in a base directory. This commit adds an error when the Chart.yaml file is found in the root directory. Fixes #1171
-
Adam Reese authored
ref(kube): add newBuilder function to dry up builder calls
-
- 31 Oct, 2016 6 commits
-
-
Adam Reese authored
-
Matt Butcher authored
-
Matt Butcher authored
docs(chart_repository): update the repo docs
-
Matt Butcher authored
docs(charts_tips_and_tricks): SAP and Deis examples
-
Matt Butcher authored
This adds a couple of examples for building an application chart for complex multi-part applications.
-
Matt Butcher authored
fix(helm): fix tests if tmp directory is on another block device
-
- 29 Oct, 2016 1 commit
-
-
Jim authored
Two non-exported helper functions were added to the repo index test file. They first try to link the file, since this is optimal. If the link fails a copy occurs. Fixes #1472
-
- 28 Oct, 2016 2 commits
-
-
Matt Butcher authored
fix(tiller): allow 3rd party APIs
-
Matt Butcher authored
This feature has been disabled in the past because simply enabling the feature causes the Kubernetes library to make requests to a server. Thus, running any tests that use the 'pkg/kube' library has required running a kube API server. This patch makes it possible to selectively activate 3rdParty API support, and then disables that support during testing. Future versions of the Kubernetes library appear to make it easier to configure and mock this behavior, so this is most likely a stop-gap measure. (Famous last words.) Closes #1472
-
- 27 Oct, 2016 8 commits
-
-
Matt Butcher authored
docs(kubernetes_distros): add notes on kube distros
-
Matt Butcher authored
This adds a place to put distribution-specific information about different distributions of Kubernetes.
-
Adam Reese authored
fix(helm): add kubernetes defaults to context
-
Adam Reese authored
fixes: #1467
-
Matt Butcher authored
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.
-
Matt Butcher authored
docs(install): document installer script
-
Matt Butcher authored
fix(helm): fail when helm deps are not fetched
-
Brian authored
feat(998): append to history on install --replace
-
- 26 Oct, 2016 11 commits
-
-
Matt Butcher authored
This changes the behavior of the bulk downloader to fail as soon as it encounters a dependency that it cannot fetch. Closes #1439
-
Matt Butcher authored
This adds documentation for 'scripts/get'.
-
Adnan Abdulhussein authored
Add deployment, service and NOTES to create
-
Matt Butcher authored
fix(helm): read passphrase from prompt
-
Matt Butcher authored
This prompts the user to enter a passphrase if the given PGP key is encrypted. Closes #1447
-
Matt Butcher authored
docs(provenance): explain using Keybase.io
-
Vic Iglesias authored
-
Vic Iglesias authored
-
fibonacci1729 authored
-
Matt Butcher authored
-
Vic Iglesias authored
-