Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb committed Feb 22, 2021
1 parent 32e13dd commit 3699607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/k8sT/Services.go
Original file line number Diff line number Diff line change
Expand Up @@ -2190,10 +2190,10 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`, helpers.DualStackSupp
// First delete DS, as otherwise the cleanup routine executed upon
// SIGTERM won't have access to k8s {Cilium,}Node objects.
kubectl.DeleteResource("pod", "-n "+helpers.KubeSystemNamespace+" -l app=kube-wireguarder --wait=true")

kubectl.WaitTerminatingPodsInNsWithFilter(helpers.KubeSystemNamespace, "-l app=kube-wireguarder", helpers.HelperTimeout)
kubectl.Delete(wgYAML)
}()
err = kubectl.WaitforPods(helpers.KubeSystemNamespace, "-l app=kube-wireguarder", time.Duration(60*time.Second))
err = kubectl.WaitforPods(helpers.KubeSystemNamespace, "-l app=kube-wireguarder", time.Duration(240*time.Second))
Expect(err).Should(BeNil())

DeployCiliumOptionsAndDNS(kubectl, ciliumFilename, map[string]string{
Expand Down

0 comments on commit 3699607

Please sign in to comment.