HCCL-Controller日志打印Failed to watch *v1alpha1.Job

问题描述

HCCL-Controller日志出现如下内容。

E1024 19:45:08.438884       6 reflector.go:127] K8s.io/client-go@v1.19.4-h4/tools/cache/reflector.go:156: Failed to watch *v1alpha1.Job: the server could not find the requested resource (get jobs.batch.volcano.sh)
E1024 19:45:09.464318       6 reflector.go:127] K8s.io/client-go@v1.19.4-h4/tools/cache/reflector.go:156: Failed to watch *v1alpha1.Job: failed to list *v1alpha1.Job: the server could not find the requested resource (get jobs.batch.volcano.sh)

原因

Volcano未安装。

解决方法

安装Volcano组件后错误即可自动解决,日志不再打印错误内容。