Skip to content

Commit d229506

Browse files
optimize/upgrade: dashboard maybe not in dapr-system (#817)
Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]>
1 parent a9a03ed commit d229506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/kubernetes/upgrade.go

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ func Upgrade(conf UpgradeConfig) error {
128128

129129
func highAvailabilityEnabled(status []StatusOutput) bool {
130130
for _, s := range status {
131+
if s.Name == "dapr-dashboard" {
132+
continue
133+
}
131134
if s.Replicas > 1 {
132135
return true
133136
}

0 commit comments

Comments
 (0)