You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
The informers for namespaces resource are not registered to the informer factory, then in predicates or nodeorder plugins, the namespace lister used can't get any resources: E0922 10:33:55.843052 8 plugin.go:143] "getting namespace, assuming empty set of namespace labels" err="namespace \"default\" not found" namespace="default"
What you expected to happen:
the lister can list resources
How to reproduce it (as minimally and precisely as possible):
deploy any workload and use interpodaffinity plugin
Anything else we need to know?:
Environment:1.6.1
Volcano Version:1.6.1
Kubernetes version (use kubectl version):1.19
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
What happened:
The informers for namespaces resource are not registered to the informer factory, then in
predicates
ornodeorder
plugins, the namespace lister used can't get any resources:E0922 10:33:55.843052 8 plugin.go:143] "getting namespace, assuming empty set of namespace labels" err="namespace \"default\" not found" namespace="default"
What you expected to happen:
the lister can list resources
How to reproduce it (as minimally and precisely as possible):
deploy any workload and use interpodaffinity plugin
Anything else we need to know?:
Environment:1.6.1
kubectl version
):1.19uname -a
):The text was updated successfully, but these errors were encountered: