Abspath fixes

This commit is contained in:
John Mulhausen
2016-02-18 19:59:58 -08:00
parent d63d674cde
commit 47576194a2
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ all or certain hosts, and when it needs to start before other pods.
## Caveats
DaemonSet objects are in the [`extensions` API Group](/{{page.version}}/docs/api/)#api-groups).
DaemonSet objects are in the [`extensions` API Group](/{{page.version}}/docs/api/#api-groups).
DaemonSet is not enabled by default. Enable it by setting
`--runtime-config=extensions/v1beta1/daemonsets=true` on the api server. This can be
achieved by exporting ENABLE_DAEMONSETS=true before running kube-up.sh script