- Mar 28, 2018
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 25, 2018
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 24, 2018
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 21, 2018
-
-
bryanl authored
* relocate part related code to `pkg/registry` Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 17, 2018
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
bryanl authored
* component list * env describe * env list * env targets * import * ns create * ns list * param list * param set Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Mar 16, 2018
-
-
bryanl authored
New component pipeline can handle jsonnet, yaml, and json components Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- Feb 08, 2018
-
-
Jessica Yuen authored
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
-
- Nov 04, 2017
-
-
Jessica Yuen authored
Parameters are the customizable fields defining ksonnet components. For example, replica count, component name, or deployment image. Parameters are also able to be defined separately across environments. Meaning, this supports features to allow a "development" environment to only run a single replication instance for it's components, whereas allowing a "production" environment to run more replication instances to meet heavier production load demands. 'ks param set' is defined as follows: 'ks param set <component-name> <param-key> <param-value>' Examples: Updates the replica count of the 'guestbook' component to 4. 'ks param set guestbook replicas 4' Updates the replica count of the 'guestbook' component to 2 for the environment 'dev' 'ks param set guestbook replicas 2 --env=dev'
-
- Jun 30, 2017
-
-
Angus Lees authored
Fixes #35
-
- May 12, 2017
-
-
Angus Lees authored
Basic skeleton. Can evaluate jsonnet and show the output as yaml or json .. and that's about it.
-