mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Merge pull request #10811 from thockin/version-examples-links
Make examples links be relative
This commit is contained in:
@@ -257,7 +257,6 @@ kubectl scale rc cassandra --replicas=4
|
||||
|
||||
### Seed Provider Source
|
||||
|
||||
See
|
||||
[here](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/cassandra/java/src/io/k8s/cassandra/KubernetesSeedProvider.java).
|
||||
See [here](./java/src/io/k8s/cassandra/KubernetesSeedProvider.java).
|
||||
|
||||
[]()
|
||||
|
@@ -31,7 +31,7 @@ The [http-liveness.yaml](http-liveness.yaml) demonstrates the HTTP check.
|
||||
```
|
||||
The Kubelet sends a HTTP request to the specified path and port to perform the health check. If you take a look at image/server.go, you will see the server starts to respond with an error code 500 after 10 seconds, so the check fails.
|
||||
|
||||
This [guide](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/k8s201.md#health-checking) has more information on health checks.
|
||||
This [guide](../walkthrough/k8s201.md#health-checking) has more information on health checks.
|
||||
|
||||
## Get your hands dirty
|
||||
To show the health check is actually working, first create the pods:
|
||||
|
@@ -127,7 +127,7 @@ since the ui is not stateless when playing with Web Admin UI will cause `Connect
|
||||
* All services and pods are placed under namespace `rethinkdb`.
|
||||
|
||||
* `gen_pod.sh` is using to generate pod templates for my local cluster,
|
||||
the generated pods which is using `nodeSelector` to force k8s to schedule containers to my designate nodes, for I need to access persistent data on my host dirs. Note that one needs to label the node before 'nodeSelector' can work, see this [tutorial](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/node-selection)
|
||||
the generated pods which is using `nodeSelector` to force k8s to schedule containers to my designate nodes, for I need to access persistent data on my host dirs. Note that one needs to label the node before 'nodeSelector' can work, see this [tutorial](../node-selection/)
|
||||
|
||||
* see [antmanler/rethinkdb-k8s](https://github.com/antmanler/rethinkdb-k8s) for detail
|
||||
|
||||
|
@@ -108,8 +108,8 @@ Finally, we have also introduced an environment variable to the ```git-monitor``
|
||||
|
||||
|
||||
### What's next?
|
||||
Continue on to [Kubernetes 201](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/walkthrough/k8s201.md) or
|
||||
for a complete application see the [guestbook example](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/guestbook/README.md)
|
||||
Continue on to [Kubernetes 201](../walkthrough/k8s201.md) or
|
||||
for a complete application see the [guestbook example](../guestbook/README.md)
|
||||
|
||||
|
||||
[]()
|
||||
|
@@ -148,7 +148,7 @@ spec:
|
||||
```
|
||||
|
||||
### What's next?
|
||||
For a complete application see the [guestbook example](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/examples/guestbook).
|
||||
For a complete application see the [guestbook example](../guestbook).
|
||||
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user