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
I'm following the documentation, but I cannot not deploy NetworkTopology resource from this example.
Here is what I did:
Deployed the plugins:
$ cd kubernetes-sigs/scheduler-plugins/manifests/install/charts
$ helm install --repo https://scheduler-plugins.sigs.k8s.io/ scheduler-plugins scheduler-plugins
Verified CRD
$ kubectl get crd networktopologies.networktopology.diktyo.x-k8s.io
NAME CREATED AT
networktopologies.networktopology.diktyo.x-k8s.io 2024-08-19T18:50:00Z
Replaced scheduling.sigs.x-k8s.io/v1alpha1 with networktopology.diktyo.x-k8s.io/v1alpha1 in the NetworkTopology example, otherwise this CRD is not found
Deployed NetworkTopology, got an error:
Error from server (BadRequest): error when creating "nw-aware.yaml": NetworkTopology in version "v1alpha1" cannot be handled as a NetworkTopology: strict decoding error: unknown field "spec.configMapName", unknown field "spec.weights[0].costList"
What did you expect to happen?
I expect correct documentation and working example
How can we reproduce it (as minimally and precisely as possible)?
No response
Anything else we need to know?
No response
Kubernetes version
$ kubectl version
# paste output here
Client Version: v1.29.7
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.7
Scheduler Plugins version
v0.29.7
The text was updated successfully, but these errors were encountered:
Thank you for your interest in Diktyo and its network-aware plugins. The guide might be outdated since it is based on the first version of the plugins and the CRDs have been updated since then. I need to double-check this and update it.
In the meantime, I have created two tutorials about Diktyo and its plugins. Could you please follow one of these and let me know if you encounter issues? For one of them, I created a helm chart that deploys all CRDs and components needed to run the network-aware scheduler as an additional scheduler.
Area
Other components
No response
What happened?
I'm following the documentation, but I cannot not deploy NetworkTopology resource from this example.
Here is what I did:
$ cd kubernetes-sigs/scheduler-plugins/manifests/install/charts $ helm install --repo https://scheduler-plugins.sigs.k8s.io/ scheduler-plugins scheduler-plugins
scheduling.sigs.x-k8s.io/v1alpha1
withnetworktopology.diktyo.x-k8s.io/v1alpha1
in the NetworkTopology example, otherwise this CRD is not foundWhat did you expect to happen?
I expect correct documentation and working example
How can we reproduce it (as minimally and precisely as possible)?
No response
Anything else we need to know?
No response
Kubernetes version
Client Version: v1.29.7
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.7
Scheduler Plugins version
The text was updated successfully, but these errors were encountered: