- 09 Sep, 2015 18 commits
-
-
Maciej Szulik authored
RUNTIME_CONFIG="experimental/v1=true" to the server.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Merge pull request #13723 from ingvagabund/fix-incorrect-replacement-of-util-CheckErr-for-resource-NewBuilder Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Jan Chaloupka authored
util.CheckErr(err) with if err != nil { return err } One replacement is incorrent. The current call of resource.NewBuilder is returned in r variable. Which was tested with util.CheckErr(r.Err()) before cd7d78b6 commit. It was replaced by if err != nil { return err } which is incorrect as err is not set by resource.NewBuilder call. The correct use is err := r.Err() if err != nil { return err } -
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
qiaolei authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
hurf authored
Return all errors at a time when resources violate limitrange to provide users better experience.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
qiaolei authored
Change '--enablerepo=update-testing' to '--enablerepo=updates-testing' to keep align with the command output.
-
Brendan Burns authored
in api.ObjectMeta. Add more tests.
-
feihujiang authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
- 08 Sep, 2015 22 commits
-
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
Add mount dirs to docker multi-node scripts
-
Chao Xu authored
Add default version to docker-multi scripts
-
Chao Xu authored
Fixed a markdown error in rackspace.md
-
goltermann authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
Fix verify-descriptions.sh
-
derekwaynecarr authored
-
Paul Morie authored
-
Paul Morie authored
-
Chao Xu authored
Support setting env vars in kubectl run
-
Paul Morie authored
-
Chao Xu authored
Improve reliability of salt-minion on vagrant master
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
Add ubuntu kube-push for upgrading of k8s cluster
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Chao Xu authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-