Skip to content

Instantly share code, notes, and snippets.

@brianpursley
Last active May 15, 2020 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianpursley/f48ebdcdd255903ed797f88f36cb47fe to your computer and use it in GitHub Desktop.
Save brianpursley/f48ebdcdd255903ed797f88f36cb47fe to your computer and use it in GitHub Desktop.
output of running `./flake-culprits.sh pull-kubernetes-e2e-kind 250` on 5/14/2020 9:15pm ET
89 [sig-api-machinery] client-go should negotiate watch and report errors with accept \
71 [sig-apps] DisruptionController Listing PodDisruptionBudgets for all namespaces should list and delete a collection of PodDisruptionBudgets
69 [sig-api-machinery] Garbage collector should orphan pods created by rc if delete options say so [Conformance]
68 [sig-storage] Subpath Atomic writer volumes should support subpaths with projected pod [LinuxOnly] [Conformance]
67 [k8s.io] Docker Containers should use the image defaults if command and args are blank [NodeConformance] [Conformance]
67 [k8s.io] Pods should be updated [NodeConformance] [Conformance]
67 [k8s.io] PrivilegedPod [NodeConformance] should enable privileged commands [LinuxOnly]
67 [k8s.io] [sig-node] Security Context should support container.SecurityContext.RunAsUser [LinuxOnly]
67 [sig-storage] ConfigMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
67 [sig-storage] Projected configMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup]
67 [sig-storage] Projected secret should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
66 [k8s.io] Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete [NodeConformance] [Conformance]
66 [sig-api-machinery] ResourceQuota should be able to update and delete ResourceQuota. [Conformance]
66 [sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]
66 [sig-network] Services should prevent NodePort collisions
66 [sig-storage] Projected configMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]
66 [sig-storage] Projected secret should be consumable from pods in volume [NodeConformance] [Conformance]
66 [sig-storage] Secrets should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
65 [k8s.io] NodeLease when the NodeLease feature is enabled should have OwnerReferences set
65 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group but different versions [Conformance]
65 [sig-api-machinery] ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. [Conformance]
65 [sig-apps] Deployment deployment reaping should cascade to its replica sets and pods
65 [sig-apps] DisruptionController should create a PodDisruptionBudget
65 [sig-cli] Kubectl client Kubectl apply apply set/view last-applied
65 [sig-cli] Kubectl client Kubectl version should check is all data is printed [Conformance]
65 [sig-network] Proxy version v1 should proxy logs on node using proxy subresource
65 [sig-network] Services should provide secure master service [Conformance]
65 [sig-scheduling] LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. [Conformance]
65 [sig-storage] EmptyDir volumes pod should support shared volumes between containers [Conformance]
64 [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] from log output if TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
64 [k8s.io] Security Context When creating a container with runAsUser should run the container with uid 0 [LinuxOnly] [NodeConformance]
64 [k8s.io] [sig-node] PreStop should call prestop when killing a pod [Conformance]
64 [k8s.io] Sysctls [LinuxOnly] [NodeFeature:Sysctls] should reject invalid sysctls
64 [k8s.io] Variable Expansion should allow substituting values in a container's command [NodeConformance] [Conformance]
64 [sig-apps] DisruptionController should block an eviction until the PDB is updated to allow it
64 [sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]
64 [sig-cli] Kubectl client Kubectl api-versions should check if v1 is in available api versions [Conformance]
64 [sig-network] Service endpoints latency should not be very high [Conformance]
64 [sig-node] RuntimeClass should reject a Pod requesting a RuntimeClass with conflicting node selector
64 [sig-storage] PersistentVolumes-local Pod with node different from PV's NodeAffinity should fail scheduling due to different NodeSelector
63 [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
63 [k8s.io] Docker Containers should be able to override the image's default command (docker entrypoint) [NodeConformance] [Conformance]
63 [k8s.io] Kubelet when scheduling a busybox Pod with hostAliases should write entries to /etc/hosts [LinuxOnly] [NodeConformance] [Conformance]
63 [k8s.io] Security Context When creating a pod with readOnlyRootFilesystem should run the container with writable rootfs when readOnlyRootFilesystem=false [NodeConformance] [Conformance]
63 [sig-api-machinery] CustomResourceDefinition Watch [Privileged:ClusterAdmin] CustomResourceDefinition Watch watch on custom resource definition objects [Conformance]
63 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields at the schema root [Conformance]
63 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD preserving unknown fields in an embedded object [Conformance]
63 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of different groups [Conformance]
63 [sig-api-machinery] Events should ensure that an event can be fetched, patched, deleted, and listed [Conformance]
63 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a custom resource.
63 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a secret. [Conformance]
63 [sig-api-machinery] Secrets should be consumable from pods in env vars [NodeConformance] [Conformance]
63 [sig-api-machinery] Watchers should observe add, update, and delete watch notifications on configmaps [Conformance]
63 [sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount
63 [sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for cronjob
63 [sig-cli] Kubectl client Kubectl label should update the label on a resource [Conformance]
63 [sig-cli] Kubectl client Proxy server should support --unix-socket=/path [Conformance]
63 [sig-cli] Kubectl client Simple pod should support exec using resource/name
63 [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly] [NodeConformance] [Conformance]
63 [sig-network] Proxy version v1 should proxy logs on node with explicit kubelet port using proxy subresource
63 [sig-node] Downward API should provide host IP as an env var [NodeConformance] [Conformance]
63 [sig-storage] PersistentVolumes-local [Volume type: dir-link] One pod requesting one prebound PVC should be able to mount volume and write from pod1
63 [sig-storage] Projected configMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
63 [sig-storage] Projected secret should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
63 [sig-storage] Secrets should be consumable from pods in volume [NodeConformance] [Conformance]
63 [sig-storage] Secrets should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
62 [k8s.io] Lease lease API should be available [Conformance]
62 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a mutating webhook should work [Conformance]
62 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny attaching pod [Conformance]
62 [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] should include custom resource definition resources in discovery documents [Conformance]
62 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] updates the published spec when one version gets renamed [Conformance]
62 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD without validation schema [Conformance]
62 [sig-api-machinery] Garbage collector should delete RS created by deployment when not orphaning [Conformance]
62 [sig-api-machinery] Secrets should be consumable via the environment [NodeConformance] [Conformance]
62 [sig-auth] Certificates API should support building a client with a CSR
62 [sig-cli] Kubectl client Kubectl create quota should create a quota without scopes
62 [sig-cli] Kubectl client Kubectl expose should create services for rc [Conformance]
62 [sig-cli] Kubectl client Kubectl patch should add annotations for pods in rc [Conformance]
62 [sig-cli] Kubectl client Proxy server should support proxy with --port 0 [Conformance]
62 [sig-cli] Kubectl client Simple pod should handle in-cluster config
62 [sig-cli] Kubectl Port forwarding With a server listening on localhost that expects a client request should support a client that connects, sends NO DATA, and disconnects
62 [sig-instrumentation] MetricsGrabber should grab all metrics from API server.
62 [sig-network] Services should serve a basic endpoint from pods [Conformance]
62 [sig-node] ConfigMap should fail to create ConfigMap with empty key [Conformance]
62 [sig-node] RuntimeClass should reject a Pod requesting a non-existent RuntimeClass
62 [sig-storage] ConfigMap should be consumable from pods in volume [NodeConformance] [Conformance]
62 [sig-storage] Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
62 [sig-storage] Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
62 [sig-storage] EmptyDir volumes should support (non-root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
62 [sig-storage] EmptyDir volumes should support (root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
62 [sig-storage] EmptyDir volumes should support (root,0666,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
62 [sig-storage] EmptyDir volumes should support (root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
62 [sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (default fs)] subPath should support non-existent path
62 [sig-storage] Projected secret should be consumable from pods in volume with mappings and Item Mode set [LinuxOnly] [NodeConformance] [Conformance]
62 [sig-storage] Secrets should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
61 [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartNever pod [Conformance]
61 [k8s.io] Pods should contain environment variables for services [NodeConformance] [Conformance]
61 [k8s.io] Security Context When creating a pod with privileged should run the container as privileged when true [LinuxOnly] [NodeFeature:HostAccess]
61 [k8s.io] Security Context when creating containers with AllowPrivilegeEscalation should allow privilege escalation when not explicitly set and uid != 0 [LinuxOnly] [NodeConformance]
61 [k8s.io] Sysctls [LinuxOnly] [NodeFeature:Sysctls] should not launch unsafe, but not explicitly enabled sysctls on the node
61 [k8s.io] Variable Expansion should allow substituting values in a container's args [NodeConformance] [Conformance]
61 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate configmap [Conformance]
61 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should not be able to mutate or prevent deletion of webhook configuration objects [Conformance]
61 [sig-api-machinery] Discovery Custom resource should have storage version hash
61 [sig-api-machinery] Garbage collector should keep the rc around until all its pods are deleted if the deleteOptions says so [Conformance]
61 [sig-api-machinery] Generated clientset should create pods, set the deletionTimestamp and deletionGracePeriodSeconds of the pod
61 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replication controller. [Conformance]
61 [sig-api-machinery] Secrets should fail to create secret due to empty secret key [Conformance]
61 [sig-apps] Deployment test Deployment ReplicaSet orphaning and adoption regarding controllerRef
61 [sig-apps] DisruptionController evictions: enough pods, replicaSet, percentage =\u003e should allow an eviction
61 [sig-cli] Kubectl client Kubectl cluster-info dump should check if cluster-info dump succeeds
61 [sig-cli] Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods [Conformance]
61 [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance]
61 [sig-node] Downward API should provide default limits.cpu/memory from node allocatable [NodeConformance] [Conformance]
61 [sig-node] Downward API should provide pod UID as env vars [NodeConformance] [Conformance]
61 [sig-storage] ConfigMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
61 [sig-storage] ConfigMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
61 [sig-storage] Downward API volume should provide container's memory limit [NodeConformance] [Conformance]
61 [sig-storage] Downward API volume should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup]
61 [sig-storage] EmptyDir volumes should support (root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
61 [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on default medium should have the correct mode using FSGroup
61 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (ext4)] volumes should allow exec of files on the volume
61 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount
61 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount
61 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
61 [sig-storage] PersistentVolumes-local [Volume type: dir] One pod requesting one prebound PVC should be able to mount volume and read from pod1
61 [sig-storage] Projected configMap should be consumable from pods in volume as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
61 [sig-storage] Projected configMap should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
61 [sig-storage] Projected downwardAPI should provide container's cpu limit [NodeConformance] [Conformance]
61 [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup]
61 [sig-storage] Subpath Atomic writer volumes should support subpaths with secret pod [LinuxOnly] [Conformance]
60 [k8s.io] Kubelet when scheduling a busybox command that always fails in a pod should have an terminated reason [NodeConformance] [Conformance]
60 [k8s.io] Security Context When creating a container with runAsUser should run the container with uid 65534 [LinuxOnly] [NodeConformance] [Conformance]
60 [k8s.io] [sig-node] Security Context should support container.SecurityContext.RunAsUser And container.SecurityContext.RunAsGroup [LinuxOnly]
60 [k8s.io] Sysctls [LinuxOnly] [NodeFeature:Sysctls] should support sysctls
60 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing mutating webhooks should work [Conformance]
60 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny pod and configmap creation [Conformance]
60 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance]
60 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource [Conformance]
60 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for CRD with validation schema [Conformance]
60 [sig-api-machinery] Generated clientset should create v1beta1 cronJobs, delete cronJobs, watch cronJobs
60 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a configMap. [Conformance]
60 [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance]
60 [sig-api-machinery] Servers with support for Table transformation should return chunks of table results for list calls
60 [sig-apps] DisruptionController should observe PodDisruptionBudget status updated
60 [sig-apps] ReplicationController should release no longer matching pods [Conformance]
60 [sig-auth] ServiceAccounts should ensure a single API token exists
60 [sig-cli] Kubectl client Kubectl apply should apply a new configuration to an existing RC
60 [sig-network] EndpointSlice should create and delete Endpoints and EndpointSlices for a Service with a selector specified
60 [sig-network] Services should find a service from listing all namespaces [Conformance]
60 [sig-node] Downward API should provide host IP and pod IP as an env var if pod uses host network [LinuxOnly]
60 [sig-node] RuntimeClass should reject a Pod requesting a RuntimeClass with an unconfigured handler
60 [sig-storage] EmptyDir volumes should support (non-root,0777,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
60 [sig-storage] EmptyDir volumes volume on default medium should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
60 [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : secret
60 [sig-storage] HostPath should support subPath [NodeConformance]
60 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
60 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
60 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
60 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path
60 [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] One pod requesting one prebound PVC should be able to mount volume and read from pod1
60 [sig-storage] PersistentVolumes-local [Volume type: block] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
60 [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] One pod requesting one prebound PVC should be able to mount volume and write from pod1
60 [sig-storage] PersistentVolumes-local [Volume type: dir-link] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
60 [sig-storage] Projected configMap should be consumable from pods in volume [NodeConformance] [Conformance]
60 [sig-storage] Projected configMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
60 [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
60 [sig-storage] Projected downwardAPI should provide node allocatable (cpu) as default cpu limit if the limit is not set [NodeConformance] [Conformance]
60 [sig-storage] PV Protection Verify \
59 [k8s.io] InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod [Conformance]
59 [k8s.io] NodeLease when the NodeLease feature is enabled the kubelet should create and update a lease in the kube-node-lease namespace
59 [k8s.io] Pods should get a host IP [NodeConformance] [Conformance]
59 [k8s.io] Pods should support retrieving logs from the container over websockets [NodeConformance] [Conformance]
59 [k8s.io] Security Context When creating a pod with privileged should run the container as unprivileged when false [LinuxOnly] [NodeConformance] [Conformance]
59 [k8s.io] [sig-node] Pods Extended [k8s.io] Pods Set QOS Class should be set on Pods with matching resource requests and limits for memory and cpu [Conformance]
59 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] patching/updating a validating webhook should work [Conformance]
59 [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition getting/updating/patching custom resource definition status sub-resource works [Conformance]
59 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim. [sig-storage]
59 [sig-api-machinery] Servers with support for API chunking should return chunks of results for list calls
59 [sig-api-machinery] Watchers should be able to start watching from a specific resource version [Conformance]
59 [sig-apps] Job should remove pods when job is deleted
59 [sig-apps] ReplicationController should adopt matching pods on creation [Conformance]
59 [sig-cli] Kubectl client Kubectl client-side validation should create/apply a valid CR for CRD with validation schema
59 [sig-cli] Kubectl client Simple pod should support exec through kubectl proxy
59 [sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 that expects a client request should support a client that connects, sends DATA, and disconnects
59 [sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 that expects a client request should support a client that connects, sends NO DATA, and disconnects
59 [sig-network] DNS should provide /etc/hosts entries for the cluster [LinuxOnly] [Conformance]
59 [sig-network] DNS should support configurable pod DNS nameservers [Conformance]
59 [sig-network] DNS should support configurable pod resolv.conf
59 [sig-network] EndpointSlice should have Endpoints and EndpointSlices pointing to API Server
59 [sig-network] Networking should check kube-proxy urls
59 [sig-network] Services should be able to change the type from ClusterIP to ExternalName [Conformance]
59 [sig-network] Services should be rejected when no endpoints exist
59 [sig-network] Services should release NodePorts on delete
59 [sig-network] Services should serve multiport endpoints from pods [Conformance]
59 [sig-node] Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars [NodeConformance] [Conformance]
59 [sig-node] RuntimeClass should reject a Pod requesting a deleted RuntimeClass
59 [sig-storage] ConfigMap should be immutable if `immutable` field is set
59 [sig-storage] Downward API volume should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
59 [sig-storage] EmptyDir volumes should support (non-root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
59 [sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Inline-volume (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
59 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
59 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
59 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path
59 [sig-storage] PersistentVolumes-local [Volume type: dir-link] One pod requesting one prebound PVC should be able to mount volume and read from pod1
59 [sig-storage] PersistentVolumes-local [Volume type: dir] One pod requesting one prebound PVC should be able to mount volume and write from pod1
59 [sig-storage] PVC Protection Verify \
59 [sig-storage] PVC Protection Verify that PVC in active use by a pod is not removed immediately
59 [sig-storage] Secrets should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance] [Conformance]
58 [k8s.io] InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod [Conformance]
58 [k8s.io] Security Context When creating a pod with readOnlyRootFilesystem should run the container with readonly rootfs when readOnlyRootFilesystem=true [LinuxOnly] [NodeConformance]
58 [k8s.io] [sig-node] Mount propagation should propagate mounts to the host
58 [k8s.io] [sig-node] Pods Extended [k8s.io] Delete Grace Period should be submitted and removed
58 [k8s.io] Variable Expansion should allow composing env vars into new env vars [NodeConformance] [Conformance]
58 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should include webhook resources in discovery documents [Conformance]
58 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]
58 [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert from CR v1 to CR v2 [Conformance]
58 [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition creating/deleting custom resource definition objects works [Conformance]
58 [sig-api-machinery] Garbage collector should support cascading deletion of custom resources
58 [sig-api-machinery] Servers with support for Table transformation should return a 406 for a backend which does not implement metadata [Conformance]
58 [sig-apps] Deployment deployment should delete old replica sets [Conformance]
58 [sig-apps] DisruptionController evictions: enough pods, absolute =\u003e should allow an eviction
58 [sig-apps] DisruptionController evictions: maxUnavailable allow single eviction, percentage =\u003e should allow an eviction
58 [sig-apps] Job should run a job to completion when tasks succeed
58 [sig-cli] Kubectl client Kubectl client-side validation should create/apply a valid CR with arbitrary-extra properties for CRD with partially-specified validation schema
58 [sig-cli] Kubectl client Simple pod should support exec
58 [sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 should support forwarding over websockets
58 [sig-network] DNS should resolve DNS of partial qualified names for the cluster [LinuxOnly]
58 [sig-network] Networking Granular Checks: Services should function for endpoint-Service: udp
58 [sig-network] Services should test the lifecycle of an Endpoint
58 [sig-storage] ConfigMap binary data should be reflected in volume [NodeConformance] [Conformance]
58 [sig-storage] ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeFeature:FSGroup]
58 [sig-storage] CSI mock volume storage capacity exhausted, late binding, with topology
58 [sig-storage] Downward API volume should provide container's cpu limit [NodeConformance] [Conformance]
58 [sig-storage] Downward API volume should update labels on modification [NodeConformance] [Conformance]
58 [sig-storage] EmptyDir volumes should support (non-root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
58 [sig-storage] EmptyDir volumes should support (root,0666,default) [LinuxOnly] [NodeConformance] [Conformance]
58 [sig-storage] EmptyDir volumes should support (root,0777,default) [LinuxOnly] [NodeConformance] [Conformance]
58 [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] files with FSGroup ownership should support (root,0644,tmpfs)
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support file as subpath [LinuxOnly]
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support file as subpath [LinuxOnly]
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
58 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
58 [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
58 [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
58 [sig-storage] PersistentVolumes-local [Volume type: tmpfs] One pod requesting one prebound PVC should be able to mount volume and write from pod1
58 [sig-storage] Projected configMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]
58 [sig-storage] Projected downwardAPI should set mode on item file [LinuxOnly] [NodeConformance] [Conformance]
58 [sig-storage] Secrets should be immutable if `immutable` field is set
57 [k8s.io] Pods should be submitted and removed [NodeConformance] [Conformance]
57 [k8s.io] Pods should support pod readiness gates [NodeFeature:PodReadinessGate]
57 [k8s.io] [sig-node] Pods Extended [k8s.io] Pod Container Status should never report success for a pending container
57 [k8s.io] [sig-node] Security Context should support pod.Spec.SecurityContext.SupplementalGroups [LinuxOnly]
57 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance]
57 [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] custom resource defaulting for requests and from storage works [Conformance]
57 [sig-api-machinery] Garbage collector should delete pods created by rc when not orphaning [Conformance]
57 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a replica set. [Conformance]
57 [sig-apps] Deployment deployment should support proportional scaling [Conformance]
57 [sig-apps] ReplicationController should surface a failure condition on a common issue like exceeded quota [Conformance]
57 [sig-cli] Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-info [Conformance]
57 [sig-cli] Kubectl client Kubectl diff should find diff in Deployment
57 [sig-cli] Kubectl Port forwarding With a server listening on localhost should support forwarding over websockets
57 [sig-instrumentation] MetricsGrabber should grab all metrics from a Kubelet.
57 [sig-network] DNS should resolve DNS of partial qualified names for services [LinuxOnly] [Conformance]
57 [sig-network] Networking should provide unchanging, static URL paths for kubernetes api services
57 [sig-network] Services should have session affinity work for NodePort service [LinuxOnly] [Conformance]
57 [sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]
57 [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup [LinuxOnly] [NodeFeature:FSGroup]
57 [sig-storage] CSI mock volume CSI Volume expansion should expand volume by restarting pod if attach=on, nodeExpansion=on
57 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
57 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: inline ephemeral CSI volume] ephemeral should create read-only inline ephemeral volume
57 [sig-storage] EmptyDir volumes should support (non-root,0644,default) [LinuxOnly] [NodeConformance] [Conformance]
57 [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is root
57 [sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Inline-volume (default fs)] subPath should support non-existent path
57 [sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Inline-volume (default fs)] subPath should support readOnly directory specified in the volumeMount
57 [sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (default fs)] subPath should be able to unmount after the subpath directory is deleted
57 [sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (default fs)] subPath should support readOnly directory specified in the volumeMount
57 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
57 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
57 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount
57 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
57 [sig-storage] PersistentVolumes-local Pod with node different from PV's NodeAffinity should fail scheduling due to different NodeAffinity
57 [sig-storage] PersistentVolumes-local [Volume type: block] One pod requesting one prebound PVC should be able to mount volume and write from pod1
57 [sig-storage] PersistentVolumes-local [Volume type: dir] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
57 [sig-storage] PersistentVolumes-local [Volume type: tmpfs] One pod requesting one prebound PVC should be able to mount volume and read from pod1
57 [sig-storage] Projected downwardAPI should provide podname as non-root with fsgroup and defaultMode [LinuxOnly] [NodeFeature:FSGroup]
57 [sig-storage] Projected secret should be able to mount in a volume regardless of a different secret existing with same name in different namespace [NodeConformance]
57 [sig-storage] Projected secret should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
56 [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop http hook properly [NodeConformance] [Conformance]
56 [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] if TerminationMessagePath is set as non-root user and at a non-default path [NodeConformance] [Conformance]
56 [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] if TerminationMessagePath is set [NodeConformance]
56 [k8s.io] Container Runtime blackbox test when running a container with a new image should not be able to pull image from invalid registry [NodeConformance]
56 [k8s.io] Pods should allow activeDeadlineSeconds to be updated [NodeConformance] [Conformance]
56 [k8s.io] Security Context When creating a container with runAsNonRoot should run with an explicit non-root user ID [LinuxOnly]
56 [k8s.io] Security Context when creating containers with AllowPrivilegeEscalation should allow privilege escalation when true [LinuxOnly] [NodeConformance]
56 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]
56 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with different stored version [Conformance]
56 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] removes definition from spec when one version gets changed to not be served [Conformance]
56 [sig-api-machinery] CustomResourcePublishOpenAPI [Privileged:ClusterAdmin] works for multiple CRDs of same group and version but different kinds [Conformance]
56 [sig-api-machinery] Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil
56 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a pod. [Conformance]
56 [sig-api-machinery] ResourceQuota should verify ResourceQuota with terminating scopes. [Conformance]
56 [sig-api-machinery] Servers with support for Table transformation should return generic metadata details across all namespaces for nodes
56 [sig-apps] CronJob should remove from active list jobs that have been deleted
56 [sig-apps] Job should fail when exceeds active deadline
56 [sig-auth] ServiceAccounts should mount an API token into pods [Conformance]
56 [sig-cli] Kubectl client Kubectl get componentstatuses should get componentstatuses
56 [sig-cli] Kubectl client Kubectl run pod should create a pod from an image when restart is Never [Conformance]
56 [sig-node] ConfigMap should be consumable via the environment [NodeConformance] [Conformance]
56 [sig-node] RuntimeClass should run a Pod requesting a RuntimeClass with a configured handler [NodeFeature:RuntimeHandler]
56 [sig-storage] ConfigMap should be consumable from pods in volume with defaultMode set [LinuxOnly] [NodeConformance] [Conformance]
56 [sig-storage] ConfigMap should be consumable from pods in volume with mappings and Item mode set [LinuxOnly] [NodeConformance] [Conformance]
56 [sig-storage] ConfigMap should be consumable from pods in volume with mappings as non-root [NodeConformance] [Conformance]
56 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)] volumeMode should not mount / map unused volumes in a pod
56 [sig-storage] Downward API volume should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]
56 [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] nonexistent volume subPath should have the correct mode and owner using FSGroup
56 [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] volume on tmpfs should have the correct mode using FSGroup
56 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
56 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
56 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path
56 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
56 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
56 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
56 [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
56 [sig-storage] PersistentVolumes-local [Volume type: block] One pod requesting one prebound PVC should be able to mount volume and read from pod1
56 [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
56 [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] One pod requesting one prebound PVC should be able to mount volume and write from pod1
56 [sig-storage] PersistentVolumes-local [Volume type: tmpfs] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
56 [sig-storage] Projected configMap updates should be reflected in volume [NodeConformance] [Conformance]
56 [sig-storage] Projected downwardAPI should provide podname only [NodeConformance] [Conformance]
56 [sig-storage] Projected secret should be consumable from pods in volume with mappings [NodeConformance] [Conformance]
55 [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart exec hook properly [NodeConformance] [Conformance]
55 [k8s.io] Container Runtime blackbox test when running a container with a new image should be able to pull image [NodeConformance]
55 [k8s.io] Security Context when creating containers with AllowPrivilegeEscalation should not allow privilege escalation when false [LinuxOnly] [NodeConformance] [Conformance]
55 [k8s.io] [sig-node] Events should be sent by kubelets and the scheduler about pods scheduling and running [Conformance]
55 [sig-api-machinery] CustomResourceDefinition resources [Privileged:ClusterAdmin] Simple CustomResourceDefinition listing custom resource definition objects works [Conformance]
55 [sig-api-machinery] Garbage collector should delete jobs and pods created by cronjob
55 [sig-api-machinery] Garbage collector should not be blocked by dependency circle [Conformance]
55 [sig-api-machinery] Garbage collector should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan [Conformance]
55 [sig-api-machinery] Watchers should receive events on concurrent watches in same order [Conformance]
55 [sig-apps] Deployment RecreateDeployment should delete old pods and create new ones [Conformance]
55 [sig-apps] Job should fail to exceed backoffLimit
55 [sig-apps] ReplicaSet should adopt matching pods on creation and release no longer matching pods [Conformance]
55 [sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]
55 [sig-cli] Kubectl client Kubectl create quota should reject quota with invalid scopes
55 [sig-cli] Kubectl client Kubectl logs should be able to retrieve and filter logs [Conformance]
55 [sig-cli] Kubectl client Kubectl replace should update a single-container pod's image [Conformance]
55 [sig-cli] Kubectl client Update Demo should create and stop a replication controller [Conformance]
55 [sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 that expects NO client request should support a client that connects, sends DATA, and disconnects
55 [sig-cli] Kubectl Port forwarding With a server listening on localhost that expects a client request should support a client that connects, sends DATA, and disconnects
55 [sig-instrumentation] MetricsGrabber should grab all metrics from a ControllerManager.
55 [sig-instrumentation] MetricsGrabber should grab all metrics from a Scheduler.
55 [sig-network] EndpointSlice should create Endpoints and EndpointSlices for Pods matching a Service
55 [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: udp [NodeConformance] [Conformance]
55 [sig-network] Services should allow pods to hairpin back to themselves through services
55 [sig-node] Downward API should provide pod name, namespace and IP address as env vars [NodeConformance] [Conformance]
55 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volumes should store data
55 [sig-storage] Downward API volume should provide container's cpu request [NodeConformance] [Conformance]
55 [sig-storage] EmptyDir volumes should support (non-root,0644,tmpfs) [LinuxOnly] [NodeConformance] [Conformance]
55 [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : configmap
55 [sig-storage] HostPath should give a volume the correct mode [LinuxOnly] [NodeConformance] [Conformance]
55 [sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Inline-volume (default fs)] volumes should store data
55 [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] One pod requesting one prebound PVC should be able to mount volume and write from pod1
55 [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
55 [sig-storage] PersistentVolumes-local [Volume type: dir-link] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
55 [sig-storage] Projected downwardAPI should provide container's memory request [NodeConformance] [Conformance]
55 [sig-storage] Projected downwardAPI should update labels on modification [NodeConformance] [Conformance]
55 [sig-storage] Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set [LinuxOnly] [NodeConformance] [Conformance]
55 [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod with mountPath of existing file [LinuxOnly] [Conformance]
54 [k8s.io] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]
54 [k8s.io] Kubelet when scheduling a read only busybox container should not write to root filesystem [LinuxOnly] [NodeConformance] [Conformance]
54 [k8s.io] NodeLease when the NodeLease feature is enabled the kubelet should report node status infrequently
54 [k8s.io] Probing container with readiness probe that fails should never be ready and never restart [NodeConformance] [Conformance]
54 [k8s.io] Security Context When creating a container with runAsNonRoot should not run with an explicit root user ID [LinuxOnly]
54 [k8s.io] [sig-node] Security Context should support pod.Spec.SecurityContext.RunAsUser [LinuxOnly]
54 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]
54 [sig-api-machinery] Garbage collector should support orphan deletion of custom resources
54 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a service. [Conformance]
54 [sig-api-machinery] Watchers should be able to restart watching from the last resource version observed by the previous watch [Conformance]
54 [sig-apps] CronJob should delete successful finished jobs with limit of one successful job
54 [sig-apps] Deployment RollingUpdateDeployment should delete old pods and create new ones [Conformance]
54 [sig-apps] DisruptionController evictions: no PDB =\u003e should allow an eviction
54 [sig-apps] Job should adopt matching orphans and release non-matching pods [Conformance]
54 [sig-apps] Job should run a job to completion when tasks sometimes fail and are locally restarted [Conformance]
54 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should have a working scale subresource [Conformance]
54 [sig-cli] Kubectl client Kubectl apply should reuse port when apply to an existing SVC
54 [sig-cli] Kubectl client Kubectl copy should copy a file from a running Pod
54 [sig-network] DNS should provide DNS for pods for Hostname [LinuxOnly] [Conformance]
54 [sig-network] Networking Granular Checks: Services should function for endpoint-Service: http
54 [sig-network] Services should be able to change the type from ExternalName to NodePort [Conformance]
54 [sig-network] Services should be able to create a functioning NodePort service [Conformance]
54 [sig-storage] ConfigMap updates should be reflected in volume [NodeConformance] [Conformance]
54 [sig-storage] CSI mock volume CSI Volume expansion should expand volume without restarting pod if nodeExpansion=off
54 [sig-storage] Downward API volume should provide container's memory request [NodeConformance] [Conformance]
54 [sig-storage] Downward API volume should provide podname only [NodeConformance] [Conformance]
54 [sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
54 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
54 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (default fs)] subPath should support file as subpath [LinuxOnly]
54 [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
54 [sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
54 [sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] One pod requesting one prebound PVC should be able to mount volume and read from pod1
54 [sig-storage] Projected configMap should be consumable from pods in volume as non-root [NodeConformance] [Conformance]
54 [sig-storage] Projected downwardAPI should provide node allocatable (memory) as default memory limit if the limit is not set [NodeConformance] [Conformance]
54 [sig-storage] Projected secret optional updates should be reflected in volume [NodeConformance] [Conformance]
54 [sig-storage] PVC Protection Verify that scheduling of a pod that uses PVC that is being deleted fails and the pod becomes Unschedulable
54 [sig-storage] Secrets optional updates should be reflected in volume [NodeConformance] [Conformance]
54 [sig-storage] Secrets should be consumable in multiple volumes in a pod [NodeConformance] [Conformance]
54 [sig-storage] Subpath Atomic writer volumes should support subpaths with configmap pod [LinuxOnly] [Conformance]
53 [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute poststart http hook properly [NodeConformance] [Conformance]
53 [k8s.io] Container Runtime blackbox test when starting a container that exits should run with the expected status [NodeConformance] [Conformance]
53 [k8s.io] Pods should support remote command execution over websockets [NodeConformance] [Conformance]
53 [k8s.io] Probing container with readiness probe should not be ready before initial delay and never restart [NodeConformance] [Conformance]
53 [k8s.io] Security Context When creating a container with runAsNonRoot should not run without a specified user ID
53 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should be able to deny custom resource creation, update and deletion [Conformance]
53 [sig-api-machinery] Servers with support for Table transformation should return pod details
53 [sig-api-machinery] Watchers should observe an object deletion if it stops meeting the requirements of the selector [Conformance]
53 [sig-apps] ReplicaSet should surface a failure condition on a common issue like exceeded quota
53 [sig-apps] ReplicationController should serve a basic image on each replica with a public image [Conformance]
53 [sig-cli] Kubectl client Kubectl client-side validation should create/apply a CR with unknown fields for CRD with no validation schema
53 [sig-cli] Kubectl client Simple pod should contain last line of the log
53 [sig-cli] Kubectl client Simple pod should support port-forward
53 [sig-network] DNS should provide DNS for pods for Subdomain [Conformance]
53 [sig-network] Networking Granular Checks: Services should function for pod-Service: http
53 [sig-network] Services should be able to switch session affinity for service with type clusterIP [LinuxOnly] [Conformance]
53 [sig-network] Services should be able to update service type to NodePort listening on same port number but different protocols
53 [sig-node] ConfigMap should be consumable via environment variable [NodeConformance] [Conformance]
53 [sig-node] ConfigMap should run through a ConfigMap lifecycle
53 [sig-node] ConfigMap should update ConfigMap successfully
53 [sig-storage] CSI mock volume CSI workload information using mock driver should be passed when podInfoOnMount=true
53 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)] volume-expand should not allow expansion of pvcs without AllowVolumeExpansion property
53 [sig-storage] HostPath should support r/w [NodeConformance]
53 [sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Inline-volume (default fs)] subPath should be able to unmount after the subpath directory is deleted
53 [sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Inline-volume (default fs)] volumes should allow exec of files on the volume
53 [sig-storage] In-tree Volumes [Driver: hostPathSymlink] [Testpattern: Inline-volume (default fs)] subPath should support readOnly directory specified in the volumeMount
53 [sig-storage] In-tree Volumes [Driver: hostPathSymlink] [Testpattern: Inline-volume (default fs)] volumes should store data
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] subPath should support file as subpath [LinuxOnly]
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
53 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path
53 [sig-storage] PersistentVolumes-local [Volume type: block] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
53 [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] One pod requesting one prebound PVC should be able to mount volume and read from pod1
53 [sig-storage] PersistentVolumes-local [Volume type: dir-link-bindmounted] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
53 [sig-storage] PersistentVolumes-local [Volume type: dir] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2
53 [sig-storage] Projected downwardAPI should provide container's memory limit [NodeConformance] [Conformance]
53 [sig-storage] Volumes ConfigMap should be mountable
52 [k8s.io] Container Runtime blackbox test when running a container with a new image should be able to pull from private registry with secret [NodeConformance]
52 [k8s.io] Docker Containers should be able to override the image's default arguments (docker cmd) [NodeConformance] [Conformance]
52 [k8s.io] Probing container should be restarted with a local redirect http liveness probe
52 [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should deny crd creation [Conformance]
52 [sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin] should be able to convert a non homogeneous list of CRs [Conformance]
52 [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim with a storage class. [sig-storage]
52 [sig-apps] DisruptionController evictions: too few pods, absolute =\u003e should not allow an eviction
52 [sig-apps] Job should delete a job [Conformance]
52 [sig-cli] Kubectl client Update Demo should scale a replication controller [Conformance]
52 [sig-network] Networking Granular Checks: Pods should function for intra-pod communication: http [NodeConformance] [Conformance]
52 [sig-network] Networking Granular Checks: Services should function for node-Service: http
52 [sig-network] Services should be able to change the type from NodePort to ExternalName [Conformance]
52 [sig-network] Services should create endpoints for unready pods
52 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)(allowExpansion)] volume-expand Verify if offline PVC expansion works
52 [sig-storage] In-tree Volumes [Driver: hostPathSymlink] [Testpattern: Inline-volume (default fs)] subPath should support non-existent path
52 [sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (default fs)] subPath should support file as subpath [LinuxOnly]
52 [sig-storage] In-tree Volumes [Driver: hostPath] [Testpattern: Inline-volume (default fs)] volumes should store data
52 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
52 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (ext3)] volumes should allow exec of files on the volume
52 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (ext3)] volumes should store data
52 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
52 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
52 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount
52 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly directory specified in the volumeMount
52 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
52 [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] One pod requesting one prebound PVC should be able to mount volume and read from pod1
52 [sig-storage] PersistentVolumes-local [Volume type: tmpfs] Two pods mounting a local volume one after the other should be able to write from pod1 and read from pod2
52 [sig-storage] Projected downwardAPI should set DefaultMode on files [LinuxOnly] [NodeConformance] [Conformance]
52 [sig-storage] PV Protection Verify that PV bound to a PVC is not removed immediately
52 [sig-storage] Subpath Atomic writer volumes should support subpaths with downward pod [LinuxOnly] [Conformance]
51 [k8s.io] Container Runtime blackbox test when running a container with a new image should not be able to pull from private registry without secret [NodeConformance]
51 [k8s.io] Probing container should be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]
51 [k8s.io] Probing container should be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
51 [k8s.io] Security Context When creating a container with runAsNonRoot should run with an image specified user ID
51 [k8s.io] [sig-node] Security Context should support pod.Spec.SecurityContext.RunAsUser And pod.Spec.SecurityContext.RunAsGroup [LinuxOnly]
51 [k8s.io] Variable Expansion should allow substituting values in a volume subpath [sig-storage] [Conformance]
51 [sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]
51 [sig-apps] CronJob should replace jobs when ReplaceConcurrent
51 [sig-apps] DisruptionController should update/patch PodDisruptionBudget status
51 [sig-apps] Job should run a job to completion when tasks sometimes fail and are not locally restarted
51 [sig-cli] Kubectl client Kubectl server-side dry-run should dry-run update the Pod
51 [sig-network] DNS should provide DNS for ExternalName services [Conformance]
51 [sig-network] DNS should provide DNS for the cluster [Conformance]
51 [sig-network] Networking Granular Checks: Services should be able to handle large requests: http
51 [sig-network] Networking Granular Checks: Services should function for node-Service: udp
51 [sig-network] Proxy version v1 should proxy through a service and a pod [Conformance]
51 [sig-storage] ConfigMap should be consumable in multiple volumes in the same pod [NodeConformance] [Conformance]
51 [sig-storage] CSI mock volume CSI attach test using mock driver should not require VolumeAttach for drivers without attachment
51 [sig-storage] CSI mock volume storage capacity exhausted, late binding, no topology
51 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: inline ephemeral CSI volume] ephemeral should support multiple inline ephemeral volumes
51 [sig-storage] EmptyDir volumes volume on tmpfs should have the correct mode [LinuxOnly] [NodeConformance] [Conformance]
51 [sig-storage] EmptyDir volumes when FSGroup is specified [LinuxOnly] [NodeFeature:FSGroup] new files should be created with FSGroup ownership when container is non-root
51 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path
51 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount
51 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
51 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support file as subpath [LinuxOnly]
51 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
51 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link] [Testpattern: Pre-provisioned PV (default fs)] subPath should support file as subpath [LinuxOnly]
51 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] subPath should support file as subpath [LinuxOnly]
51 [sig-storage] Projected combined should project all components that make up the projection API [Projection][NodeConformance] [Conformance]
50 [k8s.io] Container Lifecycle Hook when create a pod with lifecycle hook should execute prestop exec hook properly [NodeConformance] [Conformance]
50 [k8s.io] InitContainer [NodeConformance] should not start app containers and fail the pod if init containers fail on a RestartNever pod [Conformance]
50 [k8s.io] [sig-node] kubelet [k8s.io] [sig-node] Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s.
50 [sig-cli] Kubectl Port forwarding With a server listening on localhost that expects NO client request should support a client that connects, sends DATA, and disconnects
50 [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when CSIDriver does not exist
50 [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when podInfoOnMount=nil
50 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
50 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly directory specified in the volumeMount
50 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volume-expand should not allow expansion of pvcs without AllowVolumeExpansion property
50 [sig-storage] Downward API volume should provide podname as non-root with fsgroup [LinuxOnly] [NodeFeature:FSGroup]
50 [sig-storage] Ephemeralstorage When pod refers to non-existent ephemeral storage should allow deletion of pod with invalid volume : projected
50 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
50 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (ext4)] volumes should store data
50 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support non-existent path
50 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should support readOnly directory specified in the volumeMount
50 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-link-bindmounted] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
50 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
50 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath [LinuxOnly]
50 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should allow exec of files on the volume
50 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
50 [sig-storage] Projected downwardAPI should provide container's cpu request [NodeConformance] [Conformance]
50 [sig-storage] Projected downwardAPI should update annotations on modification [NodeConformance] [Conformance]
49 [sig-api-machinery] Garbage collector should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted [Conformance]
49 [sig-api-machinery] Secrets should patch a secret [Conformance]
49 [sig-apps] Deployment deployment should support rollover [Conformance]
49 [sig-apps] Deployment iterative rollouts should eventually progress
49 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should not deadlock when a pod's predecessor fails
49 [sig-network] Networking Granular Checks: Pods should function for node-pod communication: udp [LinuxOnly] [NodeConformance] [Conformance]
49 [sig-network] Services should check NodePort out-of-range
49 [sig-storage] CSI mock volume CSI online volume expansion should expand volume without restarting pod if attach=off, nodeExpansion=on
49 [sig-storage] CSI mock volume CSI workload information using mock driver should not be passed when podInfoOnMount=false
49 [sig-storage] CSI mock volume storage capacity exhausted, immediate binding
49 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)(allowExpansion)] volume-expand should resize volume when PVC is edited while pod is using it
49 [sig-storage] In-tree Volumes [Driver: emptydir] [Testpattern: Inline-volume (default fs)] subPath should support file as subpath [LinuxOnly]
49 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: blockfs] [Testpattern: Pre-provisioned PV (filesystem volmode)] volumeMode should not mount / map unused volumes in a pod
49 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
49 [sig-storage] PersistentVolumes NFS when invoking the Recycle reclaim policy should test that a PV becomes Available and is clean after the PVC is deleted.
49 [sig-storage] PersistentVolumes NFS with Single PV - PVC pairs create a PVC and a pre-bound PV: test write access
49 [sig-storage] Projected configMap optional updates should be reflected in volume [NodeConformance] [Conformance]
48 [k8s.io] Container Runtime blackbox test on terminated container should report termination message [LinuxOnly] from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set [NodeConformance] [Conformance]
48 [k8s.io] Probing container should *not* be restarted with a non-local redirect http liveness probe
48 [k8s.io] Sysctls [LinuxOnly] [NodeFeature:Sysctls] should support unsafe sysctls which are actually whitelisted
48 [sig-network] Networking Granular Checks: Services should be able to handle large requests: udp
48 [sig-network] Networking Granular Checks: Services should function for client IP based session affinity: http [LinuxOnly]
48 [sig-network] Services should have session affinity timeout work for NodePort service [LinuxOnly] [Conformance]
48 [sig-network] Services should have session affinity work for service with type clusterIP [LinuxOnly] [Conformance]
48 [sig-network] Services should preserve source pod IP for traffic thru service cluster IP [LinuxOnly]
48 [sig-storage] ConfigMap optional updates should be reflected in volume [NodeConformance] [Conformance]
48 [sig-storage] CSI mock volume CSI attach test using mock driver should require VolumeAttach for drivers with attachment
48 [sig-storage] CSI mock volume CSI Volume expansion should expand volume by restarting pod if attach=off, nodeExpansion=on
48 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand should resize volume when PVC is edited while pod is using it
48 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: inline ephemeral CSI volume] ephemeral should create read/write inline ephemeral volume
48 [sig-storage] EmptyDir wrapper volumes should not conflict [Conformance]
48 [sig-storage] In-tree Volumes [Driver: hostPathSymlink] [Testpattern: Inline-volume (default fs)] subPath should be able to unmount after the subpath directory is deleted
48 [sig-storage] In-tree Volumes [Driver: hostPathSymlink] [Testpattern: Inline-volume (default fs)] subPath should support file as subpath [LinuxOnly]
48 [sig-storage] In-tree Volumes [Driver: hostPathSymlink] [Testpattern: Inline-volume (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
48 [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] One pod requesting one prebound PVC should be able to mount volume and write from pod1
47 [k8s.io] Probing container should have monotonically increasing restart count [NodeConformance] [Conformance]
47 [sig-apps] CronJob should schedule multiple jobs concurrently
47 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]
47 [sig-network] Networking Granular Checks: Services should update endpoints: http
47 [sig-storage] CSI mock volume CSI attach test using mock driver should preserve attachment policy when no CSIDriver present
47 [sig-storage] CSI mock volume storage capacity unlimited
47 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (block volmode)] volumeMode should not mount / map unused volumes in a pod
47 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
47 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should allow exec of files on the volume
46 [k8s.io] Docker Containers should be able to override the image's default command and arguments [NodeConformance] [Conformance]
46 [sig-cli] Kubectl client Kubectl create quota should create a quota with scopes
46 [sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly] [Conformance]
46 [sig-storage] CSI mock volume CSI workload information using mock driver contain ephemeral=true when using inline volume
46 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with pvc data source
46 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path
46 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] subPath should support readOnly file specified in the volumeMount [LinuxOnly]
46 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should be able to unmount after the subpath directory is deleted
46 [sig-storage] PersistentVolumes NFS with Single PV - PVC pairs create a PV and a pre-bound PVC: test write access
45 [sig-apps] CronJob should not emit unexpected warnings
45 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should adopt matching orphans and release non-matching pods
45 [sig-cli] Kubectl client Simple pod should return command exit codes
45 [sig-network] DNS should provide DNS for services [Conformance]
45 [sig-network] Networking Granular Checks: Services should function for pod-Service: udp
45 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)] provisioning should provision storage with pvc data source
45 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)] volumes should store data
45 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] subPath should support file as subpath [LinuxOnly]
45 [sig-storage] Downward API volume should update annotations on modification [NodeConformance] [Conformance]
45 [sig-storage] Dynamic Provisioning [k8s.io] GlusterDynamicProvisioner should create and delete persistent volumes [fast]
45 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with mount options
45 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should support non-existent path
45 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] volumes should store data
45 [sig-storage] PersistentVolumes NFS with multiple PVs and PVCs all in same ns should create 3 PVs and 3 PVCs: test write access
45 [sig-storage] PersistentVolumes NFS with Single PV - PVC pairs should create a non-pre-bound PV and PVC: test write access
44 [sig-network] Network should set TCP CLOSE_WAIT timeout [Privileged]
44 [sig-network] Services should have session affinity timeout work for service with type clusterIP [LinuxOnly] [Conformance]
44 [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: block] [Testpattern: Pre-provisioned PV (block volmode)] volumes should store data
44 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
43 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform canary updates and phased rolling updates of template modifications [Conformance]
43 [sig-network] Networking Granular Checks: Services should update endpoints: udp
43 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should allow exec of files on the volume
42 [k8s.io] KubeletManagedEtcHosts should test kubelet managed /etc/hosts file [LinuxOnly] [NodeConformance] [Conformance]
42 [sig-apps] CronJob should delete failed finished jobs with limit of one job
42 [sig-network] Networking Granular Checks: Services should function for client IP based session affinity: udp [LinuxOnly]
42 [sig-storage] CSI mock volume CSI online volume expansion should expand volume without restarting pod if attach=on, nodeExpansion=on
42 [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Inline-volume (default fs)] volumes should store data
42 [sig-storage] PersistentVolumes NFS with Single PV - PVC pairs create a PVC and non-pre-bound PV: test write access
41 [k8s.io] Probing container should *not* be restarted with a exec \"cat /tmp/health\" liveness probe [NodeConformance] [Conformance]
41 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: inline ephemeral CSI volume] ephemeral should support two pods which share the same volume
40 [k8s.io] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance]
39 [k8s.io] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance]
39 [sig-storage] CSI mock volume CSI Volume expansion should not expand volume if resizingOnDriver=off, resizingOnSC=on
39 [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)(allowExpansion)] volume-expand Verify if offline PVC expansion works
38 [sig-cli] Kubectl client Simple pod should support inline execution and attach
35 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should implement legacy replacement when the update strategy is OnDelete
33 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications [Conformance]
32 [sig-storage] PersistentVolumes NFS with multiple PVs and PVCs all in same ns should create 2 PVs and 4 PVCs: test write access
28 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should provide basic identity
26 [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] should perform rolling updates and roll backs of template modifications with PVCs
1 [k8s.io] Variable Expansion should allow substituting values in a volume subpath [sig-storage]
1 [sig-architecture] PodTemplates should run the lifecycle of PodTemplates
1 [sig-network] Proxy version v1 should proxy logs on node using proxy subresource [Conformance]
1 [sig-network] Proxy version v1 should proxy logs on node with explicit kubelet port using proxy subresource [Conformance]
1 [sig-network] Services should be able to switch session affinity for NodePort service [LinuxOnly]
1 [sig-network] Services should have session affinity work for NodePort service [LinuxOnly]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment