examples icon indicating copy to clipboard operation
examples copied to clipboard

Broken image reference in guestbook example

Open mocdaniel opened this issue 1 year ago • 6 comments

The image reference gcr.io/google-samples/gb-frontend:v4 in guestbook/frontend-deployment.yaml is invalid, the tag doesn't seem to exist (anymore).

After checking on gcr, it looks like there are no tags at all for gb-frontend, but only for the architecture-specific images, e.g. gb-frontend-amd64 or gb-frontend-arm.

mocdaniel avatar Mar 13 '24 08:03 mocdaniel

@pranav-pandey0804: The label(s) sig/cluster, sig/lifecycle cannot be applied, because the repository doesn't have them.

In response to this:

/sig cluster lifecycle

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Mar 27 '24 11:03 k8s-ci-robot

/sig cluster-lifecycle

pranav-pandey0804 avatar Mar 27 '24 12:03 pranav-pandey0804

i think this repository might contains some out-of-date examples, but they are not owned by SIG Cluster Lifecycle /remove-sig cluster-lifecycle

neolit123 avatar May 03 '24 11:05 neolit123

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Aug 01 '24 12:08 k8s-triage-robot

replace

      - name: php-redis
        image: gcr.io/google-samples/gb-frontend

by

      - name: php-redis
        image: us-docker.pkg.dev/google-samples/containers/gke/gb-frontend:v5

oussaka avatar Aug 14 '24 20:08 oussaka

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Sep 13 '24 20:09 k8s-triage-robot