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
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
``make build && make image && kubectl apply -f deploy/``
98
+
``kubectl apply -f deploy/``
99
99
100
100
After this is run TAS should be operable in the cluster and should be visible after running ``kubectl get pods``
101
101
102
+
Note: If you want to create the build and the image you can still do it by running ``make build && make image``
103
+
This will build locally the image ``tasextender``. Once created you may replace it into the deployment [file](https://github.com/intel/platform-aware-scheduling/blob/master/telemetry-aware-scheduling/deploy/tas-deployment.yaml#L28).
104
+
102
105
#### Descheduling workloads
103
106
Where there is a descheduling strategy in a policy, TAS will label nodes as violators if they break any of the associated rules. In order to deschedule these workloads the [Kubernetes Descheduler](https://github.com/kubernetes-sigs/descheduler) should be used.
0 commit comments