Skip to content

Commit

Permalink
UPSTREAM: <carry>: openshift: Remove modification of LastUpdate in ma…
Browse files Browse the repository at this point in the history
…chine scope
  • Loading branch information
Alexander Demichev authored and openshift-merge-robot committed Feb 28, 2020
1 parent 832a43a commit 72c8756
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/cloud/azure/actuators/machine_scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
"github.com/pkg/errors"
apicorev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/equality"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
"k8s.io/klog"
Expand Down Expand Up @@ -178,10 +177,6 @@ func (m *MachineScope) setMachineStatus() error {
}

m.Machine.Status.ProviderStatus = ext

time := metav1.Now()
m.Machine.Status.LastUpdated = &time

return err
}

Expand Down

0 comments on commit 72c8756

Please sign in to comment.