This project is mirrored from https://github.com/kubernetes/kubernetes.
Pull mirroring updated .
- 25 6月, 2022 6 次提交
-
-
由 Kubernetes Prow Robot 创作于
Use clock package from k8s.io/utils/clock
-
由 Kubernetes Prow Robot 创作于
Wait for cache sync in TestSyncPastDeadlineJobFinished
-
由 Kubernetes Prow Robot 创作于
Add KMS v2alpha1 API
-
由 Anish Ramasekar 创作于
Signed-off-by:
Anish Ramasekar <anish.ramasekar@gmail.com>
-
由 harry1064 创作于
- Remove unwanted clock.go file.
-
由 Kubernetes Prow Robot 创作于
kubelet: add CRI definitions for user namespaces
-
- 24 6月, 2022 19 次提交
-
-
由 Kubernetes Prow Robot 创作于
fix comments in pkg/proxy/types.go
-
由 Kubernetes Prow Robot 创作于
promote the Portworx feature gate to Beta
-
由 Aldo Culquicondor 创作于
Change-Id: I6f023ca6999108f4f86a0f57831d47704cdbb42b
-
由 Kubernetes Prow Robot 创作于
volume/fc: fix FibreChannel volume plugin matching wrong disks
-
由 Kubernetes Prow Robot 创作于
Improve run and debug attach message upon failure
-
由 Kubernetes Prow Robot 创作于
fix typo in genericapiserver.go
-
由 Giuseppe Scrivano 创作于
Signed-off-by:
Giuseppe Scrivano <gscrivan@redhat.com>
-
由 Kubernetes Prow Robot 创作于
kubeadm: handle dup unix:// prefix in node annotation
-
由 Maciej Szulik 创作于
-
由 Paco Xu 创作于
-
由 Kubernetes Prow Robot 创作于
kubeadm: Honor `cert-dir` for cert operations
-
由 lokichoggio 创作于
-
由 Kubernetes Prow Robot 创作于
Firewall Pinhole Fix for ILB and NetLB
-
由 Kubernetes Prow Robot 创作于
Bump konnectivity-client to 0.0.32
-
由 Kubernetes Prow Robot 创作于
remove release-1.20 from prom bot due to eol
-
由 Sugang Li 创作于
-
由 Sugang Li 创作于
-
由 Kubernetes Prow Robot 创作于
kubeadm: certs renew doesn't support positional args
-
由 cpanato 创作于
Signed-off-by:
cpanato <ctadeu@gmail.com>
-
- 23 6月, 2022 15 次提交
-
-
由 Kubernetes Prow Robot 创作于
don't use KUBE-MARK-DROP in ipvs proxy
-
由 Kubernetes Prow Robot 创作于
vendor: bump runc to 1.1.3
-
由 Dave Chen 创作于
Signed-off-by:
Dave Chen <dave.chen@arm.com>
-
由 Kubernetes Prow Robot 创作于
Incomplete coverage of test scenarios
-
由 Dave Chen 创作于
- `cert-dir` could be specified to a value other than the default value - we have tests that should be executed successfully on the working cluster Signed-off-by:
Dave Chen <dave.chen@arm.com>
-
由 xakdwch 创作于
Before: findDisk() fcPathExp := "^(pci-.*-fc|fc)-0x" + wwn + "-lun-" + lun After: findDisk() fcPathExp := "^(pci-.*-fc|fc)-0x" + wwn + "-lun-" + lun + "$" fc path may have the same wwns but different luns.for example: pci-0000:41:00.0-fc-0x500a0981891b8dc5-lun-1 pci-0000:41:00.0-fc-0x500a0981891b8dc5-lun-12 Function findDisk() may mismatch the fc path, return the wrong device and wrong associated devicemapper parent. This may cause a disater that pods attach wrong disks. Accutally it happended in my testing environment before.
-
由 ZhangYu 创作于
-
由 Kubernetes Prow Robot 创作于
clean up spelling_failures
-
由 Kubernetes Prow Robot 创作于
fix: --chunk-size with selector returns missing result
-
由 Joseph Anttila Hall 创作于
-
由 Kubernetes Prow Robot 创作于
build: update to klog v2.70.0
-
由 Kubernetes Prow Robot 创作于
Add additional CRD validation E2E tests
-
由 Abirdcfly 创作于
Signed-off-by:
Abirdcfly <fp544037857@gmail.com>
-
由 Kubernetes Prow Robot 创作于
fix: list pod err after an pod evicted
-
由 Kubernetes Prow Robot 创作于
EndpointSlice with Pods without an existing Node
-