Matt Butcher
4d69d48f8b
Merge pull request #1518 from enisoc/tiller-deploy
...
docs(install): fix deployment name in tiller delete command
8 years ago
Matt Butcher
b070a82b72
Merge pull request #1517 from mandrean/fix/chartutil-create-notes
...
fix(1516): use correct value reference in boilerplate NOTES.txt
8 years ago
Anthony Yeh
9c74dae4ff
docs(install): fix deployment name in tiller delete command
8 years ago
Sebastian Mandrean
b3d45aef7a
fix(1516): use correct value reference in boilerplate NOTES.txt
8 years ago
Adam Reese
f8037c83c6
chore(*): bump to v2.0.0-rc.2
8 years ago
Matt Butcher
8857d1227e
docs(chart_template_guide): fix spacing
...
Consistently add spacing for '{{ $foo }}'
8 years ago
Matt Butcher
ddc208b821
Merge pull request #1500 from technosophos/docs/template-guide
...
docs(chart_tempalte_primer): add template primer
8 years ago
Matt Butcher
8a7e1ec29f
Merge pull request #1512 from technosophos/fix/1508-delete-error-message
...
fix(tiller): improve deletion failure handling
8 years ago
Adam Reese
57c55a7dc8
Merge pull request #1510 from adamreese/ref/ci-deploy
...
ref(ci): cleanup ci deploy
8 years ago
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.
8 years ago
Matt Butcher
3830736001
fix(tiller): improve deletion failure handling
...
This does the following to improve deletion failure handling:
- In an UninstallRelease operation, the release is marked DELETED
as soon as the basic checks are passed. This resolves 1508. I filed a
followup issue for doing this even better when we can modify protos
again.
- If a YAML manifest fails to parse, the error messages now suggests
that the record is corrupt, and the resources must be manually
deleted.
- If a resource is missing during deletion, the error messages now make
it clear that an object was skipped, but that the deletion continued.
Closes #1508
8 years ago
Adam Reese
7f4fd4efbb
ref(ci): cleanup ci deploy
8 years ago
Adam Reese
0afeaea92e
Merge pull request #1509 from adamreese/fix/1505-kubeconfig-rules
...
fix(kube): add default client config to the loading rules
8 years ago
Matt Butcher
4bc2528a0f
Merge pull request #1506 from technosophos/docs/code-of-conduct-to-cncf
...
docs(code-of-conduct): redirect to official CNCF CoC
8 years ago
Adam Reese
1920761c90
fix(kube): add default client config to the loading rules
...
fixes : #1505
8 years ago
Adam Reese
92be174acf
chore(*): bump to v2.0.0-rc.1
8 years ago
Adam Reese
7ce6001843
Merge pull request #1496 from adieu/master
...
Separate tiller into pkg and cmd so we can use tiller as a library.
8 years ago
Matt Butcher
4fd029a465
Merge pull request #1494 from viglesiasce/moar-template-updates
...
Fix up onboarding experience when using Helm create
8 years ago
Matt Butcher
7a23c269f8
Merge pull request #1492 from technosophos/fix/1455-dnsmasq-fix
...
docs(install_faq): document dnsmasq fix for kubeadm
8 years ago
adieu
c0850efeb5
Separate tiller into pkg and cmd so we can use tiller as a library.
8 years ago
Vic Iglesias
4179282760
Dont use privileged port in port-forward of default chart
8 years ago
Vic Iglesias
5af08fa5b5
Fix labels in NOTES.txt
8 years ago
Vic Iglesias
8527f2f96c
Use chart name for container name
8 years ago
Vic Iglesias
156d706dd1
Use internal port for health check
8 years ago
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
8 years ago
Matt Butcher
6b31664cd2
Merge pull request #1491 from technosophos/fix/1489-spurious-namespace-error
...
fix(linter): remove spurious namespace error
8 years ago
Matt Butcher
6b222cdc0f
Merge pull request #1490 from technosophos/fix/1488-shorter-errors
...
fix(1488): suppress gRPC logs and errors
8 years ago
Matt Butcher
58164e0009
fix(linter): remove spurious namespace error
...
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
8 years ago
Matt Butcher
32354be03b
fix(1488): suppress gRPC logs and errors
...
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
8 years ago
Adam Reese
13ec13aff5
Merge pull request #1487 from adamreese/ref/kube-builder-update
...
ref(kube): add info match helper functions
8 years ago
Matt Butcher
eb3624a53a
Merge pull request #1486 from poopoothegorilla/fix/add-chart-dir-err
...
fix(pkg/chartutil): add error if chart yaml not in directory
8 years ago
Matt Butcher
6f8fb05575
Merge pull request #1474 from technosophos/docs/install_faq
...
docs(install): add frequently asked questions
8 years ago
Adam Reese
ab12c46259
ref(kube): add info match helper functions
8 years ago
Jim
7a054e0e6b
fix(pkg/chartutil): add error if chart yaml not in directory
...
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
8 years ago
Adam Reese
534f0df907
Merge pull request #1485 from adamreese/ref/kube-builder-update
...
ref(kube): add newBuilder function to dry up builder calls
8 years ago
Adam Reese
afb24d00d3
ref(kube): add newBuilder function to dry up builder calls
8 years ago
Matt Butcher
d92e03046b
docs(install): add frequently asked questions
8 years ago
Matt Butcher
757ebb82bd
Merge pull request #1469 from technosophos/docs/revised-charts-repo
...
docs(chart_repository): update the repo docs
8 years ago
Matt Butcher
86991e97bd
Merge pull request #1481 from technosophos/docs/sap-workflow-examples
...
docs(charts_tips_and_tricks): SAP and Deis examples
8 years ago
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.
8 years ago
Matt Butcher
91005b8f78
Merge pull request #1476 from poopoothegorilla/fix/testdata-bug
...
fix(helm): fix tests if tmp directory is on another block device
8 years ago
Jim
057e4efe42
fix(helm): fix tests if tmp directory is on another block device
...
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
8 years ago
Matt Butcher
846011b02a
Merge pull request #1473 from technosophos/fix/1468-3rd-party-apis
...
fix(tiller): allow 3rd party APIs
8 years ago
Matt Butcher
f27791c35b
fix(tiller): allow 3rd party APIs
...
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
8 years ago
Matt Butcher
1a397dd0d9
Merge pull request #1471 from technosophos/docs/kubernetes-distros
...
docs(kubernetes_distros): add notes on kube distros
8 years ago
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.
8 years ago
Adam Reese
942519dece
Merge pull request #1470 from adamreese/fix/1467-default-host
...
fix(helm): add kubernetes defaults to context
8 years ago
Adam Reese
d2648ec479
fix(helm): add kubernetes defaults to context
...
fixes : #1467
8 years ago
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.
8 years ago
Matt Butcher
3ba2427278
Merge pull request #1465 from technosophos/docs/install-script
...
docs(install): document installer script
8 years ago