- 01 Jun, 2019 10 commits
-
-
Kubernetes Prow Robot authored
Allow setting Azure cloud provider from Kubernetes secrets instread of local configure file
-
Kubernetes Prow Robot authored
Use Service Control Manager as the Windows Initsystem
-
Kubernetes Prow Robot authored
updating the API reviewers for sig-windows
-
Kubernetes Prow Robot authored
Enhance to record more accurate e2e provision/deletion latency metric
-
Kubernetes Prow Robot authored
add process start time metric to metric probes since they use counters
-
Kubernetes Prow Robot authored
Doc changes for nodelocaldns graduating to beta
-
Kubernetes Prow Robot authored
CRDs should support watch of protobuf PartialObjectMetadata
-
Kubernetes Prow Robot authored
Adds staging directory for kubectl code
-
Kubernetes Prow Robot authored
Implement port forwarding for windows
-
Kubernetes Prow Robot authored
Fix linting kubectl apply
-
- 31 May, 2019 26 commits
-
-
Kubernetes Prow Robot authored
API changes to support migration of inline in-tree volumes to CSI
-
Kubernetes Prow Robot authored
Clean up code in proxy/config
-
Kubernetes Prow Robot authored
iptables proxier: route local traffic to LB IPs to service chain
-
Kubernetes Prow Robot authored
Fix cronjob controller page list err
-
Kubernetes Prow Robot authored
Clean up cloud-controller-manager.
-
Kubernetes Prow Robot authored
Graduate 3rd party device monitoring plugins to beta!
-
Kubernetes Prow Robot authored
Cleaned enable pvc datasource
-
Kubernetes Prow Robot authored
support deflate encoding reader
-
Kubernetes Prow Robot authored
Add --sort-by option to kubectl top command
-
Kubernetes Prow Robot authored
Introduce topology into the runtimeClass API
-
Kubernetes Prow Robot authored
Not asking for sudo passwords for password-less sudo users any more
-
Kubernetes Prow Robot authored
Add kubelet plugin manager
-
Ben Moss authored
On Windows the only way to access the container's network interfaces is by running another process in the pod from which we can use a netcat-like program to proxy the TCP stream Proposed wincat.exe can be found here: https://github.com/benmoss/wincat
-
j-griffith authored
-
j-griffith authored
-
j-griffith authored
-
j-griffith authored
This enables the ability to specify and existing PVC as a DataSource in a new PVC Spec (eg "clone" and existing volume).
-
j-griffith authored
Update the unit tests to include checks for incorrect APIGroup type in PVC DataSource and change the name of the feature gate to be more clear: s/VolumeDataSource/VolumePVCDataSource/
-
j-griffith authored
This enables the ability to specify and existing PVC as a DataSource in a new PVC Spec (eg "clone" and existing volume).
-
Kubernetes Prow Robot authored
Windows support for preserving the destination IP as the VIP when loadbalancing with DSR
-
Kubernetes Prow Robot authored
add non-preempting option to PriorityClasses
-
Kubernetes Prow Robot authored
Only collect metrics for cgroups required by the summary API
-
wangqingcan authored
-
wangqingcan authored
Co-authored-by:
Vallery Lancey <vallery@zeitgeistlabs.io> Co-authored-by:
Tan shanshan <tan.shanshan@zte.com.cn>
-
Kubernetes Prow Robot authored
Ephemeral storage monitoring via filesystem quotas
-
Pengfei Ni authored
-
- 30 May, 2019 4 commits
-
-
Kubernetes Prow Robot authored
Add Policies Strict and Preferred for Topology Manager
-
Clayton Coleman authored
TestWatchBasedManager was racing with the default namespace creation. To fix that flake and to ensure integration tests using a shared etcd don't accidentally overlap in the future, move the three main tests using the default namespace to separate namespaces, and have TestWatchBasedManager create that namespace before it runs. Make StartTestServer wait for default namespace creation, which will reduce other flakes until future changes completely remove use of default namespace. From a failed integration run: watch_manager_test.go:66: namespaces "default" not found watch_manager_test.go:66: namespaces "default" not found watch_manager_test.go:66: namespaces "default" not found
-
Tara Gu authored
-
Renaud Gaubert authored
-