You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test is responsible for installing and verifying the control plane on the cluster.The control plane installation must be the first test that must take place in the conformance validation process. The tests must be declared under a separate spec in spec/install.
This test suite consists of the following checks:
Issue a linkerd install command and pipe output to kubectl, and validate the exit code on the command
Parse and verify the output of linkerd check
Verifying state of control plane components
The text was updated successfully, but these errors were encountered:
This test is responsible for installing and verifying the control plane on the cluster.The control plane installation must be the first test that must take place in the conformance validation process. The tests must be declared under a separate spec in
spec/install
.This test suite consists of the following checks:
linkerd install
command and pipe output tokubectl
, and validate the exit code on the commandlinkerd check
The text was updated successfully, but these errors were encountered: