"Failed to watch *v1alpha1.Job" Is Printed in the Ascend Operator Log
Symptom
The Ascend Operator log contains the following information:
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)
Cause Analysis
Volcano is not installed.
Solution
After Volcano is installed, the error is automatically rectified and no error information is printed in logs.
Parent topic: Faults During Installation