- 14 Nov, 2018 8 commits
-
-
AdamDang authored
Typo fix: healtcheck->healthcheck Typo fix: healtcheck->healthcheck
-
k8s-ci-robot authored
Revert "kubeadm: Create control plane with ClusterFirstWithHostNet dns policy"
-
k8s-ci-robot authored
fix a typo import by myself
-
k8s-ci-robot authored
update kubectl run to generate apps/v1 deployments
-
k8s-ci-robot authored
Disable equivalence cache by default in the scheduler integration tests
-
k8s-ci-robot authored
iptables reset text message
-
k8s-ci-robot authored
Add validation of CSINodeInfo fields before Create/Update actions
-
k8s-ci-robot authored
validate args for kubectl config view
-
- 13 Nov, 2018 32 commits
-
-
k8s-ci-robot authored
Remove unused funcs in certutil
-
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
-
Lubomir I. Ivanov authored
-
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
-
Jordan Liggitt authored
-
Bobby (Babak) Salamat authored
-
Yago Nobre authored
-
Andrew Lytvynov 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
-
Ruben Orduz authored
Signed-off-by:Ruben Orduz <rubenoz@gmail.com>
-
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>
-
Deep Debroy authored
Signed-off-by:Deep Debroy <ddebroy@docker.com>
-
k8s-ci-robot authored
Update cAdvisor godeps to v0.32.0
-