Fix 404s. (#5623)
This commit is contained in:
@@ -35,7 +35,7 @@ administrators. Kubernetes itself is unopinionated about what classes
|
|||||||
represent. This concept is sometimes called "profiles" in other storage
|
represent. This concept is sometimes called "profiles" in other storage
|
||||||
systems.
|
systems.
|
||||||
|
|
||||||
Please see the [detailed walkthrough with working examples](/docs/concepts/storage/persistent-volumes/walkthrough/).
|
Please see the [detailed walkthrough with working examples](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/).
|
||||||
|
|
||||||
|
|
||||||
## Lifecycle of a volume and claim
|
## Lifecycle of a volume and claim
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ Throughout this doc you will see a few terms that are sometimes used interchange
|
|||||||
|
|
||||||
* Node: A single virtual or physical machine in a Kubernetes cluster.
|
* Node: A single virtual or physical machine in a Kubernetes cluster.
|
||||||
* Cluster: A group of nodes in a single failure domain, unless mentioned otherwise.
|
* Cluster: A group of nodes in a single failure domain, unless mentioned otherwise.
|
||||||
* Persistent Volume Claim (PVC): A request for storage, typically a [persistent volume](/docs/concepts/storage/persistent-volumes/walkthrough/).
|
* Persistent Volume Claim (PVC): A request for storage, typically a [persistent volume](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/).
|
||||||
* Host name: The hostname attached to the UTS namespace of the pod, i.e. the output of `hostname` in the pod.
|
* Host name: The hostname attached to the UTS namespace of the pod, i.e. the output of `hostname` in the pod.
|
||||||
* DNS/Domain name: A *cluster local* domain name resolvable using standard methods (e.g.: [gethostbyname](http://linux.die.net/man/3/gethostbyname)).
|
* DNS/Domain name: A *cluster local* domain name resolvable using standard methods (e.g.: [gethostbyname](http://linux.die.net/man/3/gethostbyname)).
|
||||||
* Ordinality: the property of being "ordinal", or occupying a position in a sequence.
|
* Ordinality: the property of being "ordinal", or occupying a position in a sequence.
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ load-balanced access to an application running in a cluster.
|
|||||||
## Using a service configuration file
|
## Using a service configuration file
|
||||||
|
|
||||||
As an alternative to using `kubectl expose`, you can use a
|
As an alternative to using `kubectl expose`, you can use a
|
||||||
[service configuration file](/docs/concepts/services-networking/service/operations)
|
[service configuration file](/docs/concepts/services-networking/service/)
|
||||||
to create a Service.
|
to create a Service.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ provides load balancing for an application that has two running instances.
|
|||||||
## Using a service configuration file
|
## Using a service configuration file
|
||||||
|
|
||||||
As an alternative to using `kubectl expose`, you can use a
|
As an alternative to using `kubectl expose`, you can use a
|
||||||
[service configuration file](/docs/concepts/services-networking/service/operations)
|
[service configuration file](/docs/concepts/services-networking/service/)
|
||||||
to create a Service.
|
to create a Service.
|
||||||
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ resources granted to a namespace. This is most often used to limit the amount of
|
|||||||
or persistent disk a namespace can allocate, but can also control how many pods, services, or
|
or persistent disk a namespace can allocate, but can also control how many pods, services, or
|
||||||
volumes exist in each namespace.
|
volumes exist in each namespace.
|
||||||
|
|
||||||
[Limit ranges](/docs/admin/limitrange) restrict the maximum or minimum size of some of the
|
[Limit ranges](/docs/tasks/administer-cluster/memory-default-namespace/) restrict the maximum or minimum size of some of the
|
||||||
resources above, to prevent users from requesting unreasonably high or low values for commonly
|
resources above, to prevent users from requesting unreasonably high or low values for commonly
|
||||||
reserved resources like memory, or to provide default limits when none are specified.
|
reserved resources like memory, or to provide default limits when none are specified.
|
||||||
|
|
||||||
|
|||||||
@@ -572,4 +572,4 @@ Please note that changing service name might break some `docker-compose` files.
|
|||||||
|
|
||||||
Kompose supports Docker Compose versions: 1, 2 and 3. We have limited support on versions 2.1 and 3.2 due to their experimental nature.
|
Kompose supports Docker Compose versions: 1, 2 and 3. We have limited support on versions 2.1 and 3.2 due to their experimental nature.
|
||||||
|
|
||||||
A full list on compatibility between all three versions is listed in our [conversion document](/docs/conversion.md) including a list of all incompatible Docker Compose keys.
|
A full list on compatibility between all three versions is listed in our [conversion document](https://github.com/kubernetes/kompose/blob/master/docs/conversion.md) including a list of all incompatible Docker Compose keys.
|
||||||
|
|||||||
Reference in New Issue
Block a user