rewrite all links to issues to k8s links

This commit is contained in:
Mike Danese
2015-08-05 18:08:26 -07:00
parent 7c9bbef96e
commit fe6b15ba2f
40 changed files with 66 additions and 66 deletions

View File

@@ -586,7 +586,7 @@ var _ = Describe("Services", func() {
}
ingress2 := service.Status.LoadBalancer.Ingress[0]
// TODO: Fix the issue here: https://github.com/GoogleCloudPlatform/kubernetes/issues/11002
// TODO: Fix the issue here: http://issue.k8s.io/11002
if providerIs("aws") {
// TODO: Make this less of a hack (or fix the underlying bug)
time.Sleep(time.Second * 120)