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
0edcff02
Commit
0edcff02
authored
Apr 05, 2016
by
jackgr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change dm-k8s-prod to kubernetes-helm
parent
abd1a5c1
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16 additions
and
16 deletions
+16
-16
ExpectedOutput.yaml
cmd/expandybird/test/ExpectedOutput.yaml
+2
-2
InvalidFileName.yaml
cmd/expandybird/test/InvalidFileName.yaml
+1
-1
InvalidProperty.yaml
cmd/expandybird/test/InvalidProperty.yaml
+1
-1
InvalidTypeName.yaml
cmd/expandybird/test/InvalidTypeName.yaml
+1
-1
MissingImports.yaml
cmd/expandybird/test/MissingImports.yaml
+1
-1
MissingResourceName.yaml
cmd/expandybird/test/MissingResourceName.yaml
+1
-1
MissingTypeName.yaml
cmd/expandybird/test/MissingTypeName.yaml
+1
-1
TestArchive.tar
cmd/expandybird/test/TestArchive.tar
+0
-0
ValidContent.yaml
cmd/expandybird/test/ValidContent.yaml
+2
-1
pushing.md
docs/pushing.md
+1
-2
dm-push.sh
hack/dm-push.sh
+1
-1
install.go
pkg/client/install.go
+3
-3
templateutil_test.go
pkg/util/templateutil_test.go
+1
-1
No files found.
cmd/expandybird/test/ExpectedOutput.yaml
View file @
0edcff02
...
...
@@ -51,7 +51,7 @@ config:
spec
:
containers
:
-
env
:
[]
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
name
:
expandybird
ports
:
-
containerPort
:
8080
...
...
@@ -63,7 +63,7 @@ layout:
properties
:
container_port
:
8080
external_service
:
true
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
labels
:
app
:
expandybird
replicas
:
3
...
...
cmd/expandybird/test/InvalidFileName.yaml
View file @
0edcff02
...
...
@@ -19,4 +19,4 @@ resources:
properties
:
service_port
:
8080
target_port
:
8080
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
cmd/expandybird/test/InvalidProperty.yaml
View file @
0edcff02
...
...
@@ -19,4 +19,4 @@ resources:
properties
:
service_port
:
8080
target_port
:
8080
invalidproperty
:
gcr.io/
dm-k8s-prod
/expandybird
invalidproperty
:
gcr.io/
kubernetes-helm
/expandybird
cmd/expandybird/test/InvalidTypeName.yaml
View file @
0edcff02
...
...
@@ -19,4 +19,4 @@ resources:
properties
:
service_port
:
8080
target_port
:
8080
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
cmd/expandybird/test/MissingImports.yaml
View file @
0edcff02
...
...
@@ -18,4 +18,4 @@ resources:
properties
:
service_port
:
8080
target_port
:
8080
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
cmd/expandybird/test/MissingResourceName.yaml
View file @
0edcff02
...
...
@@ -18,4 +18,4 @@ resources:
properties
:
service_port
:
8080
target_port
:
8080
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
cmd/expandybird/test/MissingTypeName.yaml
View file @
0edcff02
...
...
@@ -18,4 +18,4 @@ resources:
properties
:
service_port
:
8080
target_port
:
8080
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
cmd/expandybird/test/TestArchive.tar
View file @
0edcff02
No preview for this file type
cmd/expandybird/test/ValidContent.yaml
View file @
0edcff02
...
...
@@ -22,6 +22,6 @@ resources:
container_port
:
8080
external_service
:
true
replicas
:
3
image
:
gcr.io/
dm-k8s-prod
/expandybird
image
:
gcr.io/
kubernetes-helm
/expandybird
labels
:
app
:
expandybird
\ No newline at end of file
docs/pushing.md
View file @
0edcff02
...
...
@@ -6,7 +6,7 @@ This details the requirements and steps for doing a DM push.
In order to build and push DM, you must:
*
be an editor or owner on the GCP project
`
dm-k8s-prod
`
*
be an editor or owner on the GCP project
`
kubernetes-helm
`
*
have
`docker`
installed and runnable in your current environment
*
have
`gcloud`
installed
*
have
`gsutil`
installed
...
...
@@ -17,7 +17,6 @@ To build and push the service containers:
```
$ cd ${GOPATH}/src/github.com/kubernetes/helm
$ export PROJECT=dm-k8s-prod
$ make push
```
...
...
hack/dm-push.sh
View file @
0edcff02
...
...
@@ -17,7 +17,7 @@
# Run this from helm root to build and push the dm client plus
# kubernetes install config into the publicly readable GCS bucket gs://get-dm.
#
# Must have EDIT permissions on the
dm-k8s-prod
GCP project.
# Must have EDIT permissions on the
kubernetes-helm
GCP project.
set
-euo
pipefail
...
...
pkg/client/install.go
View file @
0edcff02
...
...
@@ -143,7 +143,7 @@ spec:
spec:
containers:
- env: []
image: {{default "gcr.io/
dm-k8s-prod
/expandybird:v1.2.1" .Expandybird.Image}}
image: {{default "gcr.io/
kubernetes-helm
/expandybird:v1.2.1" .Expandybird.Image}}
name: expandybird
ports:
- containerPort: 8080
...
...
@@ -187,7 +187,7 @@ spec:
spec:
containers:
- env: []
image: {{ default "gcr.io/
dm-k8s-prod
/resourcifier:v1.2.1" .Resourcifier.Image }}
image: {{ default "gcr.io/
kubernetes-helm
/resourcifier:v1.2.1" .Resourcifier.Image }}
name: resourcifier
ports:
- containerPort: 8080
...
...
@@ -231,7 +231,7 @@ spec:
spec:
containers:
- env: []
image: {{ default "gcr.io/
dm-k8s-prod
/manager:v1.2.1" .Manager.Image }}
image: {{ default "gcr.io/
kubernetes-helm
/manager:v1.2.1" .Manager.Image }}
name: manager
ports:
- containerPort: 8080
...
...
pkg/util/templateutil_test.go
View file @
0edcff02
...
...
@@ -39,7 +39,7 @@ target_port: 8080
container_port: 8080
external_service: true
replicas: 3
image: gcr.io/
dm-k8s-prod
/expandybird
image: gcr.io/
kubernetes-helm
/expandybird
labels:
app: expandybird
`
...
...
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