-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Update Source IP Tutorial: Replace Deprecated echoserver:1.4 with echoserver:1.10 for Compatibility #47832
Conversation
Update the echoserver:1.4 to 1.10
The committers listed above are authorized under a signed CLA. |
Welcome @colossus06! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Looks good to me - thanks! /lgtm |
LGTM label has been added. Git tree hash: fb99f919d7d13044615fc833203b42fbcb41652b
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: salaxander The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This PR updates the Docker image used in the Source IP for Services tutorial to
registry.k8s.io/echoserver:1.10
, replacing the deprecated version1.4
. The existing image (echoserver:1.4
) is no longer supported due to its use of Docker Image Format v1 and Docker Image manifest version 2, schema 1, which have been deprecated in Kubernetes.By updating to
echoserver:1.10
, this PR resolves image pull errors.Changes made
Updated the image in the deployment command from
registry.k8s.io/echoserver:1.4
toregistry.k8s.io/echoserver:1.10
.Impact
ErrImagePull
issue in the tutorial caused by the deprecation of the older image format.Localization Note
The deprecated echoserver:1.4 image is also referenced in some localized documentation, such as the Russian, Japan and Korean versions. It is recommended that these versions be updated as well to echoserver:1.10 for consistency across all languages.
Issue
Closes: #