update Readme (#22)
This commit is contained in:
Родитель
fee69e4d14
Коммит
f424006d27
|
@ -23,14 +23,14 @@ Key features:
|
|||
|
||||
Sloop can be installed using any of these options:
|
||||
|
||||
### Helm Chart
|
||||
|
||||
Users can install sloop by using helm chart now, for instructions refer [helm readme](helm/README.md)
|
||||
|
||||
### Precompiled Binaries
|
||||
|
||||
_DockerHub images coming soon._
|
||||
|
||||
### Helm Chart
|
||||
|
||||
_Helm chart coming soon._
|
||||
|
||||
### Build from Source
|
||||
|
||||
Building Sloop from source needs a working Go environment
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# This is instructions for folks not using tiller (or Spinnaker) for deployment
|
||||
1. Build image and tag, and replace the current ones in values.yaml, we are working an image for people to use, it will be release in a few days.
|
||||
2. (Optional) Create a namespace in your cluster for sloop to run if you dont have any namespace yet, for example: `kubectl create namespace sloop `
|
||||
3. Validate your helm chart in local to make sure there is no mistake:`helm template .`
|
||||
4. Write to yamil file: `helm template . --namespace sloop> sloop-test.yaml`
|
||||
5. Apply the yaml file in your cluster: `kubectl -n sloop apply -f sloop-test.yaml`
|
||||
6. Check if the service is running: kubectl -n sloop get pods
|
||||
1. Build image and tag, and replace the current ones in values.yaml, we are working on a common image for people to use, it will be release in a few days.
|
||||
2. (Optional) Create a namespace in your cluster for sloop to run if you dont have any yet, for example: `kubectl create namespace sloop `
|
||||
3. Validate helm chart in local when making any helm changes:`helm template .`
|
||||
4. Write to yaml file: `helm template . --namespace sloop> sloop-test.yaml`
|
||||
5. Apply the yaml file in cluster: `kubectl -n sloop apply -f sloop-test.yaml`
|
||||
6. Check if the service is running: `kubectl -n sloop get pods`
|
||||
7. (Optional) Use port-forward for debugging: `kc-aws port-forward -n sloop statefulset/sloop 8080 8000`
|
||||
8. In your browser, hit `localhost:8080` to see the result, you can set the name filter to be sloop to see our testing data
|
||||
8. In your browser, hit `localhost:8080` to see the result, you can use sloop test data to check the view
|
||||
|
||||
![SloopTestData](../other/sloop-test.png?raw=true "SloopTestData")
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 100 KiB |
Загрузка…
Ссылка в новой задаче