Vishwanath Sangale
395a6d89f6
Updated symbol 'framework.GetMasterHost' to not use word 'master'
2020-09-29 21:05:39 -07:00
Kubernetes Prow Robot
cea1d4e20b
Merge pull request #94205 from jiahuif/cm-migration-config
...
add configuration for controller migration.
2020-09-29 20:11:24 -07:00
Draven
79f05c65a0
fix: use ">" instead of ">=" in resource allocation
2020-09-30 11:06:17 +08:00
Kubernetes Prow Robot
8f09fcdd9b
Merge pull request #95144 from zhanw15/patch-02
...
kubernetes/sample-apiserver: correct 'information' spelling errors
2020-09-29 16:07:25 -07:00
Kubernetes Prow Robot
2d2fea0044
Merge pull request #95143 from zhanw15/patch-01
...
kubernetes/sample-apiserver: correct 'admission' spelling errors
2020-09-29 14:59:25 -07:00
Indeed
5e4f445df3
add configuration for controller migration.
2020-09-29 13:59:19 -07:00
Kubernetes Prow Robot
8deb70c2ad
Merge pull request #95091 from arghya88/wrap-errors-plugins-selectorspread/podtopologyspread
...
wrap errors in selectorspread and podtoplogyspread plugin
2020-09-29 13:43:25 -07:00
Kubernetes Prow Robot
aaf9883747
Merge pull request #95055 from vinaykul/e2e-tests
...
Add LookForStringInPodExecToContainer(...) that takes container name as argument.
2020-09-29 12:05:25 -07:00
Kubernetes Prow Robot
b9d2df810c
Merge pull request #95145 from wojtek-t/send_bookmarks_on_changes
...
Watch bookmarks may contain version of objects of other types
2020-09-29 10:11:25 -07:00
wojtekt
0bd8104809
Watch bookmarks may contain version of objects of other types
2020-09-29 18:15:52 +02:00
Kubernetes Prow Robot
a8e96c82de
Merge pull request #95148 from wojtek-t/graduate_indexes_to_ga
...
Graduate SelectorIndex to GA
2020-09-29 07:35:26 -07:00
Qi Ni
5b3e6ab2b0
Support sharing one IP address for multiple services
2020-09-29 21:58:14 +08:00
Qi Ni
6958db632b
Add unit tests for feature "Support sharing one IP address for multiple services"
2020-09-29 21:57:51 +08:00
Kubernetes Prow Robot
902ed94bba
Merge pull request #95134 from zgfh/add_note_for_kubeadm_cert_renew
...
kubeadm: add note for kubeadm cert renew
2020-09-29 06:27:26 -07:00
wojtekt
fea3042f1f
Graduate SelectorIndex to GA
2020-09-29 14:06:41 +02:00
展望
c28534c065
correct 'information' spelling errors
2020-09-29 18:13:44 +08:00
展望
f5f9e01ccb
correct 'admission' spelling errors
2020-09-29 18:02:08 +08:00
Kubernetes Prow Robot
604569482f
Merge pull request #94504 from neolit123/1.20-warning-cert-bounds-client-side
...
kubeadm: print warnings on invalid cert period instead of erroring out
2020-09-29 02:49:25 -07:00
Kubernetes Prow Robot
55be3c063a
Merge pull request #95123 from lavalamp/fix-95064
...
fix goroutine that lives too long
2020-09-29 01:39:25 -07:00
Kubernetes Prow Robot
df8e3ee5f8
Merge pull request #95125 from neolit123/1.20-deprecate-alpha-self-hosting
...
kubeadm: deprecate self-hosting support
2020-09-29 00:37:25 -07:00
Kubernetes Prow Robot
3a987d5b85
Merge pull request #95130 from alculquicondor/fix-snapshot
...
Fix UpdateSnapshot when Node is partially removed
2020-09-28 21:31:38 -07:00
Kubernetes Prow Robot
998c477fcb
Merge pull request #95114 from antcs/issues-94240
...
add unit tests for getStorageAccounts in azure_storageaccount.go
2020-09-28 21:31:25 -07:00
Kubernetes Prow Robot
5254b755cd
Merge pull request #95075 from jingxu97/sep/csiproxylog
...
Add csiproxy log
2020-09-28 19:49:25 -07:00
Kubernetes Prow Robot
ac519b43bd
Merge pull request #94828 from aojea/sctpflake
...
Fix sctp job flakes
2020-09-28 18:29:25 -07:00
Alan Zhu
b9067e5a0c
add note for kubeadm cert renew
2020-09-29 09:05:40 +08:00
Kubernetes Prow Robot
33a07ca92a
Merge pull request #95126 from alculquicondor/fix-test-name
...
Fix test name TestDump
2020-09-28 14:58:53 -07:00
Aldo Culquicondor
d6f09f7dfb
Fix UpdateSnapshot when Node is partially removed
...
Change-Id: I5b459e9ea67020183c87d1ce0a2380efb8cc3e05
2020-09-28 17:50:41 -04:00
Vinay Kulkarni
334cde51bf
Add LookForStringInPodExecToContainer that takes container name parameter, modify LookForStringInPodExec to call the new function.
2020-09-28 19:57:13 +00:00
Kubernetes Prow Robot
6e3ef0be16
Merge pull request #93078 from vareti/show-error-in-status-if-preserve-unknown-field-is-true-for-nonstructural-schemas
...
Show error in status if preserve unknown fields is true for nonstructural schemas
2020-09-28 12:32:53 -07:00
Aldo Culquicondor
290bdf3f08
Fix test name TestDump
...
Change-Id: If885303b86060aed7a3e2aa20450cadd1f30752c
2020-09-28 15:30:05 -04:00
Lubomir I. Ivanov
477c41f36d
kubeadm: deprecate self-hosting support
...
Deprecate the experimental command "alpha self-hosting" and its
sub-command "pivot" that can be used to create a self-hosting
control-plane from static Pods.
2020-09-28 22:24:24 +03:00
Siva
68c23dff4e
make update
2020-09-28 13:28:24 -05:00
Siva
d141efc3b0
fix integration tests
2020-09-28 13:28:24 -05:00
Siva
4c995d8fc8
fix error message
2020-09-28 13:28:24 -05:00
Daniel Smith
9a2e0fcb18
fix goroutine that lives too long
2020-09-28 10:50:47 -07:00
Arghya Sadhu
8154dc95b5
wrap errors in selectorspread and podtoplogyspread plugin
2020-09-28 21:28:54 +05:30
antcs
ea2d34885c
add unit tests for getStorageAccounts in azure_storageaccount.go
2020-09-28 16:30:40 +02:00
Kubernetes Prow Robot
db9f1e91d9
Merge pull request #94988 from neolit123/1.20-tollerate-missing-ca-key-on-join
...
kubeadm: warn but do not error out on missing CA keys on CP join
2020-09-28 06:36:48 -07:00
Martin Schimandl
600d621ce6
Lint ttl_controller
2020-09-28 14:22:37 +02:00
Kubernetes Prow Robot
4b24dca228
Merge pull request #95078 from jingxu97/sep/subpathtest
...
Disable one subpath test for windows
2020-09-27 12:46:48 -07:00
Patrick Hunziker
b08e36eeb9
Fix staticcheck failure for vendor/k8s.io/client-go/discovery/cached/memory
2020-09-27 18:31:46 +02:00
Arghya Sadhu
ad415b9f54
wrap errors in service affinity plugin
2020-09-27 11:28:31 +05:30
Arghya Sadhu
ff3c751afc
wrap errors in taint-toleration plugin
2020-09-26 21:16:41 +05:30
Claudiu Belu
fd1e1138d6
pause image: moves wincat binary location
...
Co-authored-by: Ben Moss <moss.127@gmail.com>
2020-09-26 07:37:02 -07:00
Ben Moss
82ac28cc52
Adds support for building Windows pause image
...
We can use docker buildx in order to build and push Windows images from the same Linux
node, as long as the Dockerfile does not have any RUN commands in the Windows step.
We also need to create a non-default builder instance in order to be able to
build and push Windows images.
The Windows images have to be built and pushed directly to the registry. Because of
this, the make target "push" has been removed (the target "all" will build and push
the images).
We need wincat for a few kubectl proxy scenarios.
For Windows containers without Hyper-V isolation, the host OS Version and the
Container OS Version need to match, which is why we added multiple Windows OS Versions
to the building process.
Adds support for Windows OS Versions: 1809, 1903, 1909, 2004.
Bumps pause image version to 3.4.
Co-Authored-By: Claudiu Belu <cbelu@cloudbasesolutions.com>
Co-Authored-By: Ben Moss <bmoss@pivotal.io>
Signed-off-by: Leah Hanson <lhanson@pivotal.io>
2020-09-26 06:26:24 -07:00
Claudiu Belu
d37cbeb388
tests: Refactors agnhost image pod usage - network
...
A previous commit created a few agnhost related functions that creates agnhost
pods / containers for general purposes.
Refactors tests to use those functions.
2020-09-26 05:56:31 -07:00
Claudiu Belu
c99b18580d
tests: Refactor agnhost image pod usage - common (part 1)
...
A previous commit added a few agnhost related functions that creates agnhost
pods / containers for general purposes.
Refactors tests to use those functions.
2020-09-26 05:29:33 -07:00
Kubernetes Prow Robot
c8ebc8ab75
Merge pull request #95077 from mikedanese/mds-block
...
gce: redirect handshake server requests to metadata-concealment too
2020-09-25 22:36:47 -07:00
Kubernetes Prow Robot
f448dc54bd
Merge pull request #94766 from sttts/sttts-healthz-name
...
apiserver: fix healthz vs. livez vs. readyz log output
2020-09-25 18:40:48 -07:00
Mike Danese
cc5b12cdff
gce: redirect handshake server requests to metadata-concealment too
2020-09-25 17:50:53 -07:00