- 13 Feb, 2019 1 commit
-
-
Yago Nobre authored
-
- 12 Feb, 2019 8 commits
-
-
Kubernetes Prow Robot authored
Fix setting NODE_ARCH and NODE_PLATFORM
-
Kubernetes Prow Robot authored
add msau42 to approvers for volume e2es
-
Kubernetes Prow Robot authored
Improve the ipvs/README.md
-
Kubernetes Prow Robot authored
cpuPeriod was not reset
-
Kubernetes Prow Robot authored
Update kubelet overview help doc
-
Kubernetes Prow Robot authored
Remove storage versions flag
-
Kubernetes Prow Robot authored
Remove unnecessary prefixes from various .import-restrictions files
-
Kubernetes Prow Robot authored
Check for pvcVolume with IsOperationPending() before markPVCResizeInProgress()
-
- 11 Feb, 2019 31 commits
-
-
Chao Xu authored
-
Elijah Oyekunle authored
* fixed golint errors in staging/src/k8s.io/kube-aggregator * update openapi * unexported autoRegisterController
-
Yu-Ju Hong authored
-
Davanum Srinivas authored
Found using script: https://gist.github.com/dims/384dea60754042f61d79233603034038 Just run using: `find . -name .import-restrictions | xargs python ~/junk/sanitize-import-boss.py` The removed entries are either packages that got moved/renamed/deleted but are still not cleaned up from .import-restrictions files. Change-Id: I92c400f74e6f012cc75539311ed4de280e25e918
-
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
-
houjun authored
-
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
-