- Nov 27, 2017
-
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Signed-off-by:
Jessica Yao <jessica@heptio.com>
-
Jessica Yao authored
Document brew install
-
- Nov 26, 2017
-
-
Joe Beda authored
Signed-off-by:
Joe Beda <joe.github@bedafamily.com>
-
- Nov 23, 2017
-
-
Alex Clemmer authored
Fix segfault for ks diff
-
Alex Clemmer authored
Improve ks init help message
-
- Nov 22, 2017
-
-
Jessica Yuen authored
Output usage and return when no command args are provided for `ks diff`.
-
Jessica Yao authored
[docs][prototypes] Rename 'deployment-exposed-with-service' and address README feedback
-
Jessica Yao authored
-
Jess authored
Improve logging for init
-
Jessica Yuen authored
- Add message: Creating a new app 'foo' at path '/path/to/foo' - On success, add message: ksonnet app successfully created! Next, try creating a component with `ks generate` - On failure, provide suggestions for the user. - Make note that the context is retrieved from the kubeconfig file at the environment variable $KUBECONFIG
-
- Nov 21, 2017
-
-
Jessica Yuen authored
Specifically, 1. Place more emphasize on project initialization based on context 2. Place ksonnet-lib details into footer. 3. Order examples based on most common use cases. 4. Suggest to visit ks generate
-
Alex Clemmer authored
Rename <env>.jsonnet file to main.jsonnet
-
Jess authored
Fix `nil` dereference error in #129
-
Alex Clemmer authored
In line 161 of `root.go`, we're failing to check whether a cluster in the $KUBECONFIG clusters array exists before using it. This will cause a `nil` dereference error.
-
Jess authored
Transition system templates to beta.3
-
Alex Clemmer authored
-
Alex Clemmer authored
-
Jessica Yuen authored
Currently, there are limitations around the file system we are using that does not easily allow renaming of `us-west/prod` to `us-west`, or vice versa - `us-west` to `us-west/prod`. This commit will handle the logic to allow for that by moving the file contents.
-
- Nov 20, 2017
-
-
Alex Clemmer authored
Remove command update
-
Jessica Yao authored
[docs] Very minor README edits
-
Jessica Yao authored
-
- Nov 18, 2017
-
-
Jessica Yao authored
-
- Nov 17, 2017
-
-
Jess authored
[docs] Fix ksonnet concept overview image + minor doc nits
-
Jessica Yao authored
-
Jessica Yuen authored
Update is a deprecated command that was ported over from kubecfg. Since ksonnet has not had any releases yet, it makes little sense to keep the command.
-
Jessica Yao authored
-
Jessica Yao authored
[docs] Concepts Reference
-
Jessica Yao authored
-
Jessica Yao authored
First pass at CLI documentation formatting fixes
-
Jessica Yuen authored
-
- Nov 16, 2017
-
-
Alex Clemmer authored
[docs] Update README
-
Jessica Yao authored
-
Jessica Yuen authored
Currently, creating a `dev` environment will create a file `dev.jsonnet`. Creating a `prod` environment will create a file `prod.jsonnet`. This is a little more complex and prone to error than it needs to be, especially when we are renaming environments. It will also make this file easier to refer to in documentation if we give the file a static name -- `main.jsonnet`.
-
Alex Clemmer authored
Normalize environment server URL
-
Alex Clemmer authored
Gracefully handle error when kubeconfig not present
-
Alex Clemmer authored
YAML, JSON handling for prototype commands
-
Jessica Yao authored
-
- Nov 15, 2017
-
-
Jessica Yuen authored
As part of the environments feature, we want to be able to deploy to a specific cluster given the environment's URI. We cross-check against kubecfg for this URI's location. For fail-safe comparison, we probably want to normalize these URIs.
-