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
Open that link in your browser and navigate over to look at the logs. The issue can usually be seen there.
1227
+
1228
+
The most common issues are:
1229
+
1. The service account that sparkles is using does not have access to pull the docker image. This can be identified by the image pull failing with "permission denied"
1230
+
2. The docker image is for the wrong arch (ie: docker image built on arm64 run on amd64 machine). This typically looks like an error like "failure=fork/exec /bin/sh: exec format error"
1231
+
1232
+
# Developer info
1233
+
1234
+
The following documentation is only relevant if you are developing the sparkles tool
1235
+
1216
1236
## Changing the protocol between "sparkles" and "consumer"
1217
1237
1218
1238
The command line tool communicates with workers via gRPC. If a change is
0 commit comments