Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
e6a9110c
Commit
e6a9110c
authored
Oct 05, 2016
by
Kent Rancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(spelling): Fix some random misspellings
parent
ea66d66d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
architecture.md
docs/architecture.md
+1
-1
developers.md
docs/developers.md
+2
-3
No files found.
docs/architecture.md
View file @
e6a9110c
...
...
@@ -43,7 +43,7 @@ is responsible for the following domains:
Helm client, and interfaces with the Kubernetes API server. The server
is responsible for the following:
-
List
ing for incom
ming requests from the Helm client
-
List
ening for inco
ming requests from the Helm client
-
Combining a chart and configuration to build a release
-
Installing charts into Kubernetes, and then tracking the subsequent
release
...
...
docs/developers.md
View file @
e6a9110c
...
...
@@ -30,7 +30,7 @@ To run Helm and Tiller locally, you can run `bin/helm` or `bin/tiller`.
-
Helm and Tiller are known to run on Mac OSX and most Linuxes, including
Alpine.
-
Tiller must have access to a Kubernets cluster. It learns about the
cluster by examining the Kube config files that
`kubectl`
u
ese
.
cluster by examining the Kube config files that
`kubectl`
u
ses
.
## gRPC and Protobuf
...
...
@@ -68,7 +68,7 @@ GCR registry.
For development, we highly recommend using the
[
Kubernetes Minikube
](
https://github.com/kubernetes/minikube
)
developer-oriented distribution. Once this is installed, you can use
developer-oriented distribution. Once this is installed, you can use
`helm init`
to install into the cluster.
For developing on Tiller, it is sometimes more expedient to run Tiller locally
...
...
@@ -186,4 +186,3 @@ Conventions:
messages.
-
Deprecated RPCs, messages, and fields are marked deprecated in the comments (
`// UpdateFoo
DEPRECATED updates a foo.`
).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment