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
Copy file name to clipboardExpand all lines: hack/release-quickstart.sh
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,15 @@ sed -i.bak -E "s|(llm-d/llm-d-inference-sim:)[^\"[:space:]]+|\1v${VLLM_SIM}|g" "
127
127
# Also change the imagePullPolicy from Always to IfNotPresent on lines containing the vLLM image.
128
128
sed -i.bak '/llm-d\/llm-d-inference-sim/{n;s/Always/IfNotPresent/;}'"$VLLM_SIM_DEPLOY"
129
129
130
+
# Update the container tag for lora-syncer in vLLM CPU and GPU deployment manifests.
131
+
sed -i.bak -E "s|(us-central1-docker\.pkg\.dev/k8s-staging-images/gateway-api-inference-extension/lora-syncer:)[^\"[:space:]]+|\1${RELEASE_TAG}|g""$VLLM_GPU_DEPLOY""$VLLM_CPU_DEPLOY"
132
+
133
+
# Update the container image pull policy for lora-syncer in vLLM CPU and GPU deployment manifests.
134
+
sed -i.bak '/us-central1-docker.pkg.dev\/k8s-staging-images\/gateway-api-inference-extension\/lora-syncer/{n;s/Always/IfNotPresent/;}'"$VLLM_GPU_DEPLOY""$VLLM_CPU_DEPLOY"
135
+
136
+
# Update the container registry for lora-syncer in vLLM CPU and GPU deployment manifests.
137
+
sed -i.bak -E "s|us-central1-docker\.pkg\.dev/k8s-staging-images|registry.k8s.io|g""$VLLM_GPU_DEPLOY""$VLLM_CPU_DEPLOY"
0 commit comments