Skip to content

manifests: switch demos to the off-GCP pause image (use community assets!)#36

Open
Davanum Srinivas (dims) wants to merge 1 commit into
agent-substrate:mainfrom
dims:fix/demos-use-upstream-pause
Open

manifests: switch demos to the off-GCP pause image (use community assets!)#36
Davanum Srinivas (dims) wants to merge 1 commit into
agent-substrate:mainfrom
dims:fix/demos-use-upstream-pause

Conversation

@dims
Copy link
Copy Markdown
Contributor

@dims Davanum Srinivas (dims) commented May 21, 2026

api/v1alpha1/actortemplate_types.go:64-67 documents the GKE pause digest as the on-GCP choice and registry.k8s.io/pause:3.10.2@… as the off-GCP choice. All four demo templates currently pin the on-GCP digest, which puts the local kind quickstart on a Google-hosted registry by default.

The API doc comment keeps both references; on-GCP deployments can still pin the GKE digest explicitly.

Fixes #<issue_number_goes_here>

It's a good idea to open an issue first for discussion.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

`api/v1alpha1/actortemplate_types.go:64-67` documents the GKE
`pause` digest as the on-GCP choice and `registry.k8s.io/pause:3.10.2@…`
as the off-GCP choice. All four demo templates currently pin the
on-GCP digest, which puts the local kind quickstart on a
Google-hosted registry by default.

Switch the four templates to the off-GCP image. Both are multi-arch
manifest lists; the upstream image additionally covers linux/arm/v7,
linux/ppc64le, linux/s390x, and windows/amd64. The API doc comment
keeps both references; on-GCP deployments can still pin the GKE
digest explicitly.

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant