Revert "Revert "GCI: add support for network plugin""#27371
Revert "Revert "GCI: add support for network plugin""#27371k8s-github-robot merged 1 commit intokubernetes:masterfrom andyzheng0831:network-plugin
Conversation
This reverts commit 8207edd.
|
cc/ @yujuhong @kubernetes/goog-image @roberthbailey @fabioy FYI |
|
LGTM but want @freehan take another look. Thanks! |
|
LGTM. Thanks! |
|
LGTM but @freehan we need your tests to prevent regression! ;) |
FYI, for at least the next couple of days, we will be taking everything from the master branch and automatically putting it into the 1.3 release branch. Then, until the 1.3.0 release we will be batch cherry picking changes into the release branch. After the .0 release we will go back to individual cherry picks. |
|
GCE e2e build/test passed for commit e6b744c. |
|
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
|
GCE e2e build/test passed for commit e6b744c. |
|
Automatic merge from submit-queue |
PR #27027 added the network plugin support in GCI config, but later a bug in the network plugin broke e2e tests (see issue #27118). The bug was fixed by #27141 and we have been repeatedly run the serial e2e tests more than 10 times to verify the fix. Now it should be safe to put the GCI network plugin support back.
We will first merge in the master branch and monitor the Jenkins serial tests for a while and then cherry-pick it into release-1.3 branch.