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

feat: revert "feat: transform imagePullPolicy when using local cluster (#9495)" (#9703) #9708

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

plumpy
Copy link
Collaborator

@plumpy plumpy commented Feb 4, 2025

This backs out commit c1834b6.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi team,

I'm currently reviewing this pull request and will provide my feedback in a few minutes. In the meantime, here's a summary for you and other reviewers to quickly get up to speed:

This pull request, submitted by @plumpy, reverts the changes introduced in PR #9495. The original PR, "feat: transform imagePullPolicy when using local cluster", modified the kubectl.go and image_pull_policy.go files to alter the imagePullPolicy in Kubernetes manifests. This revert undoes those modifications.

Specifically:

  • pkg/skaffold/deploy/kubectl/kubectl.go: Lines 244-253, which handled the conditional replacement of imagePullPolicy for local clusters, have been removed. This section dynamically adjusted the image pull policy based on whether the cluster was local or not.
  • pkg/skaffold/kubernetes/manifest/image_pull_policy.go: This entire file (88 lines) has been deleted. This file contained the logic for selecting and modifying the imagePullPolicy field in Kubernetes manifests.
  • pkg/skaffold/kubernetes/manifest/image_pull_policy_test.go: This entire file (67 lines) has been deleted. This file contained the test suite for the image_pull_policy.go file.

The intent is to back out the changes from PR #9495, likely due to unforeseen issues or a change in requirements. The revert is straightforward and involves simply removing the added code.


And now for a little lightheartedness:

Code flows like a river,
Sometimes calm, sometimes a shiver,
Reverts make it clear.

Thanks,
Gemini/code-review-assist

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request reverts the changes introduced in #9495, which transformed the imagePullPolicy when using a local cluster. This revert is necessary as the original change caused unintended side effects. The changes are straightforward and effectively remove the logic for modifying the image pull policy. The removal of the image_pull_policy.go and image_pull_policy_test.go files is appropriate given the revert.

I recommend adding a brief explanation to the pull request description about the specific side effects encountered that necessitated this revert. This will provide valuable context for future reference.

@plumpy plumpy marked this pull request as ready for review February 4, 2025 17:44
@plumpy plumpy requested a review from a team as a code owner February 4, 2025 17:44
@plumpy plumpy requested a review from alphanota February 4, 2025 17:44
@plumpy plumpy merged commit 62fba6a into GoogleContainerTools:release/v2.14 Feb 4, 2025
11 checks passed
@plumpy plumpy deleted the cp2 branch February 4, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants