Commit graph

563 commits

Author SHA1 Message Date
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
2018-02-09 10:55:49 -08:00
Matthew Fisher
3c39e72189
Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag
Revert "feat(helm): adding kubeconfig flag"
2018-02-08 10:47:15 -08:00
Matthew Fisher
2a9a9f1851
Merge pull request #3458 from bacongobbler/remove-master-references
remove references to the term "master"
2018-02-06 08:07:32 -08:00
lihuang
bf8bc42cfc
Update tiller_ssl.md 2018-02-06 10:27:42 +08:00
Matthew Fisher
c316193a62 remove references to the term "master" 2018-02-05 08:43:28 -08:00
Matthew Fisher
add98dab9b
Merge pull request #3451 from huanghuangzym/patch-3
Update developers.md
2018-02-05 06:40:16 -08:00
Matthew Fisher
40ae3fa2f0
Merge pull request #3452 from jianliao82/patch-1
Update charts_tips_and_tricks.md to fix typo error
2018-02-05 06:39:51 -08:00
Jonas Fonseca
782b394e97
Fix subchart2 example tag 2018-02-05 07:17:46 -05:00
liaoj
db31b7a9da
Update charts_tips_and_tricks.md
typo error
comand --> command
2018-02-05 14:09:36 +08:00
lihuang
dddce02b94
Update developers.md 2018-02-05 13:38:22 +08:00
Matthew Fisher
1f87bf031a
Merge pull request #3388 from scriptonist/master
docs: fixed incorrect clone path in developer docs
2018-02-01 21:31:45 -08:00
Matthew Fisher
5debe73763
Merge pull request #3424 from huanghuangzym/master
fix doc some spell check
2018-01-30 18:56:30 -08:00
lihuangzym
f953b2be2d fix doc spell check 2018-01-31 10:47:32 +08:00
Matthew Fisher
14136964f5
Merge pull request #3406 from barkerd427/patch-1
Disambiguate encoding from secrets
2018-01-30 18:05:33 -08:00
Matthew Fisher
6dcb8d0022
Merge pull request #3419 from huanghuangzym/master
the spell check
2018-01-30 17:36:37 -08:00
lihuangzym
b9bd81dc7f the spell check 2018-01-30 19:05:12 +08:00
Reinhard Nägele
cbea403d04 Update RBAC best practices 2018-01-27 15:19:30 +01:00
Daniel Barker
2a0090c8c7
Disambiguate encoding from secrets 2018-01-26 07:39:53 -06:00
Matthew Fisher
f13c4d28b5 Revert "feat(helm): adding kubeconfig flag"
This reverts commit 371ff8f26d.
2018-01-25 23:32:42 -08:00
Matthew Fisher
8604e0b832 bump version to v2.8
also add it to the release checklist.
2018-01-25 22:45:19 -08:00
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`.
2018-01-25 22:44:13 -08:00
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
2018-01-25 15:50:53 +05:30
Matthew Fisher
9fcd6be4ff fix link to image 2018-01-22 12:37:51 -08:00
Catalin
229bbd84ba Added k8comp plugin for helm 2018-01-22 00:01:53 +00:00
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")
```
2018-01-20 07:50:38 +09:00
Matthew Fisher
14c7be1f92
Merge pull request #3288 from bradbeam/starter
feat Making starter templates more versatile
2018-01-19 11:14:21 -08:00
Etienne Tremel
af3c734e37 Add helm-monitor plugin 2018-01-19 13:18:35 +01:00
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>
2018-01-18 15:40:26 -08:00
Dennis Benzinger | SAP Hybris
9ad292b3ef
Fix filename 2018-01-12 17:32:27 +01:00
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
2018-01-11 16:07:23 -08:00
Pure White
270969117c
fix a typo 2018-01-10 19:19:24 +08:00
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
2018-01-09 20:54:01 -08:00
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
2018-01-09 12:46:07 -08:00
Matthew Fisher
c462b28f14
Merge pull request #3321 from akshaisarathy/master
Adding Platform9 info
2018-01-09 07:48:02 -08:00
Akshai Parthasarathy
9c04c660cf updating language 2018-01-08 16:04:48 -08:00
Akshai Parthasarathy
e6280d157c Adding Platform9 info 2018-01-08 16:00:55 -08:00
Justin Scott
9d0f9a24fd
Merge pull request #3315 from bacongobbler/add-bracket
add missing parentheses
2018-01-08 10:27:13 -08:00
Luis Cordova
724b3898a4
fix typo 2018-01-08 10:23:15 -05:00
Matthew Fisher
b3cc17b770 add missing parentheses 2018-01-05 12:54:03 -08:00
Brad Beam
8e0eface2c Making starter templates more versatile
This adds support for changing '<CHARTNAME>'
occurances in starter chart to the destination
chart name
2018-01-01 04:34:38 +00:00
Matthew Fisher
6c585d47a8
Merge pull request #3266 from nokia/docs/downloader-plugin
docs: downloader plugin documentation
2017-12-28 14:58:51 -08:00
Mitchel Humpherys
e4274c448c docs(chart_template_guide): Fix link
Fix a Glob link floating around with some invalid markdown and an invalid
target.
2017-12-23 15:14:46 -08:00
Matthew Fisher
1c30e61dde
Merge pull request #3280 from gmiretti/patch-1
doc: Fix command formatting on plugins help
2017-12-21 12:08:50 -08:00
Gabriel Miretti
9735642fe8
Fix broken bullets by Note in docs.helm.sh 2017-12-19 17:51:27 -03:00
Gabriel Miretti
219e1075ce
Fix command formatting 2017-12-19 17:46:03 -03:00
Gergo Huszty
a8b95ca1d1 Downloader plugin documentation added. 2017-12-16 13:32:46 +01:00
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
2017-12-13 14:43:12 -08:00
Matthew Fisher
6707fe0468
Merge pull request #3190 from mattfarina/feat/status-json
feat(status): Optional output as JSON and YAML
2017-12-13 10:37:01 -08:00
Matthew Fisher
646ab43bc4
Merge pull request #3232 from hobti01/patch-3
Fix example and reference version matching syntax
2017-12-12 14:43:04 -06:00
Matt Farina
9d4b9ca208
feat(status): Optional output as JSON and YAML 2017-12-12 12:51:05 -05:00