k8s-ci-robot
851444f382
Merge pull request #68300 from yliaog/e2e-api
...
Upgraded e2e/apimachinery/aggregator to 1.10 Sample API server
2018-10-16 16:23:17 -07:00
ravisantoshgudimetla
d281d566b3
Add test cases for taintbasedevictions
2018-10-16 18:56:45 -04:00
Miguel Bernabeu
acf78cd613
Fix golint errors when generating informer code
2018-10-17 00:25:28 +02:00
Slava Semushin
14c969b604
Remove myself from OWNERS files.
2018-10-16 22:47:44 +01:00
guineveresaenger
33291d43f6
adding more strict release note language
2018-10-16 14:06:34 -07:00
Jeff Grafton
c761f779fc
Base conformance image on debian-hyperkube-base:0.11.0 and reenable by default
2018-10-16 14:01:23 -07:00
Jeff Grafton
2d46adaec4
Use debian-hyperkube-base:0.11.0 and remove qemu registration
2018-10-16 14:01:23 -07:00
Jeff Grafton
fbbb863433
Create hyperkube symlinks in base image
2018-10-16 14:01:23 -07:00
k8s-ci-robot
ef195428a0
Merge pull request #69790 from WanLinghao/clean_packages
...
clean all unused packages under pkg/util
2018-10-16 13:02:01 -07:00
k8s-ci-robot
08be38186d
Merge pull request #69755 from mrunalp/use_fsync
...
Use fsync instead of sync for test
2018-10-16 13:01:52 -07:00
k8s-ci-robot
d169696b2e
Merge pull request #69622 from fabriziopandini/kubeadm-add-phase-runner
...
kubeadm refactor cmd init
2018-10-16 13:01:42 -07:00
k8s-ci-robot
c2d9321044
Merge pull request #69340 from stevesloka/fixHostNameOverride
...
Allow hostname-override arg to be used if specified
2018-10-16 13:01:32 -07:00
guineveresaenger
0947846d46
More complete list of possible labels
2018-10-16 10:26:00 -07:00
k8s-ci-robot
2a733afaee
Merge pull request #69839 from dims/tolerate-http-and-https-along-with-git-in-repo-urls
...
tolerate both http(s) and git urls for cherry_pick_pull
2018-10-16 10:03:13 -07:00
k8s-ci-robot
dbd3be9213
Merge pull request #67695 from ipuustin/start-kubemark
...
start-kubemark.sh: clean up the shell script.
2018-10-16 10:03:04 -07:00
ravisantoshgudimetla
ba71ae7227
E2E and build file generated
2018-10-16 12:58:38 -04:00
Clayton Coleman
0ff34efcc5
All kubectl/cmds need visibility on pkg/kubectl/util
2018-10-16 12:54:41 -04:00
Clayton Coleman
c21774e9de
Remove defaulting from test that uses kubectl.Scheme
...
The dependency on printers/internalversion was causing kubectl/scheme
to have defaulters registered, which should not be the case. Remove
defaults from the test.
2018-10-16 12:54:41 -04:00
Clayton Coleman
defd8713ac
Fix govet errors in generators
2018-10-16 12:54:40 -04:00
Clayton Coleman
9f5c2aea1a
Cut a dependency between kubectl and the rest of the repo
...
The types referenced in credentialprovider are part of a long term api
and will not change, and kubectl doesn't need to take a dependency on this
package in order to do minimal validation here.
2018-10-16 12:54:40 -04:00
Clayton Coleman
5e905f1f5f
Move versioned generators into their own package
...
pkg/kubectl has a lot of files. Move everything generator related
into pkg/kubectl/generate (generic) or pkg/kubectl/generate/versioned
(type specific).
Move the DescriberFn and GeneratorFn out of kubectl/cmd/util and into
the respective versioned packages, along with tests.
2018-10-16 12:54:40 -04:00
ravisantoshgudimetla
e44f29af13
Promote resource limits priority functions to beta
2018-10-16 12:28:09 -04:00
Clayton Coleman
c291d3d7ed
Consistently print errors to stderr and add newlines to cordon
2018-10-16 11:16:15 -04:00
Anago GCB
95c99eb052
Update CHANGELOG-1.10.md for v1.10.9.
2018-10-16 13:47:04 +00:00
k8s-ci-robot
151830e45f
Merge pull request #69657 from Huang-Wei/e2e-NoExecuteTaintManager
...
enable and improve e2e of NoExecuteTaintManager
2018-10-16 06:44:03 -07:00
Patrick Barker
b8e1250487
adds dynamic audit api generated
2018-10-16 13:07:27 +00:00
Patrick Barker
381d0a5d14
adds dynamic audit api
2018-10-16 06:46:34 -06:00
Rostislav M. Georgiev
576b8d3f4f
kubeadm: Split discovery from JoinConfiguration
...
This change splits out discovery fields from JoinConfiguration by performing
the following changes:
- Introduce a BootstrapTokenDiscovery structure, that houses configuration
options needed for bootstrap token based discovery.
- Introduce a FileDiscovery structure, that houses configuration options
(currently only a single option) needed for KubeConfig based discovery.
- Introduce a Discovery structure, that houses common options (such as
discovery timeout and TLS bootstrap token) as well as pointer to an instance
of either BootstrapTokenDiscovery or FileDiscovery structures.
- Replace the old discovery related JoinConfiguration members with a single
Discovery member.
This change is required in order to cleanup the code of unnecessary logic and
make the serialized JoinConfiguration more structured (and therefore, more
intuitive).
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-10-16 15:25:32 +03:00
fabriziopandini
68b4286ae0
cmd init refactor
2018-10-16 11:38:42 +02:00
k8s-ci-robot
551501f9a6
Merge pull request #69693 from posquit0/patch-1
...
Fix typo in CHANGELOG-1.10.md
2018-10-16 02:16:46 -07:00
Łukasz Osipiuk
80e66596a5
Grant permissions for batch/job to cluster-autoscaler
2018-10-16 10:46:46 +02:00
k8s-ci-robot
96670e4fc7
Merge pull request #69127 from daixiang0/master
...
correct kubelet service file permission
2018-10-16 01:02:22 -07:00
andyzhangx
ccac3a51f3
change azure file mount permission to 0777
2018-10-16 07:51:05 +00:00
k8s-ci-robot
21cb721ca2
Merge pull request #69842 from liggitt/etcd2-cleanup
...
etcd2 code cleanup, remove deserialization cache
2018-10-15 23:27:56 -07:00
Jordan Liggitt
c8db31b84a
etcd2 code cleanup, remove deserialization cache
2018-10-15 22:17:44 -04:00
k8s-ci-robot
cf3a930938
Merge pull request #69607 from mikedanese/audctx
...
tokenreview: add APIAudiences config to generic API server and augment context
2018-10-15 19:03:43 -07:00
Davanum Srinivas
0b15620ea3
tolerate both http(s) and git urls for cherry_pick_pull
...
Looks like the previous change broke for users who have cloned their
upstream using https instead of ssh. Here we explicit strip out the
prefixes like "http://", "https://" and "git@" before look for the repo
name and the org name.
Change-Id: I8fbfae8bfa209a954d36d3ada791dcf13070ec6d
2018-10-15 21:05:32 -04:00
k8s-ci-robot
e42f52150e
Merge pull request #69779 from dims/remove-last-traces-of-old-registry-name
...
Remove last traces of old registry name
2018-10-15 17:52:46 -07:00
Mike Danese
6e266de8a0
make tokentest available to tests only
2018-10-15 17:48:33 -07:00
guineveresaenger
2baf575fe2
Adds label prompt and explanation to pull request template
...
As the release process no longer requires an issue to be filed with each pull request, we should be treating pull requests as issues for the purposes of triage. This means it is helpful if PR authors add labels right as they open a PR.
2018-10-15 17:20:44 -07:00
Wei Huang
8726ed29ef
enable and improve e2e of NoExecuteTaintManager
...
- e2e test file cannot end with "_test.go". rename "taints_test.go" to "taints.go"
- test multiple pods case
2018-10-15 16:02:05 -07:00
Yu Liao
ce1e62fb1b
Upgraded the test to 1.10 Sample API server.
2018-10-15 15:35:24 -07:00
Anago GCB
f6b54f79fb
Add CHANGELOG-1.13.md for v1.13.0-alpha.1.
2018-10-15 22:07:16 +00:00
k8s-ci-robot
c7886f8ba4
Merge pull request #69828 from ironcladlou/e2e-psp-reentrancy-fix
...
Make CreatePrivilegedPSPBinding reentrant
2018-10-15 15:04:53 -07:00
k8s-ci-robot
c1c718e5ab
Merge pull request #69746 from seans3/printers-fix
...
kubectl: update to use correct printers package
2018-10-15 15:04:42 -07:00
k8s-ci-robot
2f8b585d9c
Merge pull request #69330 from vaikas-google/json-patch
...
Add support for JSON patch in fake client
2018-10-15 15:04:32 -07:00
Mrunal Patel
6327c7403b
Use fsync instead of sync for test
...
sync sometimes hangs with misbehaving NFS during the tests
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2018-10-15 14:27:26 -07:00
k8s-ci-robot
8418cccaf6
Merge pull request #69817 from dims/switch-off-kube-build-conformance-image-by-default
...
Switch off KUBE_BUILD_CONFORMANCE to diagnose a ci-cross issue
2018-10-15 13:53:21 -07:00
k8s-ci-robot
5bd5c4e61a
Merge pull request #69791 from stepyu/master
...
fix comments
2018-10-15 13:53:10 -07:00
stepyu
6ac518e0df
fix comments
2018-10-16 10:55:54 +08:00