- 23 Jun, 2017 6 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47921, 45984, 46829, 46896, 46923) Remove unnecessary wrapper flags **What this PR does / why we need it**: Drop KUBE_GOFLAGS, KUBE_GOGCFLAGS, KUBE_GOLDFLAGS references from the build infrastructure **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47296 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47921, 45984, 46829, 46896, 46923) Add git branch to make build short hash unique **What this PR does / why we need it**: KUBE_ROOT_HASH depends just on the host name and directory path. So when working with branches, it could lead to some confusion since the hash is the same even when you switch from branch to branch. Let us use the git branch information when we compute the short hash **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # Fixes #1801 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47921, 45984, 46829, 46896, 46923) Create output_dir if doesn't exist **What this PR does / why we need it**: Minor fix to the swagger spec gen, that if the directory doesn't exist, create it before copying. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47921, 45984, 46829, 46896, 46923) Move govet verify into rest of verify*-.sh scripts **What this PR does / why we need it**: Instead of having two govet scripts, consolidate them to into one and have both the Makefile and verify.sh scripts target the same script. This also will allow proper syntax highlighting and timing when the vet script is run as part of `make verify`. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/kubernetes/test-infra/issues/2725 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` /cc @fejta @rmmh
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Don't audit log tokens in TokenReviews We don't want to leak auth tokens in the audit logs, so only log TokenReview requests at the metadata level. Issue: kubernetes/features#22
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Give developer more help info when running integration tests without etcd found. **What this PR does / why we need it**: When running integration tests, if etcd version on env is lower than expected, developer will get info `You can use 'hack/install-etcd.sh' to install a copy in third_party/.` It would be better to have the same info if no etcd installed on env. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
-
- 22 Jun, 2017 34 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix link to apiextensions client-go example Fixes link to client-go example for apiextensions-apiserver. Fixing #47211. **Special notes for your reviewer**: When I run `hack/update-staging-client-go.sh`, I get this error: ``` !!! Error in staging/copy.sh:132 Error in staging/copy.sh:132. 'git commit -q -m "Snapshot" > /dev/null' exited with status 1 Call stack: 1: staging/copy.sh:132 main(...) Exiting with status 1 ``` What am I missing here? /cc @caesarxuchao @sttts **Release note**: ``` NONE ``` -
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix broken command in registry addon document **What this PR does / why we need it**: Fix a command example in registry addon document so it matches the example yaml above.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Shorten issue template. **What this PR does / why we need it**: As discussed on contrib-ex, this shortens the github issue template. - Be more explicit about sending people to stackoverflow for support - Add boilerplate for setting an issue as a bug or feature - Add boilerplate for setting a SIG - Cut out the rest for brevity.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix the typo in translations' README.md **What this PR does / why we need it**: Tiny fix the typo in README file. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # No issues.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Modify NewVolumeManager() function return value
-
Chao Xu authored
Create staging folder for repo k8s.io/api, move external API used by client-go to k8s.io/api
-
Tim St. Clair authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 47906, 47910) Reduce scheduler CPU request to 75m On a 1 cpu master we are over budget with CPU requests. Components like npd or cluster autoscaler don't have *any* space to run. We need to reduce some requests. cc: @gmarek @mikedanese @roberthbailey @davidopp @dchen1107
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Decrese fluentd cpu request Fix #47905 cc @piosz - this should fix your tests. cc @dchen1107
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
manually fix hack/godep-save.sh manually fix .linted_packages squash, manually fix lint manually fix hack/update-staging-godeps.sh manually fix update-staging-godeps.sh; let it update godep of client-go
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
more manually fix pkg/api/v1 unit tests change ImportPrefix manually fix pkg/api unit tests
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
-
Chao Xu authored
networking/v1/register.go staging/src/k8s.io/kube-apiextensions-server/pkg/apis/apiextensions/v1alpha1/register.go staging/src/k8s.io/metrics/pkg/apis/custom_metrics/v1alpha1/register.go staging/src/k8s.io/metrics/pkg/apis/metrics/v1alpha1 register.go
-