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
@@ -494,7 +494,7 @@ misbehaving. And yet your `Service` is not working. You should probably let
us know, so we can help investigate!
Contact us on
[Slack](/{{page.version}}/docs/troubleshooting/)#slack) or
[Slack](/{{page.version}}/docs/troubleshooting/#slack) or
[email](https://groups.google.com/forum/#!forum/google-containers) or
[GitHub](https://github.com/kubernetes/kubernetes).
+1 -1
View File
@@ -19,7 +19,7 @@ A typical use case is:
## Enabling Deployments on kubernetes cluster
Deployments is part of the [`extensions` API Group](/{{page.version}}/docs/api/)#api-groups) and is not enabled by default.
Deployments is part of the [`extensions` API Group](/{{page.version}}/docs/api/#api-groups) and is not enabled by default.
Set `--runtime-config=extensions/v1beta1/deployments=true` on API server to
enable it.
This can be achieved by exporting `ENABLE_DEPLOYMENTS=true` before running
+1 -1
View File
@@ -198,7 +198,7 @@ value is `Always`.)
## Caveats
Job objects are in the [`extensions` API Group](/{{page.version}}/docs/api/)#api-groups).
Job objects are in the [`extensions` API Group](/{{page.version}}/docs/api/#api-groups).
Job objects have [API version `v1beta1`](/{{page.version}}/docs/api/)#api-versioning). Beta objects may
undergo changes to their schema and/or semantics in future software releases, but
@@ -88,6 +88,6 @@ $ curl 10.0.0.241:3000
I love Kubernetes storage!
```
Hopefully this simple guide is enough to get you started with PersistentVolumes. If you have any questions, join the team on [Slack](/{{page.version}}/docs/troubleshooting/)#slack) and ask!
Hopefully this simple guide is enough to get you started with PersistentVolumes. If you have any questions, join the team on [Slack](/{{page.version}}/docs/troubleshooting/#slack) and ask!
Enjoy!