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
995de78b
Commit
995de78b
authored
Mar 05, 2016
by
goltermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #341 from sgoings/add-circleci-badge
fix(README.md): use CircleCI badge instead of TravisCI badge
parents
22ca11c9
fa5e5b0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
README.md
README.md
+4
-5
No files found.
README.md
View file @
995de78b
# Deployment Manager
[
![
Build Status
](
https://travis-ci.org/kubernetes/deployment-manager.svg?branch=master
)
](https://travis-ci.org
/kubernetes/deployment-manager)
[
![Go Report Card
](
http://goreportcard.com/badge/kubernetes/deployment-manager
)
](http://goreportcard.com/report/kubernetes/deployment-manager)
[
![
Circle CI
](
https://circleci.com/gh/kubernetes/deployment-manager.svg?style=svg
)
](https://circleci.com/gh
/kubernetes/deployment-manager)
[
![Go Report Card
](
http://goreportcard.com/badge/kubernetes/deployment-manager
)
](http://goreportcard.com/report/kubernetes/deployment-manager)
Deployment Manager (DM)
`dm`
makes it easy to create, describe, update and
delete Kubernetes resources using declarative configuration. A configuration is
...
...
@@ -25,10 +25,10 @@ resources:
properties: null
```
It uses two templates. The front end is a
It uses two templates. The front end is a
[
replicated service
](
https://github.com/kubernetes/application-dm-templates/tree/master/common/replicatedservice/v1
)
,
which creates a service and replication controller with matching selectors, and
the back end is a
the back end is a
[
Redis cluster
](
https://github.com/kubernetes/application-dm-templates/tree/master/storage/redis/v1
)
,
which creates a Redis master and two Redis slaves.
...
...
@@ -131,7 +131,7 @@ helm dm delete
This project runs Deployment Manager on Kubernetes as three replicated services.
By default,
`helm`
uses prebuilt images stored in Google Container Registry
to install them. However, you can build your own container images and push them
to your own project in the Google Container Registry:
to your own project in the Google Container Registry:
1.
Set the environment variable
`PROJECT`
to the name of a project known to
GCloud.
...
...
@@ -157,4 +157,3 @@ We use the same [workflow](https://github.com/kubernetes/kubernetes/blob/master/
DM uses the same concepts and languages as
[
Google Cloud Deployment Manager
](
https://cloud.google.com/deployment-manager/overview
)
,
but creates resources in Kubernetes clusters, not in Google Cloud Platform projects.
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