Use https links for k8s KEPs, issues, PRs, etc

Signed-off-by: Monis Khan <mok@microsoft.com>
This commit is contained in:
Monis Khan
2022-09-23 16:13:22 -04:00
parent 748daeb862
commit b738be9b46
27 changed files with 70 additions and 70 deletions

View File

@@ -51,7 +51,7 @@ const (
// always get scheduled. If we run other tests in parallel, this may not
// happen. In the future, running in parallel may work if we have an eviction
// model which lets the DS controller kick out other pods to make room.
// See http://issues.k8s.io/21767 for more details
// See https://issues.k8s.io/21767 for more details
var _ = SIGDescribe("ControllerRevision [Serial]", func() {
var f *framework.Framework

View File

@@ -103,7 +103,7 @@ func updateDaemonSetWithRetries(c clientset.Interface, namespace, name string, a
// always get scheduled. If we run other tests in parallel, this may not
// happen. In the future, running in parallel may work if we have an eviction
// model which lets the DS controller kick out other pods to make room.
// See http://issues.k8s.io/21767 for more details
// See https://issues.k8s.io/21767 for more details
var _ = SIGDescribe("Daemon set [Serial]", func() {
var f *framework.Framework