Slide 14
Slide 14 text
Schedulerに必要なコンポーネント
1. Scheduler
2. api-server(+ etcd)
3. PV controller
PV, PVCに関係するplugin(volumebinding)が存在するため必要
本物のPV controllerを使用する代わりに、Schedulerに必要なロジックのみを簡単に表
現したFakePVControllerを使用している
(/test/integration/util/util.goのStartFakePVControllerで立ち上げている)