summaryrefslogtreecommitdiff
path: root/cli-roadmap.md
diff options
context:
space:
mode:
authorDaniel Smith <dbsmith@google.com>2015-07-16 14:54:28 -0700
committerDaniel Smith <dbsmith@google.com>2015-07-16 16:28:18 -0700
commitd43894cdce090482de0d25f9510603c9d806870c (patch)
treeab20b487296b114f3854fd32bd6a190755e18bdf /cli-roadmap.md
parent8d5b8ceb3a2f03ffe299fc255acfec5df7eea89a (diff)
(mostly) auto fixed links
Diffstat (limited to 'cli-roadmap.md')
-rw-r--r--cli-roadmap.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli-roadmap.md b/cli-roadmap.md
index fe8d5b0f..f2b9f8c1 100644
--- a/cli-roadmap.md
+++ b/cli-roadmap.md
@@ -23,9 +23,9 @@ certainly want the docs that go with that version.</h1>
# Kubernetes CLI/Configuration Roadmap
See also issues with the following labels:
-* [area/config-deployment](https://github.com/GoogleCloudPlatform/kubernetes/labels/area%2Fconfig-deployment)
-* [component/CLI](https://github.com/GoogleCloudPlatform/kubernetes/labels/component%2FCLI)
-* [component/client](https://github.com/GoogleCloudPlatform/kubernetes/labels/component%2Fclient)
+* [area/app-config-deployment](https://github.com/GoogleCloudPlatform/kubernetes/labels/area/app-config-deployment)
+* [component/CLI](https://github.com/GoogleCloudPlatform/kubernetes/labels/component/CLI)
+* [component/client](https://github.com/GoogleCloudPlatform/kubernetes/labels/component/client)
1. Create services before other objects, or at least before objects that depend upon them. Namespace-relative DNS mitigates this some, but most users are still using service environment variables. [#1768](https://github.com/GoogleCloudPlatform/kubernetes/issues/1768)
1. Finish rolling update [#1353](https://github.com/GoogleCloudPlatform/kubernetes/issues/1353)