hzxuzhonghu
27f3fd2d79
set default enabled admission plugins by official document
2018-02-22 11:02:02 +08:00
stewart-yu
50cdfc6076
add kube-root for file directory
2018-02-05 17:54:17 +08:00
Hongchao Deng
39e5a56691
etcd: update version to 3.1.10
2017-10-02 12:27:46 -07:00
Dr. Stefan Schimanski
b0b5de6eaf
Port internal extensions/Network* to networking.k8s.io API group
2017-08-15 11:56:46 +02:00
Andy Goldstein
538eb3c6cb
Support storageclass storage upgrades to v1
2017-05-24 10:43:56 -04:00
Wojciech Tyczynski
b70e392161
Update clusters to use 3.0.17 etcd
2017-02-23 10:08:50 +01:00
Piotr Szczesniak
a35ad8f6ba
Removed HPA objects from extensions api group
2017-02-02 14:09:54 +01:00
Maciej Szulik
9f064c57ce
Remove extensions/v1beta1 Job
2016-12-17 00:07:24 +01:00
Wojciech Tyczynski
b34ac6baef
Bump etcd to 3.0.14 in tests
2016-11-07 08:41:17 +01:00
Kubernetes Submit Queue
cda55a7847
Merge pull request #35783 from wojtek-t/support_rollback
...
Automatic merge from submit-queue
Better logging and support for running non-default version from etcd image
Ref #20504
2016-10-31 04:06:52 -07:00
Wojciech Tyczynski
62299921b5
Correctly support custom etcd migration
2016-10-31 09:03:39 +01:00
Wojciech Tyczynski
543c2c20ac
Update etcd in tests to 3.0.13
2016-10-27 15:06:08 +02:00
Wojciech Tyczynski
44e66a97f3
Fix migration script
2016-10-27 10:17:56 +02:00
Wojciech Tyczynski
e54bc86ab3
Support upgrade/downgrade in etcd image.
2016-10-10 08:40:59 +02:00
Wojciech Tyczynski
0e61d817c5
Start testing etcd2->etcd3 migration in test-update-storage-objects
2016-10-06 09:32:49 +02:00
Chao Xu
7e92025cfd
stick to 2.2.1 etcd
2016-09-09 16:35:05 -07:00
Wojciech Tyczynski
ccb61d86a4
Comment migration test after rollback to 2.2.1 etcd
2016-09-09 09:50:48 +02:00
Kubernetes Submit Queue
033e473e12
Merge pull request #31242 from wojtek-t/attach_ttls
...
Automatic merge from submit-queue
Support for TTLs in etcd migration.
Ref #20504
2016-08-29 12:57:57 -07:00
Wojciech Tyczynski
793d3acd8b
Support for TTLs in etcd migration.
2016-08-26 10:28:00 +02:00
Jeff Mendoza
95b73058d2
Removed non-md files from docs. Moved doc yamls to test/fixtures.
...
Most of the contents of docs/ has moved to kubernetes.github.io.
Development of the docs and accompanying files has continued there, making
the copies in this repo stale. I've removed everything but the .md files
which remain to redirect old links. The .yaml config files in the docs
were used by some tests, these have been moved to test/fixtures/doc-yaml,
and can remain there to be used by tests or other purposes.
2016-08-25 15:09:27 -07:00
Wojciech Tyczynski
f3c32673ec
Add migration test
2016-08-18 08:31:33 +02:00
Timothy St. Clair
730fc70107
Update etcd default ports for v3, and validate tests
2016-08-17 07:49:19 -05:00
Tim Hockin
faeef5c4ae
Use make as the main build tool
...
This allows us to start building real dependencies into Makefile.
Leave old hack/* scripts in place but advise to use 'make'. There are a few
rules that call things like 'go run' or 'build/*' that I left as-is for now.
2016-07-12 21:52:00 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Wojciech Tyczynski
9a5d0e0fa0
Test non-default etcdPrefixes.
2016-05-31 10:49:30 +02:00
Wojciech Tyczynski
03268e44c0
Test storage upgrade to protobufs
2016-05-17 15:53:34 +02:00
Andy Goldstein
156c1f3c5d
Test jobs/hpas in storage update
2016-03-04 17:05:39 -05:00
k8s-merge-robot
c2ac1bcd30
Merge pull request #20356 from mml/tuso-faster
...
Auto commit by PR queue bot
2016-02-06 01:48:07 -08:00
Matt Liggett
1cd140fe49
When running test-update-storage-objects, only build kube-apiserver.
...
Prior to this we built everything. So slow!
2016-01-29 15:56:51 -08:00
Matt Liggett
352c439a96
Guard both kill and wait with APISERVER_PID.
2016-01-28 11:05:02 -08:00
Matt Liggett
fefb7a9846
Reduce test-update-storage-objects flakiness by adding a sleep.
2016-01-11 15:08:50 -08:00
Wojciech Tyczynski
920d3b5336
Increase apiserver timeout in tests
2015-12-30 14:09:54 +01:00
gmarek
264f213523
Increase timeout for API server startup in hack/test-update-storage-objects.sh
2015-12-17 11:07:24 +01:00
Eric Paris
5aa495cdad
Update code to use - in flag names instead of _
2015-08-11 16:31:52 -04:00
Eric Paris
7715290bbd
Convert hack/ from --flag_name= to --flag-name=
2015-08-07 11:00:13 -04:00
Tim Hockin
1c3233a1d4
Remove v1beta3
2015-07-23 17:21:27 -07:00
Mike Danese
337772a91f
fix all tests
2015-07-14 21:51:30 -07:00
Chao Xu
bdf43eb66d
enable v1 in hack/test-update-storage-objects.sh
2015-06-02 20:31:01 -07:00
Kris
f4e2c738f6
Delete deprecated API versions
...
pkg/service:
There were a couple of references here just as a reminder to change the
behavior of findPort. As of v1beta3, TargetPort was always defaulted, so
we could remove findDefaultPort and related tests.
pkg/apiserver:
The tests were using versioned API codecs for some of their encoding
tests. Necessary API types had to be written and registered with the
fake versioned codecs.
pkg/kubectl:
Some tests were converted to current versions where it made sense.
2015-05-29 17:17:35 -07:00
Tim Hockin
3005471100
Add new apiserver flags for clusterIP (nee portal)
...
Leave old flags but marked as deprecated
2015-05-28 16:10:44 -07:00
nikhiljindal
fa9f864782
Adding a script to update etcd objects
2015-05-15 16:20:35 -07:00