Closed danielhelfand closed 2 years ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closing this issue.
In #438, a change was made to the frontend of the guestbook application to change a service name to allow the frontend to access the redis-replica. A new image with these changes was never pushed, so the frontend is unable to submit/read and display the user entries using the image tag here.
It would be great if a new image was made available/updated in the
guestbook/all-in-one/guestbook-all-in-one.yaml
file so the application works appropriately. I verified this works using a fork here. It uses an image I pushed to my personal registry. To deploy it, just run:kubectl apply -f https://raw.githubusercontent.com/danielhelfand/examples/master/guestbook/all-in-one/guestbook-all-in-one.yaml
.