Commit graph

18 commits

Author SHA1 Message Date
Kiichiro Okano
e3655bb142 Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable 2017-04-04 14:24:58 +01:00
Matthew Fisher
d44b7ada14 document toYaml syntax in --set for annotations 2017-03-16 15:02:25 -07:00
Tao Zhou
f745c9c761 docs(using_helm): fix outdated helm rollback example usage in doc
Closes #1921
2017-02-07 08:38:59 +08:00
Taylor Thomas
5b116247b8 Adds documentation for --wait and other new command line flags 2017-01-20 11:06:26 -08:00
dongziming
34d7585f1e Spelling errors and so on. 2016-12-26 11:40:48 +08:00
Matt Butcher
560964766b Merge pull request #1562 from yuvipanda/patch-1
Remove double explanation of why MariaDB is in the list
2016-11-29 17:14:28 -07:00
Matt Butcher
6a1aab7fc8
fix(helm): improve --set parser
This replaces the old set parser with a brand new one. This also changes
the internal algorithm from duplicating YAML to merging YAML, which
might solve a problem one user reported in chat, but which was never
captured in an issue.

Closes #1540
Closes #1556
2016-11-23 11:55:13 -07:00
Yuvi Panda
8ea2d1bc9b Remove double explanation of why MariaDB is in the list 2016-11-16 20:39:01 -08: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
joe2far
eba74bec6c docs(*) fix typos in docs 2016-10-25 19:01:52 +01: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
Erik Christensen
d379eda785 Fixed broken link from "chart.md" to "charts.md" 2016-10-12 15:07:26 -04:00
Matt Butcher
1c6fc9c0e8 feat(helm): remove the requirement that fetch/install need version
This removes the requirement that a fetch or install command must
explicitly state the version number to install. Instead, this goes to
the strategy used by OS package managers: Install the latest until told
to do otherwise.

Closes #1198
2016-10-07 12:25:14 -06:00
Matt Butcher
51981d62f2 docs(using_helm): change reference from npm to CPAN/Fedora DB
Closes #1271
2016-10-04 17:27:54 -06:00
Matt Butcher
66e59f63e7 fix(helm): change 'helm update' to 'helm repo update'
The old form is marked deprecated.

Relates to #1196
2016-10-04 12:38:00 -06:00
Mark Petrovic
3ec83045d4 issue/1254
Fix typo in using_helm.md that refers to "glide install".  The
reference should be to "helm install".
2016-09-30 17:46:53 -07:00
Matt Butcher
7d8b5bbb49 docs(install, using): add installation and usage docs 2016-09-28 13:19:22 -06:00