From 17a04e98e4a80c9193e9b2a50d9846ef1f3a9aaa Mon Sep 17 00:00:00 2001 From: FFFFFaraway <425499721@qq.com> Date: Mon, 15 Aug 2022 12:31:04 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf292bf..ece0172 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The scheduler use configmap to record podgroup information. For example: apiVersion: v1 kind: ConfigMap metadata: - # PodGroup name + # PodGroup name name: pending-pg namespace: sw data: @@ -56,7 +56,7 @@ spec: # This label bind this pod to the 'pending-pg' PodGroup pod-group.scheduling.bdap.com/podgroup-configmap: pending-pg spec: - # use our sheduler + # use our sheduler schedulerName: gang-scheduler containers: - image: busybox