Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM] Skaffold Debug Helper arm64 images have amd64 binaries #5975

Open
2 of 4 tasks
tejal29 opened this issue Jun 8, 2021 · 4 comments
Open
2 of 4 tasks

[PM] Skaffold Debug Helper arm64 images have amd64 binaries #5975

tejal29 opened this issue Jun 8, 2021 · 4 comments
Labels
kind/todo implementation task/epic for the skaffold team planning/Q3-21 priority/p1 High impact feature/bug.

Comments

@tejal29
Copy link
Contributor

tejal29 commented Jun 8, 2021

Relevant issue: GoogleCloudPlatform/cloud-code-samples#721

Relevant DOc:
Error

Waiting for deployments to stabilize… - deployment/go-hello-world: container install-go-debug-support terminated with exit code 1
  - pod/go-hello-world-788bc8c8bb-cp7vp: container install-go-debug-support terminated with exit code 1
    [go-hello-world-788bc8c8bb-cp7vp install-go-debug-support] 
    standard_init_linux.go:219: exec user process caused: exec format error - deployment/go-hello-world failed. 
   Error: container install-go-debug-support terminated with exit code 1.

Tasks:

  • Create an error code for "exec format error" error - P0
  • Switch to Github Actions and add ARM64 tests - P0
  • Fully automate image deployment from cloudbuild - P1
  • Add metrics to record os/arch of deployment cluster - P2
@tejal29 tejal29 added kind/todo implementation task/epic for the skaffold team priority/p1 High impact feature/bug. labels Jun 8, 2021
@tejal29 tejal29 added this to the v1.27.0 milestone Jun 9, 2021
@tejal29
Copy link
Contributor Author

tejal29 commented Jul 1, 2021

@briandealwis and @aaron-prindle are any of you working on "Switch to Github Actions and add ARM64 tests - P0" ?

@aaron-prindle
Copy link
Contributor

aaron-prindle commented Jul 1, 2021

Github Actions does not currently support ARM64 images. They allow you to register your own machines which can have an arm64 label which won't work for our use case currently. As such, this has to be done on Travis atm which @briandealwis is working on here:
GoogleContainerTools/container-debug-support#80

@aaron-prindle
Copy link
Contributor

See related issues:
#5989
GoogleContainerTools/container-debug-support#82

@tejal29 tejal29 removed this from the v1.27.0 milestone Jul 1, 2021
@tejal29
Copy link
Contributor Author

tejal29 commented Jul 1, 2021

Ah ok! Sounds good.

@tejal29 tejal29 added this to the v1.28.0 milestone Jul 1, 2021
@tejal29 tejal29 modified the milestones: v1.28.0, v1.29.0 Jul 14, 2021
@tejal29 tejal29 modified the milestones: v1.29.0, v1.33.0 Sep 15, 2021
@tejal29 tejal29 modified the milestones: v1.33.0, v1.34.0 Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/todo implementation task/epic for the skaffold team planning/Q3-21 priority/p1 High impact feature/bug.
Projects
None yet
Development

No branches or pull requests

3 participants