Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify edge UWM info in the README #78

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ install: install/observability-core
install/observability-core:
DOCKER_CONFIG_JSON=`oc extract secret/pull-secret -n openshift-config --to=-`
oc create secret generic multiclusterhub-operator-pull-secret -n open-cluster-management-observability --from-literal=.dockerconfigjson="$$DOCKER_CONFIG_JSON" --type=kubernetes.io/dockerconfigjson
kustomize build acm/odh-core/acm-observability | kubectl apply -f
kustomize build acm/odh-core/acm-observability | kubectl apply -f -

# Create the whitelist for model metrics
install/observability-edge:
kustomize build acm/odh-edge/acm-observability | kubectl apply -f
kustomize build acm/odh-edge/acm-observability | kubectl apply -f -
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ See [pipelines/README.md](pipelines/README.md)
### Observability setup

* Edge cluster(s)
* Login to edge cluster
* Enable userWorkloadMonitoring
* `oc edit cm cluster-monitoring-config`
* Login to the edge cluster using an account with cluster-admin privileges
* Enable [monitoring for user-defined projects](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.13/html/monitoring/enabling-monitoring-for-user-defined-projects) in OpenShift clusters
* `oc -n openshift-monitoring edit configmap cluster-monitoring-config`
* Set variable `enableUserWorkload` to `true`
* Edit contents of [thanos-secret](acm/odh-core/acm-observability/secrets/thanos.yaml) file.