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

Commit 11c82d8

Browse files
togashidmmadalazar
authored andcommitted
Add changes to allow CI to run the local image
1 parent 4e9495b commit 11c82d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/scripts/e2e_get_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -o errexit
33

44
root="$(dirname "$0")/../../"
5-
VERSION="v0.10.0"
5+
VERSION="v0.11.1"
66
KIND_BINARY_URL="https://github.com/kubernetes-sigs/kind/releases/download/${VERSION}/kind-$(uname)-amd64"
77
K8_STABLE_RELEASE_URL="https://storage.googleapis.com/kubernetes-release/release/stable.txt"
88

.github/scripts/e2e_setup_cluster.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generate_k8_scheduler_config_data() {
2626
create_cluster() {
2727
[ -z "${mount_dir}" ] && echo "### no mount directory set" && exit 1
2828
# deploy cluster with kind
29-
cat <<EOF | kind create cluster --config=-
29+
cat <<EOF | kind create cluster --image kindest/node:v1.22.0@sha256:b8bda84bb3a190e6e028b1760d277454a72267a5454b57db34437c34a588d047 --config=-
3030
kind: Cluster
3131
apiVersion: kind.x-k8s.io/v1alpha4
3232
kubeadmConfigPatches:
@@ -156,4 +156,5 @@ docker cp kind-control-plane:/etc/kubernetes/pki/ca.key "${mount_dir}/certs/clie
156156

157157

158158
kubectl create secret tls extender-secret --cert "${mount_dir}/certs/client.crt" --key "${mount_dir}/certs/client.key"
159+
sed "s/intel\/telemetry-aware-scheduling/tasextender/g" "${root}/telemetry-aware-scheduling/deploy/tas-deployment.yaml" -i
159160
kubectl apply -f "${root}/telemetry-aware-scheduling/deploy/"

0 commit comments

Comments
 (0)