adshmh
b4b693c316
feat(helm): output option for helm get values command, allow json and yaml formats ( #4596 )
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
Thomas Garlot
ba260dca4a
4611 - Remove deadlink to deis.com ( #4613 )
...
Signed-off-by: tgarlot <thomas@garlot.net>
6 years ago
Anton Osmond
094b97ab5d
Be explicit about where occurences of <CHARTNAME> will be replaced in starter charts ( #4548 )
...
Signed-off-by: Anton Osmond <antonosmond@gmail.com>
6 years ago
Ian Chen
c539454c9c
Fix grammer for tests ( #4599 )
...
Signed-off-by: Ian Chen <ianchen06@gmail.com>
6 years ago
Matthew Fisher
10db6a6fb5
introduce `helm init --automount-service-account-token` ( #4589 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
bef59e40dc
allow settings TLS flags from environment variables ( #4590 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Arash Deshmeh
7f703f50a9
feat(helm): added new helm notes command to display notes provided by the chart of a release
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
Matthew Fisher
8a72628beb
Merge pull request #4340 from adshmh/4321-feat-helm-sort-releases-by-chart-name
...
feat(helm): add ability to sort release list by chart name
6 years ago
Arash Deshmeh
380ca1a923
feat(helm): add ability to sort release list by chart name
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
aswinkarthik
1b34a511d4
fix(helm): Add --tiller-tls-hostname flag to 'helm init'
...
This will fix the bug where 'helm init --wait' fails when TLS is used.
Signed-off-by: aswinkarthik <aswinkarthik93@gmail.com>
6 years ago
mattjmcnaughton
17151b99ea
Add containerized options for tests in Makefile
...
Add an option to run the `test-unit`, `test-style`, and `test`
steps from the `Makefile` insides of a docker container. Doing so
isolates this component of helm development from any other aspect of
your global go environment.
These commands all have the name `docker-*`. Long term, there may
be reproducibility benefits to running all of the Make steps in a
container by default, in which case `containerized-test-unit` could
become `test-unit`.
6 years ago
smurfralf
c4d6b5a434
Tweeks per bacon review
6 years ago
smurfralf
eeb3a1454a
Improve documentation for helm upgrade ( #4030 )
...
Expand and clarify documentation for `helm upgrade` to include nuances
of command line values setting.
Fixes issue #4030
6 years ago
Taylor Thomas
e3d4206b65
Merge pull request #4469 from rimusz/master
...
add Tillerless Helm blog post and plugin references
6 years ago
Tim Hobbs
0b3924b2ac
Messages are encrypted when using TLS
...
When helm client and tiller use TLS their messages are encrypted, not unencrypted ;)
6 years ago
Dustin Specker
8c69e1af4f
docs: remove extraneous "it"
6 years ago
Adam Reese
b95eb54bf2
Merge pull request #4420 from adamreese/ref/kube-1.11
...
ref(*): kubernetes v1.11 support
6 years ago
Matt Farina
83e3571358
Merge branch 'master' into update-labels
6 years ago
Nick Schuch
1ed6ffbdb0
Update zoom.us link
6 years ago
Alexey Volkov
f15d658450
fix: link to custom resource definitions section
6 years ago
rimas
c4c9287a0a
add Tillerless Helm blog post and plugin references
6 years ago
muffin87
204f823b5e
Add basic tutorial for beginners ( #4466 )
6 years ago
Matthew Fisher
8f7c0079fe
sort links alphabetically
6 years ago
Matt Butcher
e8b003af9a
docs(alpine): quote release label value ( #4460 )
...
Labels should be quoted so that values such as "true" or "1" are not
interpolated to the wrong type.
6 years ago
Martin Hickey
c658639ccc
Add link to doc for Helm Stop plugin
...
Link added to
https://github.com/helm/helm/blob/master/docs/related.md#helm-plugins
6 years ago
Adam Reese
59a60a6e7c
docs(generated): regenerate markdown docs
6 years ago
Matt Farina
e328d00a2f
Updating to the k8s label convention
...
Closes #4335
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
fibonacci1729
bd0686731c
fix(helm): fix(helm): add `--tls-hostname` flag to tls flags
...
docs(*): update tiller_ssl.md to reflect IP SAN usage.
When using helm/tiller in tls-verify mode, 127.0.0.1 should
be listed as an IP SAN in the tiller certificate to pass
hostname verficiation of the TLS handshake.
Closes #4149
6 years ago
Julien Bordellier
2be9a8816b
Add documentation to helm search --regexp ( #3927 )
...
Add examples and general sub-command documentation from PR feedback
6 years ago
Michael Huttner
1b955e63f7
Fixed error in docs for file access
...
$path.base gives the error "can't evaluate field base in type string", it should be "base $path"
6 years ago
Matthew Fisher
fb64bb66de
use dot notation for release candidates
6 years ago
Matthew Fisher
d3980f14df
Merge pull request #4312 from flynnduism/logo-svg
...
docs(chore): add svg logo
6 years ago
Matthew Fisher
f790db54fa
Merge pull request #4344 from abstiles/patch-1
...
Include exact details to configure storage=secret
6 years ago
Matthew Fisher
33a8527fd8
Merge pull request #3975 from bacongobbler/fix-release-notes
...
add amendments to release checklist
6 years ago
Matthew Fisher
089af0e1aa
soften the recommendation of hypens in chart names
...
We definitely still suggest that dashes are acceptable for chart packages, but users should be aware of the limitations of dashes in variable names in Go templates.
6 years ago
Matthew Fisher
6307aad16d
add every release artifact to the release notes
6 years ago
Matthew Fisher
e294439e01
add amendments to release checklist
6 years ago
Anders Rasmussen
9effff424f
Adding space for correct formatting on docs.helm.sh
...
The rendering of the bullet list is not rendered correctly on https://docs.helm.sh/developing_charts/#hooks
6 years ago
Michelle Noorali
96f9eb3c1f
Merge pull request #4371 from michelleN/docs
...
ref(docs): update docs around rbac
6 years ago
KUOKA Yusuke
dc93908626
feat: Set values from local files ( #3758 )
...
Adds the `--set-file key=filepath` flag to `install`, `upgrade`, `template` and `lint` sub-commands so that the content of the file at the `filepath` is set to the value for the `key`.
Resolves #1754
6 years ago
nashasha1
a657106798
Dashes are not allowed in the name
6 years ago
Matthew Fisher
c72c4a0bcd
Merge pull request #4372 from dracan/patch-1
...
Add missing space
6 years ago
Ihor Dvoretskyi
84856089c6
Snap installation information added ( #4366 )
...
* Snap installation information added
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
* Moved Snap instructions to the different section
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
6 years ago
Rohan Chakravarthy
4efa18a5ec
feat(helm): Add the --kubeconfig flag ( #4235 )
...
Adds the ability to specify a kubeconfig file that overrides $KUBECONFIG
6 years ago
Dan Clarke
02f8130dbe
Add missing space
...
Yeah, I know - very trivial, but ¯\_(ツ)_/¯ :)
6 years ago
Michelle Noorali
30f245c0d3
docs(rbac.md): delete redundant step
6 years ago
Michelle Noorali
57e7b07c3e
ref(docs): add more links to tiller rbac info
6 years ago
A. Stiles
fc7b1caf9b
Include exact details to configure storage=secret
6 years ago
Brian
aedd306e83
Revert "fix(helm): add `--tls-hostname` flag to tls flags."
6 years ago
fibonacci1729
aaf1c6a352
docs(*): update tiller_ssl docs to reflect IP SAN usage.
...
When using helm/tiller in tls-verify mode, 127.0.0.1 should
be listed as an IP SAN in the tiller certificate to pass
hostname verficiation of the TLS handshake.
Closes #4149
6 years ago
flynnduism
c6a572a38e
docs(chore): scale svg up to 620 initial width/height
6 years ago
Michelle Noorali
c4cabe03b0
Merge pull request #4324 from michelleN/kind
...
chore(docs): lowercase `Kind` for clarity
6 years ago
Michelle Noorali
5a43a80e95
chore(docs): lowercase `Kind` for clarity
...
`Kind` being upper case makes it seem like we're referrring to
the Kind field of a Kubernetes resource but we're really talking
about the kind of helm hook in this case.
resolves #4302
6 years ago
Matthew Fisher
50ebdd808d
Merge pull request #3825 from adshmh/3581-feat-allow-custom-desc-after-helm-release-upgrade
...
Feature: allow custom description after helm release upgrade
6 years ago
roc
c551fb7ef6
docs(helm): add helm-cos to related helm plugins
6 years ago
flynnduism
a3a1034e08
docs(chore): add svg logo
6 years ago
Jon Kalfayan
b3c583b855
add nil check in if statement configmap example, also note why
6 years ago
Matthew Fisher
a7a95c5712
Merge pull request #3574 from derekbassett/documentation-issue-for-RBAC
...
The defined role does not allow Tiller to launch Kubernetes jobs
7 years ago
Taylor Thomas
572743d5d6
Merge pull request #4035 from thomastaylor312/docs/add_release_meetings
...
docs(release_checklist): Adds information about new release meetings
7 years ago
Michelle Noorali
374a320d0f
Merge pull request #4041 from michelleN/docs
...
chore(docs): mv index.md to README.md
7 years ago
Matthew Fisher
f63baab020
Merge pull request #3923 from seaneagan/list_cmd_output_format
...
feat(list): Optional output as JSON and YAML
7 years ago
Matthew Fisher
afd6f53023
Merge pull request #4096 from qinix/fix-doc-requirements-condition
...
fix charts doc: there shouldn't be a space in between the conditions
7 years ago
Dean Coakley
0ddbcc1fe9
Remove trailing whitespace
7 years ago
Matthew Fisher
1a728c6f14
Merge pull request #4139 from radbaron/master
...
Documentation formatting [Tiny]
7 years ago
Arash Deshmeh
d8c4cbb0e0
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
andrzejwp
e4a80cdc3b
Add link to cdwv/awesome-helm
7 years ago
Lukas Eichler
4d63e1f84f
Added documentation for the tpl function
7 years ago
Rob Salmond
03d502c431
small typo fix
7 years ago
radbaron
4e29c7e2fd
Documentation: add syntax highlighting to code examples & fix spelling of kube primitives
7 years ago
Matthew Fisher
d77642f4a5
Merge pull request #4104 from yenicapotediaz/master
...
removed --install option from --namespace to solve inconsistency with the `helm lint` documentation
7 years ago
Matthew Fisher
d4c4d22280
Merge pull request #4105 from balboah/feature/template_release_isinstall
...
Add helm template --is-upgrade
7 years ago
Matthew Fisher
086139ab1f
Merge pull request #4119 from slayerjain/patch-1
...
docs(helm): Added double quotes to example
7 years ago
mf-lit
215abe9fd4
Update tiller_ssl.md
...
Add -days parameter to openssl signing commands for clarity. Also add some related troubleshooting steps.
7 years ago
Shubham Jain
8415e2716c
docs(helm): Added double quotes to example
...
In the current version of helm (2.8.2), there needs to be double quotes around the value to support escaping special characters.
7 years ago
Ryan Hartje
20fe27c0de
adding docs for GKE for helm 2
7 years ago
Johnny Bergström
93e8f0a694
make docs
...
recipe for target 'verify-docs' failed
7 years ago
Eric Zhang
091dd84c71
fix charts doc: extra space in requirement condition
7 years ago
Yeni Capote Diaz
4f36bbf2bd
removed --install option from --namespace.
7 years ago
Matthew Fisher
e52c7dbf92
replace with a link to the latest releases page
...
This removes a step required every time we release Helm, making it
simpler to cut a new release.
7 years ago
Michelle Noorali
1bb34bc255
chore(docs): mv index.md to README.md
...
* Newcomers may not realize they have to look
for the index.md file when coming to the docs dir
* README.md makes the index easier to see
7 years ago
Matt Butcher
0699ec4248
feat(tiller): support CRD installation ( #3982 )
...
This adds support for installing CRDs well before any other resource
kinds are installed.
This PR introduces a new hook, `crd-install`, that fires before
manifests are even validated. It is used to install a CRD before any
other part of a chart is installed.
Currently, this hook is _only implemented for install_. That means we
currently cannot add new CRDs during `helm upgrade`, nor can they
be rolled back. This is the safest configuration, as the update/rollback
cycle gets very challenging when CRDs are added and removed.
7 years ago
Taylor Thomas
b133da06e5
docs(release_checklist): Adds information about new release meetings
...
We have decided to start having release meetings to define clear objectives
for a release. This documents the process.
7 years ago
AdamDang
ddb536aa7a
Typo fix: usa helm->use helm
...
usa helm->use helm
7 years ago
Julien Bordellier
c67fab5934
docs(helm): update Globs examples to work correctly
7 years ago
Marat Garafutdinov
7a65f7479a
add --col-width to `helm search` ( #3949 )
...
* add customizeable --col-width
* make docs. whitespacing
7 years ago
AdamDang
28fb950588
Typo fix in plugins.md "that that"->"that"
...
"that that"->"that"
7 years ago
Colin Dickson
b0eb40b2ca
fixed flag for tls ca cert option in the documentation
7 years ago
Sean Eagan
49c3d50e4e
feat(list): Optional output as JSON and YAML
...
The choice of interface `--output (json|yaml)` is to match that of the
status command, except that -o is not available as it is already used
by --offset.
WIP #1534
7 years ago
Michelle Noorali
513dc6bd7c
Merge pull request #3901 from AdamDang/patch-4
...
Typo fix in functions_and_pipelines.md
7 years ago
Matthew Fisher
7b8aae4667
Revert "feat: add --set and --values options to 'helm package'"
...
This reverts commit a930eb7ff4
.
7 years ago
AdamDang
f291fdbb43
Typo fix in functions_and_pipelines.md
...
useable->usable
7 years ago
Jesse Weinstein
4ce35363d4
Document apiVersion field
...
Added in https://github.com/kubernetes/helm/issues/1264
7 years ago
Matthew Fisher
00afbd7e74
remove optional field from charts and templates
7 years ago
Manuel Rüger
87cd8ce79a
Remove Mercurial build-time dependency
...
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in
845e990143 (diff-f16a80eae23d5b298c2652448ec420cfL4)
7 years ago
xianlubird
4b09b0489b
Fix some typo
...
Signed-off-by: xianlubird <xianlubird@gmail.com>
7 years ago
AdamDang
79ffa98ec0
Proper none not in capitals
...
Helm is a proper none, should be written in capitals.
7 years ago
Erik Sundell
3f5e82c832
Typo fix
...
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
7 years ago
Taylor Thomas
85282ab864
fix(docs): Add the missing docs
...
Because I was too stupid to regen the docs and flake made it so we
didn't get a reminder
7 years ago
Matthew Fisher
2e309df08f
Merge pull request #3836 from bacongobbler/rename-to-crd
...
rename TPR to CRD
7 years ago
Matthew Fisher
d078caa0d0
Merge pull request #3471 from adshmh/add-set-and-values-options-to-helm-package
...
feat: add --set and --values options to 'helm package'
7 years ago
Stefan Henseler
c6faed101b
Updates readme with choco install command
7 years ago
Taylor Thomas
8fef5aad52
Merge pull request #3794 from AdamDang/patch-2
...
Update rbac.md
7 years ago
Matthew Fisher
f52d0f4f18
rename TPR to CRD
7 years ago
Daryl Walleck
1e7915587f
Fixes typos introduced in #3540 . Closes #3823
7 years ago
Michelle Noorali
e922a873bc
ref(cmd/upgrade): update reuse-values flag descrip
...
helps clarify behavior. See #3655
7 years ago
AdamDang
58ac602365
Typo fix helm->Helm
7 years ago
Matthew Fisher
e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
...
Implement before-hook-creation delete policy
7 years ago
AdamDang
026e6b55e5
Update rbac.md
...
In the main text and paragraph title, "Tiller" and "tiller" are both used, It's better use same format.
7 years ago
Matthew Fisher
d32a6ef63b
Merge pull request #3768 from edgarlanting/patch-1
...
Updated kubernetes_distros.md with DC/OS note.
7 years ago
Shredgar
3334309a91
Removed typos (additional plus signs)
...
Removed typos (additional plus signs)
7 years ago
muhongwei
0ba75b6652
fix 'eveything' -> 'everything' ( #3754 )
7 years ago
muhongwei
75387fe318
fix 'mulitenant'->'multitenant' ( #3755 )
7 years ago
Jonathan Hall
6e3a0a1291
Remove outdated note.
7 years ago
Shredgar
52b7abac26
Updated kubernetes_distros.md with DC/OS note.
...
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
7 years ago
AdamDang
31c03a2484
Update tiller_ssl.md
...
"that" is duplicated.
7 years ago
Russell Morrisey
9d0dc294d7
Updated to mention the --purge flag on delete
...
See: https://github.com/kubernetes/helm/issues/2332
7 years ago
Matthew Fisher
62153d10df
Merge pull request #3733 from jstrachan/patch-2
...
add a link to Jenkins X and how it uses helm
7 years ago
James Strachan
6abbee0d44
fixed typo + moved into Helm Included section
7 years ago
Derek Bassett
00376d4d1f
The default defined role does not allow Tiller to launch Kubernetes jobs.
7 years ago
fqsghostcloud
bddb6591d4
fix Syntax error
...
fix Syntax error
7 years ago
James Strachan
502db80b26
add a link to Jenkins X and how it uses helm
...
for promoting applications through environments via GitOps
7 years ago
Alexey igrychev
1d4883bf3c
Implement before-hook-creation delete policy
...
Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back).
New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
7 years ago
Arturo Contreras
a615f80c92
Adding --set-string flag to force string values.
7 years ago
Eyal Ben Moshe
b6335b7dfe
Authentication support for remote charts repositories ( #3206 )
...
Authentication support for remote charts repositories.
7 years ago
Matthew Fisher
87f66af061
Merge pull request #3652 from rajatjindal/history-format
...
add support for output format in json or yaml
7 years ago
Matthew Fisher
b335bfdabf
Merge pull request #3680 from bacongobbler/fix-doc-style
...
add newline after header
7 years ago
Arash Deshmeh
a930eb7ff4
feat: add --set and --values options to 'helm package'
...
When 'helm package --set stringsArray' is run, this will set/override values
in the packaged chart. 'helm package --values valueFiles' uses one or more
value files to achieve the same.
Closes #3141
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Rajat Jindal
333341425a
update documentation as per review feedback
7 years ago
Florian Zysset
3625241025
feat(helm): inspect readme
7 years ago
Matthew Fisher
421499708f
add newline after header
...
Doesn't cahnge the rendered markdown, but it makes the styling consistent with the rest of the docs.
7 years ago
Rajat Jindal
c93ff32f52
make table explicitly default
7 years ago
Rajat Jindal
46ed802750
add support for output format in json or yaml
7 years ago
Taylor Thomas
c5f2174f26
Merge pull request #3640 from rajatjindal/docfix
...
fix typo in docs and fake
7 years ago
Rajat Jindal
92972b0353
fix typo in docs and fake
7 years ago
Patrick Liu
d01c5e0ee6
Add helm-unittest in plugins
7 years ago
Matthew Fisher
a66a39a171
fix helm init --wait
7 years ago
Matthew Fisher
c31246467c
Merge pull request #3623 from bacongobbler/docs-kubeversion
...
fix kubeVersion example
7 years ago
Matthew Fisher
01b404b68e
fix kubeVersion example
7 years ago
Matthew Fisher
184f7840e8
Merge pull request #3607 from evanscastonguay/patch-1
...
Add instruction to support new GnuGP version
7 years ago
Evans Castonguay
c6f7e54267
update the documentation to refere to GnuPG v2
...
update the documentation to refere to GnuPG v2 instead of latest GnuPG
7 years ago
Matthew Fisher
fc57b35298
Merge pull request #3608 from chenzhiwei/update-doc
...
Change helm update to helm upgrade
7 years ago
Chen Zhiwei
363e5bcdf8
Change helm update to helm upgrade
7 years ago
Yaroslav Molochko
2f252e9524
Add --replicas option for HA fixes #2334
7 years ago
Itay Shakury
f78aaa8715
added Codefresh
7 years ago
Evans Castonguay
8a7390342b
Add instruction to support new GnuGP version
...
The latest GnuGP tool (https://gnupg.org/download/ ) is now storing keyring in a new format file 'kbx' instead of 'gpg' which make the current documentation incomplete for a new user. The propose pull request consists of adding documentation to explain how to generate a gpg using the latest GnuGP tool
7 years ago
Matthew Fisher
6cb83d4a81
Merge pull request #3590 from joonix/helm-hashtag
...
Add helm-hashtag plugin
7 years ago
Sami Alajrami
df61fb84d8
adding Helmsman in docs/related.md
7 years ago
Johnny Bergström
e4305233e4
Add helm-hashtag plugin
...
https://github.com/balboah/helm-hashtag
7 years ago
Matthew Fisher
89b8312c48
Merge pull request #3502 from yanc0/typo-occurences-charts.md
...
fix occurences typo in charts.md
7 years ago
Justin Scott
420be49522
Merge pull request #3475 from jascott1/3394_reset
...
fix(helm): update helm reset --force tip for clarity
7 years ago
Matthew Fisher
2f2ebbeebb
Merge pull request #3405 from liubin/patch-2
...
Fix typo
7 years ago
Matthew Fisher
ef1307f10c
Merge pull request #3492 from flimzy/docs
...
Minor documentation fixes
7 years ago
Matthew Fisher
512f3be7dd
Merge pull request #3561 from eicnix/master
...
docs(helm): Added kubeVersion to documentation.
7 years ago
Lukas Eichler
a78336ad35
docs(helm): Added kubeVersion to documentation.
...
docs(helm): Added kubeVersion to documentation and examples.
Adjusted wording for the Chart.kubeVersion description
Removing redundant wording for Chart.kubeVersion description
7 years ago
Matthew Fisher
18b709ef21
Merge pull request #3473 from bacongobbler/use-underscore
...
use an underscore for release_checklist.md
7 years ago
Adam Reese
d0883dd813
docs(related): add helm-local plugin ( #3547 )
7 years ago
Justin Scott
64ac056983
Merge pull request #3524 from mueedc/master
...
update docs to demonstrate best practices in regards to named templates
7 years ago
EJ Etherington
ed0a7462d8
Added ReactiveOps Autohelm to the related tools list
7 years ago
Mueed Chaudhry
4cc95d2c2f
update docs to demonstrate best practices in regards to named templates
7 years ago
Frederik Carlier
8530f1bc22
Add a reference to Helm.NET
7 years ago
Jason Murray
d65f8b532f
Typo once/one
7 years ago
Yann Coleu
50cba63c5c
fix occurences typo in charts.md
7 years ago
Sunny
cff4ea416e
feat(helm): add --template flag to `helm version`
...
`helm version --template` prints the client and server version info in
the provided template format.
7 years ago
Jonathan Hall
ffc76861fe
Fix bash example
7 years ago
Jonathan Hall
0d12288e46
Grammar fixes and clarifications
7 years ago
Justin Scott
460dbe937e
Merge pull request #3391 from jstriebel/patch-1
...
minor docs change: change child-parent title & links to fix links
7 years ago
Matthew Fisher
079e8effeb
Merge pull request #3417 from ArnaudRinquin/patch-1
...
Update charts_tips_and_tricks.md
7 years ago
Justin Scott
084a2bb945
fix(helm): update helm reset --force tip for clarity
...
Updates helm reset error message to clarify that --force will not remove releases.
Closes #3394
7 years ago
Matthew Fisher
b02c6ffb91
use an underscore for release_checklist.md
...
Brings it in line with the rest of the documentation in docs/
7 years ago
Matthew Fisher
3c39e72189
Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag
...
Revert "feat(helm): adding kubeconfig flag"
7 years ago
Matthew Fisher
2a9a9f1851
Merge pull request #3458 from bacongobbler/remove-master-references
...
remove references to the term "master"
7 years ago
lihuang
bf8bc42cfc
Update tiller_ssl.md
7 years ago
Matthew Fisher
c316193a62
remove references to the term "master"
7 years ago
Matthew Fisher
add98dab9b
Merge pull request #3451 from huanghuangzym/patch-3
...
Update developers.md
7 years ago
Matthew Fisher
40ae3fa2f0
Merge pull request #3452 from jianliao82/patch-1
...
Update charts_tips_and_tricks.md to fix typo error
7 years ago
Jonas Fonseca
782b394e97
Fix subchart2 example tag
7 years ago
liaoj
db31b7a9da
Update charts_tips_and_tricks.md
...
typo error
comand --> command
7 years ago
lihuang
dddce02b94
Update developers.md
7 years ago
Matthew Fisher
1f87bf031a
Merge pull request #3388 from scriptonist/master
...
docs: fixed incorrect clone path in developer docs
7 years ago
Matthew Fisher
5debe73763
Merge pull request #3424 from huanghuangzym/master
...
fix doc some spell check
7 years ago
lihuangzym
f953b2be2d
fix doc spell check
7 years ago
Matthew Fisher
14136964f5
Merge pull request #3406 from barkerd427/patch-1
...
Disambiguate encoding from secrets
7 years ago
Matthew Fisher
6dcb8d0022
Merge pull request #3419 from huanghuangzym/master
...
the spell check
7 years ago
lihuangzym
b9bd81dc7f
the spell check
7 years ago
Arnaud Rinquin
67c190af28
doc(tips): Add an exception to tip about quoting integers
...
Add a sentence to balance the advice about not quoting integers as it can cause headaches when applied to env variables.
7 years ago
Reinhard Nägele
cbea403d04
Update RBAC best practices
7 years ago
Daniel Barker
2a0090c8c7
Disambiguate encoding from secrets
7 years ago
Bin Liu
3c66183cb5
Fix typo
7 years ago
Matthew Fisher
f13c4d28b5
Revert "feat(helm): adding kubeconfig flag"
...
This reverts commit 371ff8f26d
.
7 years ago
Matthew Fisher
8604e0b832
bump version to v2.8
...
also add it to the release checklist.
7 years ago
Matthew Fisher
4763cca8cb
fix RELEASE_BRANCH_NAME
...
the release branch was of the format `release-vX.Y.Z` when it should be `release-X.Y`.
7 years ago
jonathan.striebel
d77a60a462
change child-parent title & links to fix links
7 years ago
scriptonist
03f35cdd32
docs: fixed incorrect clone path in developer docs
...
In docs/developers.md the clone path for helm was given as $GOPATH/k8s.io.
This has been changed to $GOPATH/src/k8s.io.
Closes #3387
7 years ago
Matthew Fisher
9fcd6be4ff
fix link to image
7 years ago
Catalin
229bbd84ba
Added k8comp plugin for helm
7 years ago
Kazuki Suda
7b5a837b04
helm template: display the default value of --kube-version in help message
...
This commit improves to display the default value of --kube-version in
help message of `helm template` command.
```
--kube-version string kubernetes version used as Capabilities.KubeVersion.Major/Minor (default "1.9")
```
7 years ago
Matthew Fisher
14c7be1f92
Merge pull request #3288 from bradbeam/starter
...
feat Making starter templates more versatile
7 years ago
Etienne Tremel
af3c734e37
Add helm-monitor plugin
7 years ago
Alex Johnson
b29d25ef0b
Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests
...
Fixes #2114
Signed-off-by: Alex Johnson <ajohnson@bombora.com>
7 years ago
Dennis Benzinger | SAP Hybris
9ad292b3ef
Fix filename
7 years ago
Andrey Chernih
fb14322641
Added notes on how to fix pulling errors
...
Getting this error when running `helm init` locally:
Failed to pull image "gcr.io/kubernetes-helm/tiller:v2.7": rpc error:
code = Unknown desc = Error response from daemon: manifest for
gcr.io/kubernetes-helm/tiller:v2.7 not found
7 years ago
Pure White
270969117c
fix a typo
7 years ago
rocky-nupt
a6381e83a7
feat(helm): Add --col-width to helm list and helm history ( #2836 )
...
* feat(helm): Add --full-output to helm list and helm history
The default maximum length of the output table is 60 chars.
When the length is greater than 60, the content will be omitted.
This patch adds -f and --full-output to helm list and helm history
which can display full information of releases on the screen.
Closes #2828
* a
* feat(helm): Add --full-output to helm list and helm history
The default maximum length of the output table is 60 chars.
When the length is greater than 60, the content will be omitted.
This patch adds -f and --full-output to helm list and helm history
which can display full information of releases on the screen.
Closes #2828
7 years ago
Florian Zysset
fa06dd176d
helm init --upgrade will downgrade ( #2805 )
...
* Don't downgrade tiller with helm init --upgrade unless --force-upgrade is specified
Fix tests after merging master
* Reformatting with gofmt
7 years ago
Matthew Fisher
c462b28f14
Merge pull request #3321 from akshaisarathy/master
...
Adding Platform9 info
7 years ago
Akshai Parthasarathy
9c04c660cf
updating language
7 years ago
Akshai Parthasarathy
e6280d157c
Adding Platform9 info
7 years ago
Justin Scott
9d0f9a24fd
Merge pull request #3315 from bacongobbler/add-bracket
...
add missing parentheses
7 years ago
Luis Cordova
724b3898a4
fix typo
7 years ago
Matthew Fisher
b3cc17b770
add missing parentheses
7 years ago
Brad Beam
8e0eface2c
Making starter templates more versatile
...
This adds support for changing '<CHARTNAME>'
occurances in starter chart to the destination
chart name
7 years ago
Matthew Fisher
6c585d47a8
Merge pull request #3266 from nokia/docs/downloader-plugin
...
docs: downloader plugin documentation
7 years ago
Mitchel Humpherys
e4274c448c
docs(chart_template_guide): Fix link
...
Fix a Glob link floating around with some invalid markdown and an invalid
target.
7 years ago
Matthew Fisher
1c30e61dde
Merge pull request #3280 from gmiretti/patch-1
...
doc: Fix command formatting on plugins help
7 years ago
Gabriel Miretti
9735642fe8
Fix broken bullets by Note in docs.helm.sh
7 years ago
Gabriel Miretti
219e1075ce
Fix command formatting
7 years ago
Gergo Huszty
a8b95ca1d1
Downloader plugin documentation added.
7 years ago
Julian
ca415ab8db
feat(helm): support namespace and additional values in lint ( #2972 )
...
* Add "--namespace" to helm lint
Keep lint syntax as close as possible to "helm install" resp. "helm
upgrade", so that one only needs to change the command.
See #2036
* Align lintCmd struct
* Add "--set" and "--values" to helm lint
Keep lint syntax as close as possible to "helm install" resp. "helm
upgrade", so that one only needs to change the command.
Closes #2495,#2036
* Reuse strict parameter, when rendering during lint
We want to see the rendering fail, if we missed a value, so we reuse
"--strict".
See #2495,#2036
* Fix lint unit test
See #2495,#2036
* Update docs
7 years ago
Matthew Fisher
6707fe0468
Merge pull request #3190 from mattfarina/feat/status-json
...
feat(status): Optional output as JSON and YAML
7 years ago
Matthew Fisher
646ab43bc4
Merge pull request #3232 from hobti01/patch-3
...
Fix example and reference version matching syntax
7 years ago
Matt Farina
9d4b9ca208
feat(status): Optional output as JSON and YAML
7 years ago
Luk Burchard
6029f4dc93
Fix helm ls in Quickstart
7 years ago
Matthew Fisher
782f855ad9
Merge pull request #3091 from bacongobbler/release-checklist
...
add release checklist
7 years ago
Ralph Squillace
9dd74690c2
Updating the guidance for securing your Helm installation ( #3228 )
...
* first staging
* Filled out RBAC and TLS
* Finished draft.
* smoothing
* gRPC endpoint tooling moved up and cleaned
* updating install.md
* addressed comments; will continue expanding and iterating
7 years ago
Tim H
a3af75f9b6
Fix example and reference version matching syntax
...
Address documentation issue raised in #2759
7 years ago
Matthew Fisher
7c66074bf6
Merge pull request #3205 from bacongobbler/fix-links
...
fix links to service_accounts.md
7 years ago
Matthew Fisher
7bda457164
Merge pull request #3192 from markgibaud/patch-1
...
correct typo
7 years ago
Matthew Fisher
35616bd0df
fix links to service_accounts.md
7 years ago
Ralph Squillace
c20ec8feda
fixed bad link.
7 years ago
Arash Deshmeh
9e869700c0
fix(helm): add --app-version flag to 'helm package'
...
When 'helm package --app-version foo' is run, this will
set the AppVersion field to 'foo' in the packaged chart.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Igor Vuk
d81780032a
Fix a typo in install.go, update helm_install.md
7 years ago
Matthew Fisher
cad89240f3
Merge pull request #3187 from hoesler/fix/chart_downloader
...
fix(helm): resolve relative chart paths
7 years ago
Mark Gibaud
335ea3c6ac
correct typo
7 years ago
Matthew Fisher
ab46779b88
Merge pull request #3094 from bacongobbler/rbac
...
more expansive RBAC setup docs
7 years ago
Christoph Hösler
af9190f956
feature: let FindChartInRepoURL return absolute chart URLs
7 years ago
Matthew Fisher
497837edd7
add release checklist
7 years ago
Matthew Fisher
d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
...
Add plugin installer from http archive
7 years ago
Matthew Fisher
ae878f91c3
more expansive RBAC setup docs
7 years ago
Christoph Hösler
b45293feb0
fix: updated docs
7 years ago
omkensey
41415e5c42
RBAC best practices ( #3184 )
...
Document chart best practices related to RBAC.
Fixes #3098 .
7 years ago
Matt Butcher
79ccafde2b
docs(quickstart): add clarifications about RBAC, TLS ( #3180 )
...
This puts pointers to RBAC and TLS docs in the quickstart guide.
7 years ago
Rajat Jindal
7f13e13a71
support output-dir when running 'helm template' ( #3144 )
...
* support output-dir when running 'helm template'
* add --output-dir to documentation
* when writing to file, dont add additional document
* trigger another ci build. make test-unit works for me
* dont write blank files
* return err instead of panic
7 years ago
Sebastien Plisson
31ea2018fa
docs(helm): Document how to update a release idempotently ( #3148 )
...
* docs(helm): Document how to update a release idempotently
To use the same command when installing and upgrading a release, using helm upgrade with '--install' works.
Closes #3134
* Upgrade instead of update
7 years ago
Michelle Noorali
5884124294
ref(docs): update plugin install documentation
7 years ago
Matthew Fisher
5f53c55b52
Merge pull request #3142 from notxcain/patch-1
...
Fix incorrect line
7 years ago
Matt Butcher
e8e6ac5d77
Fix/missing ssl params ( #3152 )
...
* fix(helm): add TLS params back
During a recent refactor, several TLS flags stopped being processed for
a few of the commands. This fixes those commands, and documents how to
set up TLS.
* fix(tiller): add stricter certificate verification
The older version of Tiller allowed a weaker set of certificate checks
than we intended. This version requires a client certificate, and then
requires that that certificate be signed by a known CA. This works
around the situation where a user could provide a self-signed
certificate.
7 years ago
Denis Mikhaylov
7e0e27726d
Fix incorrect line
7 years ago
Stephen McQuaid
cf6f139ee8
Update related.md with new helm plugin
...
Add helm-github plugin to list in documentation
7 years ago
Franz Beltran
85ed9f3d4b
Update best practices on imagePullPolicy
...
Setting the value of `imagePullPolicy` should be aligned to what `helm create` does
7 years ago
Pietro Menna
8ee89fe5dc
fix(helm): update documentation to reflect $HOME env var change
7 years ago