Skip to content

Commit 00d9849

Browse files
authored
fix: the date on the image paths
1 parent 737c827 commit 00d9849

File tree

1 file changed

+3
-2
lines changed
  • content/en/blog/_posts/2025-01-22-kube-scheduler-simulator

1 file changed

+3
-2
lines changed

content/en/blog/_posts/2025-01-22-kube-scheduler-simulator/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ filter nodes (Filter phase), score nodes (Score phase), and ultimately determine
5151
The simulator allows users to create Kubernetes resources and observe how each plugin influences the scheduling decisions for Pods.
5252
This visibility helps users understand the scheduler’s workings and define appropriate scheduling constraints.
5353

54-
{{< figure src="/images/blog/2024-07-xx-kube-scheduler-simulator/simulator.png" alt="Screenshot of the simulator web frontend" title="The simulator web frontend" >}}
54+
{{< figure src="/images/blog/2025-01-22-kube-scheduler-simulator/simulator.png" alt="Screenshot of the simulator web frontend" title="The simulator web frontend" >}}
5555

5656
Inside the simulator, a debuggable scheduler runs instead of the vanilla scheduler.
5757
This debuggable scheduler outputs the results of each scheduler plugin at every extension point to the Pod’s annotations
@@ -133,4 +133,5 @@ The simulator has been maintained by dedicated volunteer engineers, overcoming m
133133

134134
A big shout out to all [the awesome contributors](https://github.com/kubernetes-sigs/kube-scheduler-simulator/graphs/contributors)!
135135

136-
![Screenshot of the contributor list](./contributors.png)
136+
![Screenshot of the contributor list]
137+
{{< figure src="/images/blog/2025-01-22-kube-scheduler-simulator/contributors.png" alt="Screenshot of the contributors" title="The simulator contributors" >}}

0 commit comments

Comments
 (0)