remove loop from flush(). start/stop informers depending on k8s master#580
Conversation
|
Hi @agau4779. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @rramkumar1 |
|
/ok-to-test |
| cmInformer.AddEventHandler(cache.ResourceEventHandlerFuncs{ | ||
| UpdateFunc: func(old, cur interface{}) { | ||
| curCm := cur.(*v1.ConfigMap) | ||
| upgradeTs := curCm.Data[masterUpgradingKey] |
There was a problem hiding this comment.
Discussed offline. Don't need this.
| sm.cm.Data[key] = string(status) | ||
| } | ||
|
|
||
| func (sm *StatusManager) setMasterUpgrading(ts string) { |
There was a problem hiding this comment.
Discussed offline. Don't need this.
There was a problem hiding this comment.
Disregard comment that we don't need this. We do.
Can we call this updateLocalConfigMap() though? And when you use it, just update the whole config map rather than one key.
cmd/e2e-test/upgrade_test.go
Outdated
pkg/e2e/sandbox.go
Outdated
pkg/e2e/status.go
Outdated
There was a problem hiding this comment.
How come this was moved back down? Where it was originally was fine.
|
/assign bowei |
3518750 to
3240156
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agau4779, rramkumar1 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.