- 11 Feb, 2019 4 commits
-
-
xiezongzhe authored
Is ->It in line 6
-
Kubernetes Prow Robot authored
Fixes inconsistent behaviour in portforward
-
Kubernetes Prow Robot authored
Merge pull request #69086 from bruceauyeung/log-useful-info-instead-of-silent-exit-when-etcd-already-installed log useful information instead of silent exit without error
-
Kubernetes Prow Robot authored
Improve in-cluster-client-conf client-go docs
-
- 10 Feb, 2019 5 commits
-
-
Kubernetes Prow Robot authored
Make CRD column printers consistent with typed printers
-
mattjmcnaughton authored
Make a small formatting change to make it clear that you must take the RBAC actions regardless of whether you're using Minikube or not.
-
Clayton Coleman authored
Almost all other server side printers use duration.HumanDuration which has higher precision output. Switch CRD printers to use this as well.
-
Mikalai Radchuk authored
The rules for address parsing are: * Explicitly specified addresses must bind successfully * `localhost` is pinned to `127.0.0.1` and `::1` and at least one of those must bind successfully This change also makes output of the command consistent between runs with the same arguments. Previously the command was using the range via map of addresses which sometimes was producing different output because the order of values is not guaranteed in Go.
-
Kubernetes Prow Robot authored
Add metric exposing amount of processed init events in watchcache
-
- 09 Feb, 2019 3 commits
-
-
Kubernetes Prow Robot authored
kubeadm: add a preflight check for Docker and cgroup driver
-
Kubernetes Prow Robot authored
Fix linting in cmd/kubemark package
-
Kubernetes Prow Robot authored
Kubelet: add usageNanoCores from CRI stats provider
-
- 08 Feb, 2019 28 commits
-
-
Kubernetes Prow Robot authored
fix shellcheck in node-api
-
Kubernetes Prow Robot authored
fix typo "udp" -> "UDP"
-
Kubernetes Prow Robot authored
add e2e test for snapshot
-
Kubernetes Prow Robot authored
Fix fmt.Errorf messages
-
Kubernetes Prow Robot authored
Avoid going back in time in watchcache watchers
-
Kubernetes Prow Robot authored
Ensure controller manager and scheduler can perform delegated auth checks
-
Kubernetes Prow Robot authored
OWNERS: add label:sig/network to a bunch of places
-
Kubernetes Prow Robot authored
fix typos lable -> label
-
Lubomir I. Ivanov authored
-
Lubomir I. Ivanov authored
systemd is the recommended driver as per the setup of running the kubelet using systemd as the init system. Add a preflight check that throws a warning if this isn't the case.
-
Kubernetes Prow Robot authored
Clarify hostname emptiness in CRI.
-
Kubernetes Prow Robot authored
AttachableVolumePlugin CanAttach() method for attachable check
-
Kubernetes Prow Robot authored
Update doc.go import for staging/src/k8s.io/api/storage/v1/doc.go
-
Kubernetes Prow Robot authored
Updated OWNERS files to include link to docs
-
Jordan Liggitt authored
-
Rajat Varyani authored
-
wojtekt authored
-
Kubernetes Prow Robot authored
kubeadm: refactor JoinConfigFileAndDefaultsToInternalConfig
-
Kubernetes Prow Robot authored
fix shellcheck in csi-api
-
Kubernetes Prow Robot authored
Reduce contention in cacher by eliminating sync.Pool
-
Vladimir Vivien authored
-
wojtekt authored
-
Rostislav M. Georgiev authored
Currently JoinConfigFileAndDefaultsToInternalConfig is doing a couple of different things depending on its parameters. It: - loads a versioned JoinConfiguration from an YAML file. - returns defaulted JoinConfiguration allowing for some overrides. In order to make code more manageable, the following steps are taken: - Introduce LoadJoinConfigurationFromFile, which loads a versioned JoinConfiguration from an YAML file, defaults it (both dynamically and statically), converts it to internal JoinConfiguration and validates it. - Introduce DefaultedJoinConfiguration, which returns defaulted (both dynamically and statically) and verified internal JoinConfiguration. The possibility of overwriting defaults via versioned JoinConfiguration is retained. - Re-implement JoinConfigFileAndDefaultsToInternalConfig to use LoadJoinConfigurationFromFile and DefaultedJoinConfiguration. - Replace some calls to JoinConfigFileAndDefaultsToInternalConfig with calls to either LoadJoinConfigurationFromFile or DefaultedJoinConfiguration where appropriate. - Rename JoinConfigFileAndDefaultsToInternalConfig to the more appropriate name LoadOrDefaultJoinConfiguration. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
wojtekt authored
-
Kubernetes Prow Robot authored
KUBE_JUNIT_REPORT_DIR fixes
-
Kubernetes Prow Robot authored
fix --local panic in set commands
-
Kubernetes Prow Robot authored
Bump debian-* base image versions to latest
-
Kubernetes Prow Robot authored
move pkg/kubelet/apis/well_known_labels.go to staging/src/k8s.io/api/core/v1/
-