Skip to content

Commit

Permalink
Further consul cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku committed Dec 14, 2021
1 parent b511845 commit f2a3c8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ Please refer to the [Helm official documentation](https://helm.sh/docs/intro/ins
Add third-party Helm repositories:

```
helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
```
Expand Down
8 changes: 3 additions & 5 deletions docs/trento-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@

## Trento Agent

The Trento Agent is to be set up on every node that should be handled by Trento,
and it needs to be combined with a Consul Agent.
The Trento Agent is to be set up on every node that should be handled by Trento.

The Trento Agent will run several periodic job loops.

### Discovery Loop

The Discovery loop is happening at a very low frequency and priority and is capturing record-worthy
Data in the Consul Key-Value Store. At the current implementation, only selected datapoints are
regularly updated into the Consul Key-Value Store. There is no conflict-resolution being implemented,
the data is unconditionally overwritten.
Data. At the current implementation, only selected datapoints are regularly updated.
There is no conflict-resolution being implemented, the data is unconditionally overwritten.

## Checker Loop

Expand Down
1 change: 0 additions & 1 deletion install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ install_helm() {

update_helm_dependencies() {
echo "Updating Helm dependencies..."
helm repo add hashicorp https://helm.releases.hashicorp.com >/dev/null
helm repo add bitnami https://charts.bitnami.com/bitnami >/dev/null
helm repo update >/dev/null
}
Expand Down

0 comments on commit f2a3c8c

Please sign in to comment.