Skip to content

Commit 770a4a6

Browse files
Merge pull request #182 from anveshmuppeda/feature/docs_update
Feature/docs update | Add csi-ephemeral-storage.png
2 parents dbf26f6 + 864840c commit 770a4a6

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

docs/001-eks-guides/010-eks-ebs-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Zone Awareness: Ensure pods are scheduled in the same AZ as their volumes
1212
:::
1313

1414
:::tip
15-
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/cloudformation) to create your own Kubernetes resources which can be used in the examples below.
15+
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/manifests) to create your own Kubernetes resources which can be used in the examples below.
1616
:::
1717

1818
:::tip

docs/001-eks-guides/011-eks-efs-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_position: 11
1111
Amazon Elastic File System (EFS) transforms how we handle persistent storage in Kubernetes environments by providing serverless, fully elastic file storage that scales automatically. This comprehensive guide walks you through implementing EFS storage in your Amazon EKS clusters using the EFS Container Storage Interface (CSI) driver.
1212

1313
:::tip
14-
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/cloudformation) to create your own Kubernetes resources which can be used in the examples below.
14+
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/manifests) to create your own Kubernetes resources which can be used in the examples below.
1515
:::
1616

1717
:::tip

docs/001-eks-guides/012-eks-s3-csi-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_position: 12
1010
![EKS Mountpoint for Amazon S3 CSI Driver](./img/eks-s3-csi-driver.png)
1111

1212
:::tip
13-
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/cloudformation) to create your own Kubernetes resources which can be used in the examples below.
13+
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/manifests) to create your own Kubernetes resources which can be used in the examples below.
1414
:::
1515

1616
:::tip
348 KB
Loading

docs/014-storage/001-csi-ephemeral-storage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ sidebar_id: "csi-ephemeral-storage"
77
sidebar_position: 1
88
---
99

10-
# CSI ephemeral volumes: A Deep Dive into Kubernetes CSI with the HostPath Driver
10+
# CSI Ephemeral Volumes: A Deep Dive into Kubernetes CSI with the HostPath Driver
11+
12+
![CSI Ephemeral Storage](./img/csi-ephemeral-storage.png)
1113

1214
:::tip
1315
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/014-storage/manifests) to create your own Kubernetes resources which can be used in the examples below.
348 KB
Loading

docs/common.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the below common templates for Kubernetes documentation
22

33
:::tip
4-
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/cloudformation) to create your own Kubernetes resources which can be used in the examples below.
4+
Use the [manifest templates](https://github.com/anveshmuppeda/kubernetes/tree/main/docs/001-eks-guides/manifests) to create your own Kubernetes resources which can be used in the examples below.
55
:::
66

77
:::tip

0 commit comments

Comments
 (0)