- 13 Nov, 2018 32 commits
-
-
k8s-ci-robot authored
Recognize newer docker versions without -ce/-ee suffix: 18.09.0
-
k8s-ci-robot authored
add a metric that can be used to notice stuck worker threads
-
k8s-ci-robot authored
add readiness gates in kubectl extended output for pods
-
k8s-ci-robot authored
Improve human-readable output of Deployments and StatefulSets
-
k8s-ci-robot authored
kubeadm: update the state in app/cmd.go
-
k8s-ci-robot authored
kubeadm: Adds tests to node patching
-
k8s-ci-robot authored
Fix e2e conformance test error
-
k8s-ci-robot authored
Use watch cache when rv=0 even when limit is set
-
k8s-ci-robot authored
kubeadm: set pod-infra-container-image for the kubelet
-
k8s-ci-robot authored
Kubeadm graduate addons phase
-
Yago Nobre authored
-
k8s-ci-robot authored
kubeadm: print the join command
-
Lubomir I. Ivanov authored
The kubelet allows you to set `--pod-infra-container-image` (also called `PodSandboxImage` in the kubelet config), which can be a custom location to the "pause" image in the case of Docker. Other CRIs are not supported. Set the CLI flag for the Docker case in flags.go using WriteKubeletDynamicEnvFile().
-
Thomas Riccardi authored
Since docker 18.09, the ServerVersion field format changed: the `-ce` or `-ee` suffix disappeared: - docker 18.06: `18.06.1-ce` - docker 18.09: `18.09.0` This was not expected by the docker_validator version regexp, which assumed newer docker versions ended with `-[a-z]{2}`. This made the validator return an error, whereas we expect it to return only a warning (by recognizing it as a newer but not yet supported docker version). This commit relax the version regexp to also recognize `18.09.0`. The docker validator now returns a warning, as tested. -
Chuck Ha authored
Signed-off-by:Chuck Ha <ha.chuck@gmail.com>
-
Chuck Ha authored
Signed-off-by:Chuck Ha <ha.chuck@gmail.com>
-
k8s-ci-robot authored
Remove DynamicKubeletConfig from init and join workflow
-
k8s-ci-robot authored
add BoundServiceAccountTokenVolume feature
-
wojtekt authored
-
k8s-ci-robot authored
pkg/kubelet/logs: Add container log size metric
-
Yago Nobre authored
Remove DynamicKubeletConfig from init and join workflow, also remove DynamicKubeletConfig feature gate
-
k8s-ci-robot authored
fix kubeadm upgrade regression
-
yuexiao-wang authored
Signed-off-by:yuexiao-wang <wang.yuexiao@zte.com.cn>
-
k8s-ci-robot authored
Update cAdvisor godeps to v0.32.0
-
fabriziopandini authored
-
k8s-ci-robot authored
Handler error when kubeconfig file not exist on kubeadm reset
-
k8s-ci-robot authored
kubectl: move custom columns printers and flags
-
Daniel Smith authored
-
k8s-ci-robot authored
always enable TokenRequest in GCE kube-up.sh
-
k8s-ci-robot authored
Unexport csr.ParseCSR
-
Andrew Lytvynov authored
This func is only used internally and was copied from k8s.io/kubernetes/pkg/apis/certificates.
-
k8s-ci-robot authored
make oidc authenticator (more?) audience aware
-
- 12 Nov, 2018 8 commits
-
-
k8s-ci-robot authored
kubeadm: Remove AuditPolicyConfiguration
-
David Ashpole authored
-
Sean Sullivan authored
-
k8s-ci-robot authored
kubectl get: remove internal resource dependency
-
Mike Danese authored
* require TokenRequest to be enabled and configured * bind ca.crt publisher to this feature rather than to TokenRequest
-
Frederic Branczyk authored
-
Daniel Smith authored
fix data race
-
Mike Danese authored
Part of https://github.com/kubernetes/kubernetes/issues/69893
-