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
INFO[0011] started workers node=test-node-1 operatingSystem=Linux provider=k8s watchedNamespace=
FATA[0012] error registering node with kubernetes: Node "test-node-1" is invalid: [status.capacity.resource.hi.io/disk_size: Invalid value: "-20Gi": must be greater than or equal to 0, status.allocatable.resource.hi.io/disk_size: Invalid value: "-20Gi": must be greater than or equal to 0] node=test-node-1 operatingSystem=Linux provider=k8s watchedNamespace=
exit status 1`
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Kubernetes version (please complete the following information):
Version of Upper K8s cluster
Version of Lower K8s cluster
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I encountered the same problem. Sometimes the native resource memory is .eg.
status.allocatable.memory: Invalid value: "-3689235692441": must be greater than or equal to 0
Describe the bug
got following error when running vk provider with "go run cmd/provider/main.go --nodename test-node-1 --provider k8s --kube-api-qps 500 --kube-api-burst 1000 --client-qps 500 --client-burst 1000 --kubeconfig www.kubeconfig --client-kubeconfig lower.kubeconfig--klog.v 4"
`INFO[0011] starting workers node=test-node-1 operatingSystem=Linux provider=k8s watchedNamespace=
INFO[0011] started workers node=test-node-1 operatingSystem=Linux provider=k8s watchedNamespace=
FATA[0012] error registering node with kubernetes: Node "test-node-1" is invalid: [status.capacity.resource.hi.io/disk_size: Invalid value: "-20Gi": must be greater than or equal to 0, status.allocatable.resource.hi.io/disk_size: Invalid value: "-20Gi": must be greater than or equal to 0] node=test-node-1 operatingSystem=Linux provider=k8s watchedNamespace=
exit status 1`
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Kubernetes version (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: