Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed Aug 5, 2022
1 parent 5faa408 commit b4fd283
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
## Installation

Before using TF-controller, you have to install Flux by using either `flux install` or `flux bootstrap` command.
After that you can install TF-controller manually with Helm by:
After that you can install TF-controller with Flux HelmRelease by:

```shell
kubectl apply -f https://raw.githubusercontent.com/weaveworks/tf-controller/main/docs/release.yaml
```

or manually with Helm by:

```shell
# Add tf-controller helm repository
Expand All @@ -20,7 +26,7 @@ please see [chart readme](https://github.com/weaveworks/tf-controller/tree/main/
Alternatively, you can install TF-controller via `kubectl`:

```shell
export TF_CON_VER=v0.9.5
export TF_CON_VER=v0.10.1
kubectl apply -f https://github.com/weaveworks/tf-controller/releases/download/${TF_CON_VER}/tf-controller.crds.yaml
kubectl apply -f https://github.com/weaveworks/tf-controller/releases/download/${TF_CON_VER}/tf-controller.rbac.yaml
kubectl apply -f https://github.com/weaveworks/tf-controller/releases/download/${TF_CON_VER}/tf-controller.deployment.yaml
Expand Down
6 changes: 3 additions & 3 deletions docs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
crds: CreateReplace
values:
replicaCount: 1
concurrency: 100
concurrency: 10
resources:
limits:
cpu: 1000m
Expand All @@ -41,7 +41,7 @@ spec:
caCertValidityDuration: 24h
certRotationCheckFrequency: 30m
image:
tag: v0.10.0
tag: v0.10.1
runner:
image:
tag: v0.10.0
tag: v0.10.1

0 comments on commit b4fd283

Please sign in to comment.