Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FFFFFaraway committed Aug 15, 2022
1 parent 5d6ce75 commit 17a04e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 17a04e9

Please sign in to comment.