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.
Move TAS pod and TAS demo into their own namespaces
This PR will:
- move TAS pod and associated resources in the
'telemetry-aware-scheduling' namespace
- move health-metric demo and its associated resource in the
'health-metric-demo' namespace
- move power demo and its associated resources in the
'power-demo' namespace
- move stategy-labeling demo and its associated resources
in the 'labeling-demo' namespace
- add new step in BM WFs to clean-up TAS related resources
before exiting
- update Kind E2E tests policy to match new TAS namespace
- update related docs
- update demo docs with supported descheduler versions
Signed-off-by: Madalina Lazar <madalina.lazar@intel.com>
@@ -91,14 +91,19 @@ Telemetry Aware Scheduling uses go modules. It requires Go 1.16+ with modules en
91
91
TAS current version has been tested with the recent Kubernetes version at the released date. It maintains support to the three most recent K8s versions.
92
92
TAS was tested on Intel® Server Boards S2600WF and S2600WT-Based Systems.
93
93
94
-
A yaml file for TAS is contained in the deploy folder along with its service and RBAC roles and permissions.
94
+
A yaml file for TAS is contained in the deploy folder along with its service and RBAC roles and permissions.
95
+
The TAS components all reside in a custom namespace: **telemetry-aware-scheduling**, which means this namespace needs to be created first:
A secret called extender-secret will need to be created with the cert and key for the TLS endpoint. TAS will not deploy if there is no secret available with the given deployment file.
<summary>Cert selection tip for <ahref="https://github.com/intel/platform-aware-scheduling/blob/24f25a38613e326b4830f5e647211df16060fe70/telemetry-aware-scheduling/deploy/extender-configuration/configure-scheduler.sh#L136-L137">configure-scheduler.sh</a> users</summary>
0 commit comments