Feature: Linkerdctl rotates expired linkerd identity certificates when coming out of LAN outage mode Scenario: Linkerdctl rotates expired certificates in ThickPOS mode Given the cluster is in ThickPOS mode And the controlplane is off And the store has been in LAN outage mode And the linkerd identity certificates have expired And cert-manager pods are healthy When the controlplane node is powered back on And the store comes out of LAN outage mode Then linkerdctl will restart all of the pods with expired certificates And the pods will be healthy And the pods will have new identity certificates Scenario: Linkerdctl rotates expired certificates in ThinPOS mode Given the cluster is in ThinPOS mode And the controlplane is off And the store has been in LAN outage mode And the linkerd identity certificates have expired And cert-manager pods are healthy When the controlplane node is powered back on And the store comes out of LAN outage mode Then linkerdctl will restart all of the pods with expired certificates And the pods will be healthy And the pods will have new identity certificates