Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #426 from chilianyi/create
Browse files Browse the repository at this point in the history
Update deploy k8s in development.md
  • Loading branch information
chilianyi committed Jun 16, 2018
2 parents 6c2c7dd + b5b4274 commit ebc9e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Expand Up @@ -38,13 +38,13 @@ $ make compose-down
```shell
$ git clone https://github.com/openpitrix/openpitrix.git
$ cd openpitrix/devops/scripts
$ ./deploy-k8s.sh && ./ctrl-db.sh
$ ./deploy-k8s.sh -v latest -m all
```

#### How to upgrade

```shell
$ ./ctrl-db.sh
$ ./deploy-k8s.sh -v latest -m dbctrl
$ kubectl delete -f ../kubernetes/openpitrix
$ kubectl apply -f ../kubernetes/openpitrix
```
Expand Down

0 comments on commit ebc9e2c

Please sign in to comment.