Skip to content

Commit 325e44e

Browse files
Merge pull request #753 from run-ai/shaibi/RUN-17699-revamp-prometheus-image-handling-on-airgap-v2.17
Add Prometheus imagePullSecrets configuration for air-gapped installations
2 parents 11dbc5d + 67cb3f3 commit 325e44e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ helm install prometheus prometheus-community/kube-prometheus-stack \
227227
1. The Grafana component is not required for Run:ai.
228228

229229
!!! Notes
230+
* In an air-gapped environment, if needed, configure the `global.imageRegistry` value to reference the local registry hosting the Prometheus images.
230231
* For troubleshooting information, see the [Prometheus Troubleshooting Guide](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/troubleshooting.md){target=_blank}.
231232

232233
## Optional Software Requirements

docs/admin/runai-setup/cluster-setup/customize-cluster-install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ All customizations will be saved when upgrading the cluster to a future version.
4040
| `global.nodeAffinity.restrictScheduling` | false | Restrict scheduling of workloads to specific nodes, based on node labels. For more information see [node roles](../config/node-roles.md#dedicated-gpu--cpu-nodes) |
4141
| `spec.prometheus.spec.retention` | 2h | The interval of time where Prometheus will save Run:ai metrics. Promethues is only used as an intermediary to another metrics storage facility and metrics are typically moved within tens of seconds, so changing this setting is mostly for debugging purposes. |
4242
| `spec.prometheus.spec.retentionSize` | Not set | The amount of storage allocated for metrics by Prometheus. For more information see [Prometheus Storage](https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects){target=_blank}. |
43+
| `spec.prometheus.spec.imagePullSecrets` | Not set | An optional list of references to secrets in the runai namespace to use for pulling Prometheus images (relevant for air-gapped installations). |
4344

4445
## Understanding Custom Access Roles
4546

0 commit comments

Comments
 (0)