Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit a1b6e59

Browse files
madalazaruniemimu
authored andcommitted
Update health-metric-example.md with missing nginx configuration
To address Trivy issues the nginx demo-pod needed a new configuration, which can be found in nginx-config-map.yaml. The demo-pod.yaml requires this configuration to exist beforehand, so the health-demo docs have been updated accordingly.
1 parent 74c1b99 commit a1b6e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry-aware-scheduling/docs/health-metric-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This policy has three strategies included:
8383
After the above policy is declared the Telemetry Policy Controller will begin updating metrics associated with it and tracking nodes that are violating the deschedule targets. At this point the controller logs should be printing out these metrics.
8484

8585
### scheduleonmetric
86-
The Scheduler Extender will evaluate metrics for pods ahead of their placement. To see it at work run ``kubectl apply -f demo-pod.yaml`` in the health-metric-demo directory.
86+
The Scheduler Extender will evaluate metrics for pods ahead of their placement. To see it at work run ``kubectl apply -f nginx-config-map.yaml; kubectl apply -f demo-pod.yaml`` in the health-metric-demo directory.
8787
The pod spec here is:
8888

8989
```

0 commit comments

Comments
 (0)