Change all master reference to main (#7369)
This commit is contained in:
parent
e5e33051b9
commit
2d90ba14f5
32 changed files with 498 additions and 498 deletions
|
|
@ -69,7 +69,7 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
|
|||
|
||||
## Deploy and configure Prometheus Server
|
||||
|
||||
Note that the kustomize bases used in this tutorial are stored in the [deploy](https://github.com/kubernetes/ingress-nginx/tree/master/deploy) folder of the GitHub repository [kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx).
|
||||
Note that the kustomize bases used in this tutorial are stored in the [deploy](https://github.com/kubernetes/ingress-nginx/tree/main/deploy) folder of the GitHub repository [kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx).
|
||||
|
||||
- The Prometheus server must be configured so that it can discover endpoints of services. If a Prometheus server is already running in the cluster and if it is configured in a way that it can find the ingress controller pods, no extra configuration is needed.
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ According to the above example, this URL will be http://10.192.0.3:31086
|
|||
|
||||
The username and password is `admin`
|
||||
|
||||
- After the login you can import the Grafana dashboard from [official dashboards](https://github.com/kubernetes/ingress-nginx/tree/master/deploy/grafana/dashboards), by following steps given below :
|
||||
- After the login you can import the Grafana dashboard from [official dashboards](https://github.com/kubernetes/ingress-nginx/tree/main/deploy/grafana/dashboards), by following steps given below :
|
||||
|
||||
- Navigate to lefthand panel of grafana
|
||||
- Hover on the gearwheel icon for Configuration and click "Data Sources"
|
||||
|
|
@ -142,7 +142,7 @@ According to the above example, this URL will be http://10.192.0.3:31086
|
|||
- Enter the details (note: I used http://CLUSTER_IP_PROMETHEUS_SVC:9090)
|
||||
- Left menu (hover over +) -> Dashboard
|
||||
- Click "Import"
|
||||
- Enter the copy pasted json from https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/nginx.json
|
||||
- Enter the copy pasted json from https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/grafana/dashboards/nginx.json
|
||||
- Click Import JSON
|
||||
- Select the Prometheus data source
|
||||
- Click "Import"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue