Merge pull request #112707 from enj/enj/i/https_links

Use https links for k8s KEPs, issues, PRs, etc
This commit is contained in:
Kubernetes Prow Robot
2022-09-29 12:34:40 -07:00
committed by GitHub
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