Skip to content

Commit

Permalink
fixes docs again
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
  • Loading branch information
mhausenblas committed Feb 21, 2020
1 parent b60f95a commit 7d4486d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For example:
[example.com@kind::demo]
```

Above means you're currently in the `example.com` environment, using the `minikube` context with the `default` namespace.
Above means you're currently in the `example.com` environment, using the `kind` context in the `demo` namespace.

Here are the rules:

Expand All @@ -34,7 +34,7 @@ Here are the rules:

### Launching programs

`kubed-sh` follows two simple rules that mimic the behaviour you're used to from a local shell:
`kubed-sh` follows two simple rules that mimic the behavior you're used to from a local shell:

1. If a launch command via a binary or a script with an interpreted environment (initially: support for Node.js, Python, and Ruby) ends with an `&`, this causes the creation of a deployment and a service (name equals the name of the binary or script); this is good for any long-running app, effectively executing in the background.
1. If the launch command doesn't end in an `&` then a pod is created; this is good for one-shot batch or interactive apps.
Expand Down

0 comments on commit 7d4486d

Please sign in to comment.