pwschuurman
pwschuurman
- One-line PR description: Adding new KEP to support StatefulSet slice - Issue link: https://github.com/kubernetes/enhancements/issues/3335 - Other comments:
Add securityContext > privileged and resources to pull-gcp-compute-persistent-disk-csi-driver-verify presubmit, to allow for docker commands to be run.
### Enhancement Description - One-line enhancement description (can be used as a release note): Added a feature that allows a StatefulSet to start numbering replicas from an arbitrary non-negative ordinal,...
If a node is deleted while a pod is scheduled on a node (but before a claim is provisioned), a pod can become indefinitely stuck in a Pending state. Typically...
### TL;DR Add field `deletion_policy` variable for `google_service_networking_connection` in `modules/private_service_access` ### Terraform Resources _No response_ ### Detailed design Deleting a Terraform plan that uses both PSC and CloudSQL results in...
**What type of PR is this?** /kind test **What this PR does / why we need it**: This adds support to run a subset of e2e tests in a configuration...
The NodeUnpublishVolume -> NodeUnstageVolume -> ControllerUnpublishVolume flow does not explicitly perform a filesystem sync in linux. The driver calls `umount` on the staged block device path. If the block device...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: This adds support to run e2e tests in a configuration that uses NVMe...
The ListVolumes and ListSnapshots API calls support pagination. This allows the driver to call the GCE API and paginate the response back to the client that is calling into the...
**What this PR does / why we need it**: Promote `kube_statefulset_ordinals_start` metrics from ALPHA -> BETA * KEP: https://github.com/kubernetes/enhancements/issues/3335 **How does this change affect the cardinality of KSM**: *(increases, decreases...