- 21 Feb, 2019 1 commit
-
-
Blake authored
https://github.com/coredns/coredns/blob/master/plugin/cache/cache.go#L236 This gets rounded down to the nearest multiple of 256: 9984
-
- 13 Feb, 2019 1 commit
-
-
Blake authored
Similar to `--no-negcache` on dnsmasq, this prevents issues which poll DNS for orchestration such as operators with StatefulSets. It can also be very confusing for users when negative caching results in a change they just made seeming to be broken until the cache expires. This assumes that 5 seconds is reasonable and will still catch repeated AAAA negative responses. We could also set the denial cache size to zero which should effectively fully disable it like dnsmasq in kube-dns but testing shows this approach seems to work well in our (albeit small) test clusters.
-
- 11 Feb, 2019 27 commits
-
-
Kubernetes Prow Robot authored
apis:core:validation: remove unused, changes to idiomatic go
-
Kubernetes Prow Robot authored
openapi-aggregation: speed up merging from 1 sec to 50-100 ms
-
Kubernetes Prow Robot authored
cleanup .import-restrictions for cloud provider
-
Kubernetes Prow Robot authored
kubeadm: Refactor InitConfiguration init APIs
-
Kubernetes Prow Robot authored
generated_files: remove line about /docs/.generated_docs (fix PR size plugin)
-
Kubernetes Prow Robot authored
Fix fmt.Sprintf error message
-
Rostislav M. Georgiev authored
Currently ConfigFileAndDefaultsToInternalConfig and FetchConfigFromFileOrCluster are used to default and load InitConfiguration from file or cluster. These two APIs do a couple of completely separate things depending on how they were invoked. In the case of ConfigFileAndDefaultsToInternalConfig, an InitConfiguration could be either defaulted with external override parameters, or loaded from file. With FetchConfigFromFileOrCluster an InitConfiguration is either loaded from file or from the config map in the cluster. The two share both some functionality, but not enough code. They are also quite difficult to use and sometimes even error prone. To solve the issues, the following steps were taken: - Introduce DefaultedInitConfiguration which returns defaulted version agnostic InitConfiguration. The function takes InitConfiguration for overriding the defaults. - Introduce LoadInitConfigurationFromFile, which loads, converts, validates and defaults an InitConfiguration from file. - Introduce FetchInitConfigurationFromCluster that fetches InitConfiguration from the config map. - Reduce, when possible, the usage of ConfigFileAndDefaultsToInternalConfig by replacing it with DefaultedInitConfiguration or LoadInitConfigurationFromFile invocations. - Replace all usages of FetchConfigFromFileOrCluster with calls to LoadInitConfigurationFromFile or FetchInitConfigurationFromCluster. - Delete FetchConfigFromFileOrCluster as it's no longer used. - Rename ConfigFileAndDefaultsToInternalConfig to LoadOrDefaultInitConfiguration in order to better describe what the function is actually doing. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Kubernetes Prow Robot authored
Fixed import-boss godoc comment formatting
-
Kubernetes Prow Robot authored
Fix function comment to consistent with its name
-
Kubernetes Prow Robot authored
Fix function comment to consistent with its name
-
zhoulin xie authored
Signed-off-by:zhoulin xie <zhoulin.xie@daocloud.io>
-
JoeWrightss authored
update from base repository
-
Kubernetes Prow Robot authored
Add a case to illustrate how to use `kubectl get -o custom-columns`
-
Davanum Srinivas authored
Change-Id: I8f9b8a28474d12d6eb74ecef85a988dd3f1f851e
-
Kubernetes Prow Robot authored
Fixes inconsistent behaviour in portforward
-
PingWang authored
Signed-off-by:PingWang <wang.ping5@zte.com.cn>
-
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
-
Lubomir I. Ivanov authored
-
Kubernetes Prow Robot authored
Improve in-cluster-client-conf client-go docs
-
- 10 Feb, 2019 6 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
-
WanLinghao authored
-
- 09 Feb, 2019 4 commits
-
-
Nikolaos Moraitis authored
-
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 1 commit
-
-
Kubernetes Prow Robot authored
fix shellcheck in node-api
-