Marc Khouzam
3eef735305
docs: Replace reference to k8s.io to helm.sh
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
2019-04-26 15:27:00 -04:00
Adam Reese
d4323c1da8
Merge pull request #5529 from ian-howell/docs/V2toV3
...
docs: Update the "Developer Guide"
2019-04-01 11:44:33 -07:00
Martin Hickey
030fef5765
Fix docs targets
...
Update to the `docs` and `verify-docs` targets for v3.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2019-04-01 11:40:44 +01:00
Martin Hickey
46e6539e63
Remove docs target and generated docs folder
...
It would seem that generated docs were removed in `5048ed8`
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2019-04-01 10:07:42 +01:00
Ian Howell
8f87eb1fac
docs: Update the "Developer Guide"
...
Signed-off-by: Ian Howell <ian.howell0@gmail.com>
2019-03-29 14:08:36 -05:00
Adam Reese
895e9192d4
feat(*): use vanity import helm.sh/helm
...
Signed-off-by: Adam Reese <adam@reese.io>
2019-03-13 13:43:47 -07:00
Matthew Fisher
2a82e6cbe6
docs: s,kubernetes/helm,helm/helm,g ( #5404 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-03-05 11:57:39 -08:00
roc
79f88dfc5e
ref(url) update helm's github url ( #4962 )
...
https://github.com/kubernetes/helm -> https://github.com/helm/helm
https://github.com/kubernetes/charts -> https://github.com/helm/charts
Signed-off-by: Roc Chan <roc@imroc.io>
2018-11-28 10:08:38 -08:00
Martin Hickey
82c154e2ae
doc(helm): remove Tiller reference from the docs ( #4788 )
...
* Remove Tiller reference from the docs
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
* Update comments after review
- https://github.com/helm/helm/pull/4788#discussion_r226037034
- https://github.com/helm/helm/pull/4788#discussion_r226037064
- https://github.com/helm/helm/pull/4788#discussion_r226037806
- https://github.com/helm/helm/pull/4788#discussion_r226038492
- https://github.com/helm/helm/pull/4788#discussion_r226039202
- https://github.com/helm/helm/pull/4788#discussion_r226039894
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2018-10-18 10:30:39 -07:00
Adam Reese
840c489c6b
feat(dep): replace glide with dep
2018-04-23 12:47:02 -07:00
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)
2018-04-11 18:38:47 +02:00
lihuang
dddce02b94
Update developers.md
2018-02-05 13:38:22 +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
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
Matthew Fisher
0647cdf84c
Merge pull request #2990 from bacongobbler/bump-go-version
...
use the latest version of Go/Glide
2017-11-02 09:26:37 -07:00
flyer103
ac533d98be
docs/developers.md: change tense
2017-10-03 12:56:15 +08:00
flyer103
c4581c8b40
docs/developers.md: add notes for k8s.io dir
2017-10-01 17:03:38 +08:00
Matthew Fisher
ea0a842f74
use the latest version of Go/Glide
...
Also point out that kubectl is an optional component of the development workflow.
2017-09-29 14:26:43 -07:00
Michelle Noorali
f3da72b8a8
ref(docs): add ref as commit type
2017-05-11 17:20:06 -04:00
Reinhard Nägele
6bdc7ed990
Add Git and Mercurial to build prerequisites
...
Closes : #2343
2017-04-28 13:14:17 +02:00
Taylor Thomas
c463e1f185
ref(*): Regenerates protobuf files with protoc 3.2.0
...
Protoc was updated a little while ago and we are likely to get more
people using it. This should avoid weird merge conflicts and bump us
to the latest version
2017-04-19 20:12:09 -07:00
Dan Bode
8654962def
Add note about gopath in developer docs
...
Added a note that helm needs to be in a
specific directory path in order for it
to be compiled.
2017-04-10 12:31:08 -07:00
Christoph Blecker
d41d3b566f
Update OS X references to macOS
2016-12-23 11:49:31 -08:00
Matt Butcher
aca9f86df6
feat(helm): add command to generate documentation
...
This adds a hidden 'helm doc' command that generates documentation out
of the Helm help text.
Currently it can create:
- man pages for HELM(1)
- Markdown documentation
- bash autocompletions
Those are the three built-ins for Cobra.
The command is hidden so that it doesn't show up to the regular user,
since this is really a specialized task. It has the advantage of making
it trivially easy to install man pages and bash completion at installation time.
2016-11-29 15:08:24 -07: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
Adam Reese
f5c07ea0cf
docs(developers): require glide 0.12.0
...
ref: #1310
2016-10-12 16:55:27 -07:00
Kent Rancourt
e6a9110ce0
docs(spelling): Fix some random misspellings
2016-10-06 16:46:02 -04:00
Matt Butcher
ad77fedf26
docs(developers): recommend minikube
...
This reflects our internal decision to suggest minikube rather than
commit resources to maintaining scripts/local-cluster.sh
Closes #889
2016-08-08 16:41:21 -06:00
Jeff Zellner
3133f4345d
Update developers.md
...
fix typo
2016-07-05 10:18:59 -06:00
Matt Butcher
d3c39e09d4
docs(developer): update developer documentation
...
Closes #840
2016-06-20 14:02:37 -06:00
Matt Butcher
f0a69bb6ba
docs(*): fix links
...
Closes #809
2016-06-13 13:30:37 -06:00
Adam Reese
818c878700
chore(*): use k8s.io as the import path
2016-06-06 17:17:04 -07:00
Matt Butcher
f59a2ea69f
Merge pull request #688 from technosophos/fix/proto-formatting
...
fix(proto): fix style issues and documentation
2016-05-10 17:21:02 -06:00
Matt Butcher
3ddacb6b4b
fix(proto): fix style issues and documentation
...
This fixes indentation, documentation, and removes unused protobuf
files.
2016-05-10 17:13:16 -06:00
Matt Butcher
0eb9825c9a
fix(make): add protoc target to top Makefile
...
Closes #670
2016-05-10 12:24:32 -06:00
Matt Butcher
9e060b0449
docs(*): fixed minor issues with the docs.
2016-04-28 09:51:01 -06:00
Matt Butcher
e0eb95be86
docs(*): add arch, charts, and quickstart docs
2016-04-27 11:30:34 -06:00
Matt Butcher
7a0413344e
feat(tiller): stub out environment
2016-04-11 13:26:33 -06:00
Matt Butcher
0868355d3e
feat(cmd): add grpc client and server
...
So far, they just have basic readiness checks.
2016-04-08 16:41:21 -06:00