Skip to content

Commit

Permalink
Remove pingsource from HA scaling (knative#740)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
matzew committed Sep 13, 2021
1 parent bc271a5 commit b03b51e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion pkg/reconciler/common/ha.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func haSupport(obj v1alpha1.KComponent) sets.String {
"imc-controller",
"imc-dispatcher",
"mt-broker-controller",
"pingsource-mt-adapter",
)

// HA for autoscaler is supported since v0.19+.
Expand Down
5 changes: 0 additions & 5 deletions pkg/reconciler/common/ha_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ func TestHighAvailabilityTransform(t *testing.T) {
config: makeHa(2),
in: makeUnstructuredHPA(t, "activator", 3),
expected: makeUnstructuredHPA(t, "activator", 3),
}, {
name: "HA; pingsource-mt-adapter",
config: makeHa(2),
in: makeUnstructuredDeployment(t, "pingsource-mt-adapter"),
expected: makeUnstructuredDeploymentReplicas(t, "pingsource-mt-adapter", 2),
}}

for _, tc := range cases {
Expand Down

0 comments on commit b03b51e

Please sign in to comment.