Lee Bernick
Lee Bernick
Logs: https://storage.googleapis.com/tekton-prow/pr-logs/pull/tektoncd_pipeline/6515/pull-tekton-pipeline-alpha-integration-tests/1655655271705350144/build-log.txt The PipelineRun in this test times out after 1m. I'm not sure whether this is a problem with this integration test specifically, or whether examples tests are just...
We should introduce automation to help us add new reviewers to the org who are meeting [reviewer requirements](https://github.com/tektoncd/community/blob/main/process/contributor-ladder.md#Reviewer) based on the contributor ladder, and move inactive reviewers to alumni if...
When clicking on the links in this picture, it redirects to https://giphy.com/search/random-cats 🐱 I'm using the IP address of an ingress I set up on GKE, so this might be...
### Problem Statement **Use case**: When an error occurs, we prompt the user for feedback and also for consent to upload diagnostic info. Diagnostic info is uploaded to cloud storage,...
As part of our [V1 planning](https://github.com/tektoncd/community/blob/main/teps/0096-pipelines-v1-api.md), we will follow the [Kubernetes deprecation policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/), which specifies different deprecation policies for metrics marked as "alpha" and metrics marked as "stable". ("alpha" metrics...
I have the following models: ``` class Part multisearchable against: %i[name description part_number_formatted] has_one :part_number delegate :formatted, to: :part_number, prefix: true ``` ``` class PartNumber belongs_to :part, touch: true ```...
Likely a duplicate of https://github.com/kubernetes/dns/issues/96, but I'm opening a new issue as requested [here](https://github.com/kubernetes/dns/issues/96#issuecomment-347287861) since that one is old/possibly no longer relevant. On 6/6/24 I observed DNS resolution for a...