You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Tutorials/Kubernetes/Deploy-Charts.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ description: Deploying Besu Helm Charts for a Kubernetes cluster
13
13
## Provision with Helm charts
14
14
15
15
Helm allows you to package a collection of objects into a chart which can be deployed to the cluster. For the
16
-
rest of this tutorial we use the **[Dev](https://github.com/ConsenSys/quorum-kubernetes/tree/master/dev)** Helm charts.
16
+
rest of this tutorial we use the [**Helm charts**](https://github.com/ConsenSys/quorum-kubernetes/tree/master/helm).
17
17
After cloning the [Quorum-Kubernetes](https://github.com/ConsenSys/quorum-kubernetes) repository, change
18
18
to the `dev` directory for the rest of this tutorial.
19
19
20
20
```bash
21
-
cddev/helm
21
+
cd helm
22
22
```
23
23
24
24
If you're running the cluster on AWS or Azure, update the `values.yml` with `provider: aws` or
@@ -75,7 +75,7 @@ which allow Prometheus to scrape metrics from the pod at a specified port and pa
75
75
prometheus.io/path: "/metrics"
76
76
```
77
77
78
-
Update the admin `username` and `password` in the [monitoring values file](https://github.com/ConsenSys/quorum-kubernetes/blob/master/dev/helm/values/monitoring.yml).
78
+
Update the admin `username` and `password` in the [monitoring values file](https://github.com/ConsenSys/quorum-kubernetes/blob/master/helm/values/monitoring.yml).
79
79
Configure alerts to the receiver of your choice (for example, email or Slack), then deploy the chart using:
Copy file name to clipboardExpand all lines: docs/Tutorials/Kubernetes/Production.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,16 @@ Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.3", GitCom
44
44
45
45
### Deploy the network
46
46
47
-
For the rest of this tutorial we use the **[Prod](https://github.com/ConsenSys/quorum-kubernetes/tree/master/prod)**
48
-
Helm charts. After you have cloned the [Quorum-Kubernetes](https://github.com/ConsenSys/quorum-kubernetes) repository,
47
+
For the rest of this tutorial we use the [**Helm charts**](https://github.com/ConsenSys/quorum-kubernetes/tree/master/helm). After you have cloned the [Quorum-Kubernetes](https://github.com/ConsenSys/quorum-kubernetes) repository,
49
48
change the directory to `prod` for the rest of this tutorial.
50
49
51
50
```bash
52
-
cdprod/helm
51
+
cd helm
53
52
```
54
53
55
54
!!!attention
56
55
57
-
Please update all the [values files](https://github.com/ConsenSys/quorum-kubernetes/tree/master/prod/helm/values)
56
+
Please update all the [values files](https://github.com/ConsenSys/quorum-kubernetes/tree/master/helm/values)
58
57
with your choice of cloud provider (AWS or Azure) and set `provider: aws` or `provider: azure` as required.
59
58
Depending on the provider, you may also need to update the `azure:` or `aws:` dictionaries with specifics of your
60
59
cluster and account.
@@ -78,9 +77,9 @@ Please check the [limitations](./Overview.md#limitations) and use CNI where poss
78
77
To connect an external node to your cluster, the easiest way is to use a VPN as seen in the
79
78
following [multi-cluster](#multi-cluster-support) setup.
80
79
81
-
Finally, we recommend setting up monitoring and alerting from the beginning so you can get early warnings of issues
80
+
Finally, we recommend setting up monitoring and alerting from the beginning, so you can get early warnings of issues
82
81
rather than after failure.
83
-
We have a monitoring chart which uses Grafana and you can use it in conjunction with Alertmanager to create alerts or
82
+
We have a monitoring chart which uses Grafana and you can use it with Alertmanager to create alerts or
84
83
alternatively alert via Cloudwatch or Azure Monitoring.
0 commit comments