Shashank Sharma

Results 19 issues of Shashank Sharma

## What version of Knative? v1.2 ## Expected Behavior After a liveness probe fail, the container should restart and ideally should start serving the traffic again, just like how it...

kind/bug
triage/accepted

This PR addresses the first objective here: https://github.com/prometheus-operator/prometheus-operator/issues/4033 Other issue: https://github.com/prometheus-operator/prometheus-operator/issues/3737 Motivation from the work done here: https://github.com/prometheus-operator/prometheus-operator/pull/3821 Usage: Add this to the Alertmanager Spec: ``` baseAlertmanagerConfiguration: alertmanagerConfigName: config-example ```...

/area test-and-release /kind bug ## Expected Behavior `wait.PollImmediate` should keep on polling if I pass response checkers through `WaitForEndpointState` https://github.com/knative/pkg/blob/main/test/request.go#L78 until the state is reached or timeout happens. ## Actual...

lifecycle/frozen

I am seeing an odd issue where the UI tells me the project size to be something other than what it actually is. This is after I have ran GC...

area/ui

Fixes #12480 ## Proposed Changes * changing the readiness code in `test_images` to accommodate for liveness handler * renaming few things in readiness tests * adding tests for liveness probe

size/L
do-not-merge/hold
area/test-and-release
lifecycle/stale
needs-rebase

## Description Adds ability to assign knative services to nodes ## Changes * adds `nodeSelector`, `nodeAffinity` and `toleration` to podspec * adds update functions in `podspec_helper.go` for each of those...

size/L
do-not-merge/work-in-progress

### Feature request I should be able to set toleration, affinity and node selector on my ksvc, when enabled through the featuregate mentioned here: https://knative.dev/docs/serving/configuration/feature-flags. ### Use case I have...

kind/feature

Currently, its hard to tell if solr cloud deployment has changed from "x" to "y" state, or if it has changed at all after I have done some changes in...

enhancement

I have a usecase where i want to a hook to be called only when the resource is being deleted, with the assumption that nothing has to be done for...

bug
good first issue
help wanted

I have noticed when I use a `DecoratorController`, and try to send the response with status for an attachment resource, although it gets reflected in the attachment resource for the...

enhancement