Paul Schweigert

Results 29 issues of Paul Schweigert

We currently have pages that describe the various files needed to install serving/eventing via yaml files: https://knative.dev/docs/install/yaml-install/serving/serving-installation-files/ https://knative.dev/docs/install/yaml-install/eventing/eventing-installation-files/ However, right now these page simply show the file name, which may...

priority/medium

Fixes #11308 ## Proposed Changes * Adds e2e test for activation-scale (merged in #13136 ) * Test uses `initial-scale: 0` to avoid having to deploy a service and wait for...

size/L
approved
area/test-and-release

We'll need to upgrade the HPA from v2beta2 to v2 before we get to a min k8s version of 1.26. Probably makes sense to do the migration once our min...

kind/bug
area/autoscale
triage/accepted

Co-authored-by: Morgan Bauer Co-authored-by: Mike Brown #### What type of PR is this? /kind feature #### What this PR does / why we need it: Allows for more granular probe...

area/test
area/kubelet
area/kubectl
sig/node
sig/api-machinery
sig/cluster-lifecycle
release-note
size/XXL
kind/api-change
kind/feature
sig/apps
sig/cli
area/kubeadm
cncf-cla: yes
sig/instrumentation
sig/testing
do-not-merge/work-in-progress
area/code-generation
ok-to-test
needs-priority
triage/accepted

Signed-off-by: Paul S. Schweigert xref: https://github.com/knative/pkg/pull/2595

size/XS
approved

Signed-off-by: Paul S. Schweigert ## Proposed Changes Making it clear in the docs that when using RPS for autoscaling, users need to set the scaling metric annotation regardless of if...

size/XS
approved

**Describe the change you'd like to see** We have some info on what types of probes the user can add to the Services [here](https://github.com/knative/specs/blob/main/specs/serving/runtime-contract.md#meta-requests), but it'd be nice to have...

Opening this as an umbrella to track the various deprecations in k8s v1.25: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25 * CronJob * EndpointSlice * Event * HorizontalPodAutoscaler: https://github.com/knative/serving/issues/12806 * PodDisruptionBudget * PodSecurityPolicy: https://github.com/knative/serving/pull/13327 * RuntimeClass...

Signed-off-by: Paul S. Schweigert Fixes #13182 **Release Note** ```release-note Uses the cluster domain suffix `svc.cluster.local` as the default domain. As routes using the cluster domain suffix are not exposed through...

area/API
size/M
lgtm
do-not-merge/hold
area/networking
approved
area/test-and-release

## Describe the feature Kubernetes v1.25 will add support for [user namespaces](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/127-user-namespaces) as an alpha feature. This will improve security through increased pod to node/pod isolation and should also help...

kind/feature
area/API
kind/security