mirror of https://github.com/k3s-io/k3s
Merge pull request #41533 from tonglil/ingress-typos
Automatic merge from submit-queue Ingress e2e typos **What this PR does / why we need it**: fix typos in e2e test **Special notes for your reviewer**: none **Release note**: ```release-note NONE ```pull/6/head
commit
8c1313913f
|
@ -158,7 +158,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() {
|
|||
// framework.GetMasterHost(), "glbc", glbcHealthzPort, restartPollInterval, restartTimeout)
|
||||
// restarter.restart()
|
||||
// By("should continue serving on provided static-ip for 30 seconds")
|
||||
// ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient))
|
||||
// framework.ExpectNoError(jig.verifyURL(fmt.Sprintf("https://%v/", ip), "", 30, 1*time.Second, httpClient))
|
||||
})
|
||||
|
||||
// TODO: Implement a multizone e2e that verifies traffic reaches each
|
||||
|
|
|
@ -130,7 +130,7 @@ func createComformanceTests(jig *testJig, ns string) []conformanceTests {
|
|||
fmt.Sprintf("waiting for HTTPS updates to reflect in ingress"),
|
||||
},
|
||||
{
|
||||
fmt.Sprintf("should update SSL certificated with modified hostname %v", updatedTLSHost),
|
||||
fmt.Sprintf("should update SSL certificate with modified hostname %v", updatedTLSHost),
|
||||
func() {
|
||||
jig.update(func(ing *extensions.Ingress) {
|
||||
newRules := []extensions.IngressRule{}
|
||||
|
|
Loading…
Reference in New Issue