Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Sep 28, 2020
1 parent d675e32 commit 7471312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ kubectl set image deployments micro=micro/micro:20200810104423b10609 -l micro=ru
The -l flag indicates we only want to do this to deployments with the micro=runtime label.
The `micro=` part of the argument indicates the container name.

The platform binary bakes in micro with the platform profile. Type help for the micro commands.

```
platform --help
```

## TODO

- Add config - post deployment bootstrapping config
Expand Down

0 comments on commit 7471312

Please sign in to comment.