Skip to content

Commit

Permalink
copy includes directory (kubernetes#14020)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstoku committed Aug 28, 2019
1 parent 3f10e7a commit 2c1e916
Show file tree
Hide file tree
Showing 9 changed files with 1,851 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/ja/includes/default-storage-class-prereqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
You need to either have a dynamic PersistentVolume provisioner with a default
[StorageClass](/docs/concepts/storage/storage-classes/),
or [statically provision PersistentVolumes](/docs/user-guide/persistent-volumes/#provisioning)
yourself to satisfy the [PersistentVolumeClaims](/docs/user-guide/persistent-volumes/#persistentvolumeclaims)
used here.

5 changes: 5 additions & 0 deletions content/ja/includes/federated-task-tutorial-prereqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This guide assumes that you have a running Kubernetes Cluster Federation installation.
If not, then head over to the [federation admin guide](/docs/tutorials/federation/set-up-cluster-federation-kubefed/) to learn how to
bring up a cluster federation (or have your cluster administrator do this for you).
Other tutorials, such as Kelsey Hightower's [Federated Kubernetes Tutorial](https://github.com/kelseyhightower/kubernetes-cluster-federation),
might also help you create a Federated Kubernetes cluster.
3 changes: 3 additions & 0 deletions content/ja/includes/federation-deprecation-warning-note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Use of `Federation v1` is strongly discouraged. `Federation V1` never achieved GA status and is no longer under active development. Documentation is for historical purposes only.

For more information, see the intended replacement, [Kubernetes Federation v2](https://github.com/kubernetes-sigs/federation-v2).
3 changes: 3 additions & 0 deletions content/ja/includes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
headless: true
---
Loading

0 comments on commit 2c1e916

Please sign in to comment.