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
Deployed on an M1 Mac the service only deploys correctly the first time. Subsequently the task_spec.placement.platforms list is updated excluding arm64.
Actual Behaviour
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
ok6v0ceioukh1wv2chxxcibyb glfleet_fleet-manager.1 gitlab/gitlab-runner:latest Running Pending about a minute ago "no suitable node (unsupported platform on 1 node)"
r0p8xz5fl8e5but0aa11rgzxr \_ glfleet_fleet-manager.1 gitlab/gitlab-runner:latest@sha256:d7776fd6b38f5d985832a6fde36062fb74ff38f5000d25d7843a2e3486b6d277 docker-desktop Shutdown Shutdown about a minute ago
The .Spec.TaskTemplate.Placement.Platforms and .PreviousSpec.TaskTemplate.Placement.Platforms lists are rather janky in practice and do not correlate with the list of platforms supported by the target image gitlab/gitlab-runner:latest which is linux/amd64, linux/arm64, linux/ppc64le, linux/s390x.
Community Note
Affected Resource(s)
Terraform Configuration Files
Expected Behaviour
Deployed on an M1 Mac the service only deploys correctly the first time. Subsequently the task_spec.placement.platforms list is updated excluding arm64.
Actual Behaviour
The .Spec.TaskTemplate.Placement.Platforms and .PreviousSpec.TaskTemplate.Placement.Platforms lists are rather janky in practice and do not correlate with the list of platforms supported by the target image gitlab/gitlab-runner:latest which is linux/amd64, linux/arm64, linux/ppc64le, linux/s390x.
Steps to Reproduce
Important Factoids
Using a M1 Macbook and Docker Desktop.
The text was updated successfully, but these errors were encountered: