Skip to content

Commit

Permalink
Added file docs/contents/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vineeth-bandi committed Oct 11, 2024
1 parent 7eaa923 commit 233a83d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/contents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can install the CRD API type, the release channel manifest for EKS-D, and
view the release channel by running the following commands:

```bash
RELEASE_BRANCH=1-30
RELEASE_BRANCH=1-31
kubectl apply -f https://distro.eks.amazonaws.com/crds/releasechannels.distro.eks.amazonaws.com-v1alpha1.yaml
kubectl apply -f https://distro.eks.amazonaws.com/releasechannels/${RELEASE_BRANCH}.yaml
kubectl get -o yaml releasechannels
Expand Down Expand Up @@ -105,8 +105,8 @@ manifest for EKS Distro, and view the release by running the following
commands:

```bash
RELEASE_BRANCH=1-30
RELEASE=15
RELEASE_BRANCH=1-31
RELEASE=5
kubectl apply -f https://distro.eks.amazonaws.com/crds/releases.distro.eks.amazonaws.com-v1alpha1.yaml
kubectl apply -f https://distro.eks.amazonaws.com/kubernetes-${RELEASE_BRANCH}/kubernetes-${RELEASE_BRANCH}-eks-${RELEASE}.yaml
kubectl get release kubernetes-${RELEASE_BRANCH}-eks-${RELEASE}
Expand All @@ -121,6 +121,7 @@ repository for the [EKS Optimized AMI](https://github.com/awslabs/amazon-eks-ami
if you are interested in the AL2 container runtime kernel version.

#### EKS-D 1.31 Version Dependencies
* [v1-31-eks-5](releases/1-31/5/index.md) (October 10, 2024)
* [v1-31-eks-4](releases/1-31/4/index.md) (September 26, 2024)
* [v1-31-eks-3](releases/1-31/3/index.md) (September 26, 2024)
* [v1-31-eks-2](releases/1-31/2/index.md) (September 26, 2024)
Expand Down

0 comments on commit 233a83d

Please sign in to comment.