- 06 Feb, 2019 1 commit
-
-
Jean Rouge authored
* value names are now purely random * cleaning up leaked registry keys at Kubelet init * fixing a small bug masking create errors Signed-off-by:Jean Rouge <rougej+github@gmail.com>
-
- 05 Feb, 2019 3 commits
-
-
Jean Rouge authored
This patch comprises the kubelet changes outlined in the GMSA KEP (https://github.com/kubernetes/enhancements/blob/master/keps/sig-windows/20181221-windows-group-managed-service-accounts-for-container-identity.md) to add GMSA support to Windows workloads. More precisely, it includes the logic proposed in the KEP to resolve which GMSA spec should be applied to which containers, and changes `dockershim` to copy the relevant GMSA credential specs to Windows registry values prior to creating the container, passing them down to docker itself, and finally removing the values from the registry afterwards; both these changes need to be activated with the `WindowsGMSA` feature gate. Includes unit tests. Signed-off-by:
Jean Rouge <rougej+github@gmail.com>
-
Kubernetes Prow Robot authored
Added missing quote
-
Kubernetes Prow Robot authored
Migrate RuntimeClass support to the generated typed client
-
- 04 Feb, 2019 29 commits
-
-
Kubernetes Prow Robot authored
Clarify documentation for resource.Value()
-
Kubernetes Prow Robot authored
remove flag repair-malformed-updates
-
Kubernetes Prow Robot authored
e2e: reject unknown providers
-
Matt Kelly authored
-
Kubernetes Prow Robot authored
Refactor to use k8s.io/utils/net/ package instead of kubernetes/pkg/util/net/sets
-
Kubernetes Prow Robot authored
Updated AWS SDK to v1.16.26 for ECR PrivateLink support
-
Kubernetes Prow Robot authored
bug: fix segfault when EnableServiceLinks is nil
-
Kubernetes Prow Robot authored
[Mitigate KCM CrashLooping] Add unittests for controllers' Init func
-
Kubernetes Prow Robot authored
Adds [LinuxOnly] tag to conformance tests that cannot be run on Windows
-
Kubernetes Prow Robot authored
Report proper namespace in TTLAfterFinished test
-
Kubernetes Prow Robot authored
audit-proxy image for dynamic audit e2e test
-
Kubernetes Prow Robot authored
Rename AttachableLogsForObjectFunc -> AttachablePodForObjectFunc to better reflect its purpose
-
Kubernetes Prow Robot authored
Fix typo in comment
-
Kubernetes Prow Robot authored
Adjust buckets in apiserver request latency metrics
-
Kubernetes Prow Robot authored
kubeadm: graduate control plane prepare phase
-
Kubernetes Prow Robot authored
Cleanup artifacts to build and setup apiextensions-apiserver
-
Kubernetes Prow Robot authored
update doc.go files under staging/src/k8s.io/apiserver/pkg/server
-
Kubernetes Prow Robot authored
Kubelet: Fix volumemanager test race
-
Kubernetes Prow Robot authored
Add support for waiting by label selector or on all resources
-
Kubernetes Prow Robot authored
Fix some typos in comment
-
Kubernetes Prow Robot authored
Update doc.go import for staging/src/k8s.io/cli-runtime
-
Maciej Szulik authored
-
Kubernetes Prow Robot authored
Fix 'currentMetrics' field for HPA with 'AverageValue' target type
-
wojtekt authored
-
Rafael Fernández López authored
-
Kubernetes Prow Robot authored
Allow dumping full systemd journal in log-dump.sh.
-
Ashish Ranjan authored
Signed-off-by:Ashish Ranjan <ashishranjan738@gmail.com>
-
Kubernetes Prow Robot authored
Fix some error in returned message
-
Kubernetes Prow Robot authored
Remove very old debugging log lines that are no longer needed
-
- 03 Feb, 2019 7 commits
-
-
Clayton Coleman authored
When we originally added YAML guessing we had a reasonable concern that we might get it wrong and need debugging. In the last 4 years we have not yet had such a case, and v(4) often shows up in operator style logs when it adds nothing. Remove the lines.
-
Kubernetes Prow Robot authored
correct some spelling wrong in DevicePlugin files
-
vsamidurai authored
-
Matt Matejczyk authored
The feature is gated behind a newly introduced 'dump-systemd-journal' flag. We want to dump the full systemd journal in our scalability performance tests.
-
Tara Gu authored
-
Kubernetes Prow Robot authored
Fix an error in comment
-
Kubernetes Prow Robot authored
Clarify reconcile command documentation
-