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

Revert 49a7fa to remove fake AWS creds #4504

Merged
merged 1 commit into from Jan 21, 2022
Merged

Revert 49a7fa to remove fake AWS creds #4504

merged 1 commit into from Jan 21, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jan 21, 2022

Changes

I tested the changes @imjasonh made in adf030 without these fake aws
credentials and it does appear that the ten minute slow down we were
observing in #4087 is fixed.

This PR backs out the phony AWS creds that were in place on the
controller to work around long delays on initial image fetches for
entrypoint lookup (and bundles) related to k8schain.

Closes #4087

/kind misc

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

Release Notes

The pipelines controller config previously included AWS environment variables as a workaround for a performance-related issue. The underlying issue appears to be fixed and so the environment variables have been removed from the controller.

I tested the changes @imjasonh made in adf030 without these fake aws
credentials and it does appear that the ten minutes slow down we were
observing in #4087 are fixed.

This PR backs out the phony AWS creds that were in place on the
controller to work around long delays on initial image fetches for
entrypoint lookup (and bundles) related to k8schain.
@tekton-robot tekton-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/misc Categorizes issue or PR as a miscellaneuous one. labels Jan 21, 2022
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 21, 2022
@tekton-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 21, 2022
@imjasonh
Copy link
Member

/lgtm

thanks!

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 21, 2022
@tekton-robot tekton-robot merged commit dd3d0c2 into tektoncd:main Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long delays on first taskrun caused by aws-sdk-go
3 participants