...

Text file src/edge-infra.dev/pkg/edge/linkerd/k8s/controllers/e2e/identity-certs.feature

Documentation: edge-infra.dev/pkg/edge/linkerd/k8s/controllers/e2e

     1Feature: Linkerdctl rotates expired linkerd identity certificates when coming out of LAN outage mode
     2
     3Scenario: Linkerdctl rotates expired certificates in ThickPOS mode
     4    Given the cluster is in ThickPOS mode
     5    And the controlplane is off
     6    And the store has been in LAN outage mode
     7    And the linkerd identity certificates have expired
     8    And cert-manager pods are healthy
     9    When the controlplane node is powered back on
    10    And the store comes out of LAN outage mode
    11    Then linkerdctl will restart all of the pods with expired certificates
    12    And the pods will be healthy
    13    And the pods will have new identity certificates
    14
    15Scenario: Linkerdctl rotates expired certificates in ThinPOS mode
    16    Given the cluster is in ThinPOS mode
    17    And the controlplane is off
    18    And the store has been in LAN outage mode
    19    And the linkerd identity certificates have expired
    20    And cert-manager pods are healthy
    21    When the controlplane node is powered back on
    22    And the store comes out of LAN outage mode
    23    Then linkerdctl will restart all of the pods with expired certificates
    24    And the pods will be healthy
    25    And the pods will have new identity certificates

View as plain text