Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
1a728c6f
Unverified
Commit
1a728c6f
authored
6 years ago
by
Matthew Fisher
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #4139 from radbaron/master
Documentation formatting [Tiny]
parents
f36c9b7a
4e29c7e2
release-2.17
dev-v2
release-2.10
release-2.11
release-2.12
release-2.13
release-2.14
release-2.15
release-2.16
v2.17.0
v2.17.0-rc.1
v2.16.12
v2.16.11
v2.16.10
v2.16.9
v2.16.8
v2.16.7
v2.16.6
v2.16.5
v2.16.4
v2.16.3
v2.16.2
v2.16.1
v2.16.0
v2.16.0-rc.2
v2.16.0-rc.1
v2.15.2
v2.15.1
v2.15.0
v2.15.0-rc.2
v2.15.0-rc.1
v2.14.3
v2.14.2
v2.14.1
v2.14.0
v2.14.0-rc.2
v2.14.0-rc.1
v2.13.1
v2.13.1-rc.1
v2.13.0
v2.13.0-rc.2
v2.13.0-rc.1
v2.12.3
v2.12.2
v2.12.1
v2.12.0
v2.12.0-rc.2
v2.12.0-rc.1
v2.11.0
v2.11.0-rc.4
v2.11.0-rc.3
v2.11.0-rc.2
v2.11.0-rc.1
v2.10.0
v2.10.0-rc.3
v2.10.0-rc.2
v2.10.0-rc.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/examples/README.md
+1
-2
docs/examples/README.md
docs/using_helm.md
+7
-7
docs/using_helm.md
with
8 additions
and
9 deletions
+8
-9
docs/examples/README.md
+
1
−
2
View file @
1a728c6f
...
@@ -14,6 +14,5 @@ It simply deploys a single pod running Alpine Linux.
...
@@ -14,6 +14,5 @@ It simply deploys a single pod running Alpine Linux.
The
`nginx`
chart shows how to compose several resources into one chart,
The
`nginx`
chart shows how to compose several resources into one chart,
and it illustrates more complex template usage.
and it illustrates more complex template usage.
It deploys a
`deployment`
(which creates a
`replica set`
), a
`config
It deploys a
`Deployment`
(which creates a
`ReplicaSet`
), a
`ConfigMap`
, and a
`Service`
. The replica set starts an nginx pod. The config
map`
, and a
`service`
. The replica set starts an nginx pod. The config
map stores the files that the nginx server can serve.
map stores the files that the nginx server can serve.
This diff is collapsed.
Click to expand it.
docs/using_helm.md
+
7
−
7
View file @
1a728c6f
...
@@ -43,7 +43,7 @@ carefully curated and maintained charts. This chart repository is named
...
@@ -43,7 +43,7 @@ carefully curated and maintained charts. This chart repository is named
You can see which charts are available by running
`helm search`
:
You can see which charts are available by running
`helm search`
:
```
```
console
$
helm search
$
helm search
NAME VERSION DESCRIPTION
NAME VERSION DESCRIPTION
stable/drupal 0.3.2 One of the most versatile open source content m...
stable/drupal 0.3.2 One of the most versatile open source content m...
...
@@ -56,7 +56,7 @@ stable/mysql 0.1.0 Chart for MySQL
...
@@ -56,7 +56,7 @@ stable/mysql 0.1.0 Chart for MySQL
With no filter,
`helm search`
shows you all of the available charts. You
With no filter,
`helm search`
shows you all of the available charts. You
can narrow down your results by searching with a filter:
can narrow down your results by searching with a filter:
```
```
console
$
helm search mysql
$
helm search mysql
NAME VERSION DESCRIPTION
NAME VERSION DESCRIPTION
stable/mysql 0.1.0 Chart for MySQL
stable/mysql 0.1.0 Chart for MySQL
...
@@ -69,7 +69,7 @@ Why is
...
@@ -69,7 +69,7 @@ Why is
`mariadb`
in the list? Because its package description relates it to
`mariadb`
in the list? Because its package description relates it to
MySQL. We can use
`helm inspect chart`
to see this:
MySQL. We can use
`helm inspect chart`
to see this:
```
```
console
$
helm inspect stable/mariadb
$
helm inspect stable/mariadb
Fetched stable/mariadb to mariadb-0.5.1.tgz
Fetched stable/mariadb to mariadb-0.5.1.tgz
description: Chart for MariaDB
description: Chart for MariaDB
...
@@ -91,7 +91,7 @@ package you want to install, you can use `helm install` to install it.
...
@@ -91,7 +91,7 @@ package you want to install, you can use `helm install` to install it.
To install a new package, use the
`helm install`
command. At its
To install a new package, use the
`helm install`
command. At its
simplest, it takes only one argument: The name of the chart.
simplest, it takes only one argument: The name of the chart.
```
```
console
$
helm
install
stable/mariadb
$
helm
install
stable/mariadb
Fetched stable/mariadb-0.3.0 to /Users/mattbutcher/Code/Go/src/k8s.io/helm/mariadb-0.3.0.tgz
Fetched stable/mariadb-0.3.0 to /Users/mattbutcher/Code/Go/src/k8s.io/helm/mariadb-0.3.0.tgz
happy-panda
happy-panda
...
@@ -139,7 +139,7 @@ may take a long time to install into the cluster.
...
@@ -139,7 +139,7 @@ may take a long time to install into the cluster.
To keep track of a release's state, or to re-read configuration
To keep track of a release's state, or to re-read configuration
information, you can use
`helm status`
:
information, you can use
`helm status`
:
```
```
console
$
helm status happy-panda
$
helm status happy-panda
Last Deployed: Wed Sep 28 12:32:28 2016
Last Deployed: Wed Sep 28 12:32:28 2016
Namespace: default
Namespace: default
...
@@ -392,14 +392,14 @@ is not a full list of cli flags. To see a description of all flags, just run
...
@@ -392,14 +392,14 @@ is not a full list of cli flags. To see a description of all flags, just run
When it is time to uninstall or delete a release from the cluster, use
When it is time to uninstall or delete a release from the cluster, use
the
`helm delete`
command:
the
`helm delete`
command:
```
```
console
$
helm delete happy-panda
$
helm delete happy-panda
```
```
This will remove the release from the cluster. You can see all of your
This will remove the release from the cluster. You can see all of your
currently deployed releases with the
`helm list`
command:
currently deployed releases with the
`helm list`
command:
```
```
console
$
helm list
$
helm list
NAME VERSION UPDATED STATUS CHART
NAME VERSION UPDATED STATUS CHART
inky-cat 1 Wed Sep 28 12:59:46 2016 DEPLOYED alpine-0.1.0
inky-cat 1 Wed Sep 28 12:59:46 2016 DEPLOYED alpine-0.1.0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets