mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix spelling check
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
parent
268c9a7684
commit
c6a6e8ef57
@ -301,7 +301,7 @@ var _ = Describe("Verify Create", Ordered, func() {
|
||||
Context("Valdiate Certificate Rotation", func() {
|
||||
It("Stops K3s and rotates certificates", func() {
|
||||
errStop := e2e.StopCluster(serverNodeNames)
|
||||
Expect(errStop).NotTo(HaveOccurred(), "Cluster could not be stoped successfully")
|
||||
Expect(errStop).NotTo(HaveOccurred(), "Cluster could not be stopped successfully")
|
||||
|
||||
for _, nodeName := range serverNodeNames {
|
||||
cmd := "k3s certificate rotate"
|
||||
|
Loading…
Reference in New Issue
Block a user