- 25 Nov, 2015 5 commits
-
-
jackgr authored
-
vaikas-google authored
Remove direct access to manifests to prepare for persistence..
-
jackgr authored
-
Jack Greenfield authored
Default name for deployments is now <type>:<version> for better symmetry
-
vaikas-google authored
deployed-instances needs to work with primitives.
-
- 24 Nov, 2015 2 commits
-
-
Brendan Melville authored
-
Brendan Melville authored
Fixing some comments, etc.
-
- 23 Nov, 2015 3 commits
-
-
Brendan Melville authored
Update README.md
-
iantw89 authored
Fixing the broken link to the design doc in the README.md
-
Brendan Melville authored
Spark: Add DM template for Spark
-
- 22 Nov, 2015 2 commits
-
-
Jack Greenfield authored
Fix container build break introduced by #113.
-
jackgr authored
-
- 20 Nov, 2015 5 commits
-
-
Zach Loafman authored
This is a first-cut template based on https://github.com/kubernetes/kubernetes/tree/master/examples/spark with minor templating. As I iterate on that example to add PDs, etc. (which will add much more variance), I'll iterate here, too.
-
vaikas-google authored
We will now assume anything not a template is a primitive.
-
Brendan Melville authored
Rather than hard-coding what a primitive is, we will only look for templates, and let resourcifier error when kubectl fails to understand anything else. Adding missed new file.
-
Brendan Melville authored
Add resource state / errors to manifest. First step to #79, #80
-
vaikas-google authored
-
- 19 Nov, 2015 10 commits
-
-
Brendan Melville authored
Updates type references
-
Robert Leenders authored
-
vaikas-google authored
First changes to support displaying resources in the manifest, showing errors. Add timeout option to client, remove configuration related duplicated types for Configuration and Deployment and use the ones from manager instead
-
Brendan Melville authored
bootstrap.sh should look for the namespace file local to the script.
-
vaikas-google authored
Not sure what this is about.
-
vaikas-google authored
-
vaikas-google authored
Adds support for "dm deployed-instances <type>:<version>"
-
Brendan Melville authored
When you deploy with <type>:<version>, the type actually seen by DM is the template URL. While the template URL still shows up as the type when performing a "dm deployed-types", this at least lets you look for instances of a known type. Refactoring the type URL code in client a bit. Refactoring getTypeUrl.
-
Brendan Melville authored
-
vaikas-google authored
Deployment name can now be set when doing "dm deploy".
-
- 18 Nov, 2015 12 commits
-
-
vaikas-google authored
Pretty print JSON responses from service.
-
Brendan Melville authored
-
Brendan Melville authored
Add try/catch handler for Jinja exceptions so we can better annotate errors, to include the file name.
-
Victor Agababov authored
errors, to include the file name.
-
Brendan Melville authored
The default is still either template file name or <type>-<version>. Override using the "name" flag.
-
Brendan Melville authored
Adds Wordpress example
-
vaikas-google authored
Simplify Travis Config
-
vaikas-google authored
Porcelain type deployments deserve to be named too man.
-
Robert Leenders authored
-
Jack Greenfield authored
introduce state of a resource to Resource in types.
-
vaikas-google authored
-
vaikas-google authored
-
- 17 Nov, 2015 1 commit
-
-
goltermann authored
-