Skip to content

Commit

Permalink
Weaveflux version 0.1.2. (kubeflow#1434)
Browse files Browse the repository at this point in the history
* fixed and rebased

* new v0.1.2

* ClusterIP
  • Loading branch information
jasonsmithio authored and k8s-ci-robot committed Aug 28, 2018
1 parent 8bdf4b2 commit ea0fb93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubeflow/weaveflux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Finally, we will deploy the application
ks apply default -c weaveflux
```

You will need to expose the service in order to use this. You are free to use different methods to expose.

```
kubectl port-forward deployment/flux 3030:3030
```

We will then setup our FLUX_URL and test fluxctl

```
Expand Down

0 comments on commit ea0fb93

Please sign in to comment.