-
Notifications
You must be signed in to change notification settings - Fork 579
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
[WIP] Fix sidecar not generating certs. #483
Conversation
Thanks for this fix! Can you add some more detail to the PR description about why this is necessary, and what the behavior was before? My understanding of |
Yeah, this is not a real fix. Delaying the sleep worked on my local machine. (Probably giving it time generate, which is shotty at best) Im just trying to see if it passes the test in this case as well. If so, then the readiness probe isnt working properly. If not then my dev environment is not a good indication of what is actually happening. I will update the description as well and force push the pr to a real fix, asap. |
773a45d
to
581032d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker:19
and docker:latest
currently point to the same image.
I have no idea why these tests are passing now. Probably, should tag the images to prevent surprises later one. This test is super flaky. Still trying to reproduce. |
/test pull-tekton-catalog-integration-tests |
/close can't reproduce |
/close |
581032d
to
bcf5fd5
Compare
bcf5fd5
to
755fed0
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
Changes
The end to end test attaches a sidecar with a image registry for tasks to push into to. This task is optional and is encouraged to be used for testing. However, the function add_sidecar_registry sets the sidecar registry instead of appending it. Allowing the sidecar-registry to run alongside with other tasks will fix this bug. #481
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
File path follows
<kind>/<name>/<version>/name.yaml
Has
README.md
at<kind>/<name>/<version>/README.md
Has mandatory
metadata.labels
-app.kubernetes.io/version
the same as the<version>
of the resourceHas mandatory
metadata.annotations
tekton.dev/pipelines.minVersion
mandatory
spec.description
follows the conventionSee the contribution guide
for more details.