knative / serving-operator

DEPRECATED: Development continues in https://github.com/knative/operator/
Apache License 2.0
39 stars 45 forks source link

Add support for HA control plane #337

Closed pmorie closed 4 years ago

pmorie commented 4 years ago

Fixes #320

Proposed Changes

Release Note

Initial support for highly available control plane
jcrossley3 commented 4 years ago

I think you've accidentally discovered a ginormous manifestival bug. Holding until I create a fix... /hold

pmorie commented 4 years ago

/hold

pmorie commented 4 years ago

/hold cancel

knative-metrics-robot commented 4 years ago

The following is the coverage report on the affected files. Say /test pull-knative-serving-operator-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/reconciler/knativeserving/common/ha.go Do not exist 81.2%
houshengbo commented 4 years ago

/lgtm /approve

knative-prow-robot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: houshengbo, pmorie

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/knative/serving-operator/blob/master/OWNERS)~~ [houshengbo] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
pmorie commented 4 years ago

Part of https://github.com/knative/pkg/issues/1007