Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 4e9495b

Browse files
togashidmmadalazar
authored andcommitted
Update document for the image pull
1 parent 37c80bd commit 4e9495b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

telemetry-aware-scheduling/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,15 @@ A secret can be created with:
9393
``
9494
kubectl create secret tls extender-secret --cert /etc/kubernetes/<PATH_TO_CERT> --key /etc/kubernetes/<PATH_TO_KEY>
9595
``
96-
In order to build and deploy run:
96+
In order to deploy run:
9797

98-
``make build && make image && kubectl apply -f deploy/``
98+
``kubectl apply -f deploy/``
9999

100100
After this is run TAS should be operable in the cluster and should be visible after running ``kubectl get pods``
101101

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+
102105
#### Descheduling workloads
103106
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.
104107
The strategy file for Descheduler should be:

0 commit comments

Comments
 (0)