Skip to content

Commit

Permalink
Update docs to mark packages commands as deprecated (#8861)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Oct 18, 2024
1 parent b1ebe82 commit 6064328
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anywhere apply package(s)"
title: "(deprecated) anywhere apply package(s)"
linkTitle: "anywhere apply package(s)"
---

Expand All @@ -9,6 +9,7 @@ Apply curated packages

### Synopsis

Command "package" is deprecated, use `kubectl apply` instead
Apply Curated Packages Custom Resources to the cluster

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anywhere create package(s)"
title: "(deprecated) anywhere create package(s)"
linkTitle: "anywhere create package(s)"
---

Expand All @@ -9,6 +9,7 @@ Create curated packages

### Synopsis

Command "package" is deprecated, use `kubectl apply` instead
Create Curated Packages Custom Resources to the cluster

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anywhere delete package(s)"
title: "(deprecated) anywhere delete package(s)"
linkTitle: "anywhere delete package(s)"
---

Expand All @@ -9,6 +9,7 @@ Delete package(s)

### Synopsis

Command "package" is deprecated, use `kubectl delete package` instead
This command is used to delete the curated packages custom resources installed in the cluster

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: "anywhere describe package(s)"
title: "(deprecated) anywhere describe package(s)"
linkTitle: "anywhere describe package(s)"
---

## anywhere describe package(s)

Command "package" is deprecated, use `kubectl describe packages` instead
Describe curated packages in the cluster

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anywhere get package(s)"
title: "(deprecated) anywhere get package(s)"
linkTitle: "anywhere get package(s)"
---

Expand All @@ -9,6 +9,7 @@ Get package(s)

### Synopsis

Command "package" is deprecated, use `kubectl get packages` instead
This command is used to display the curated packages installed in the cluster

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anywhere get packagebundle(s)"
title: "(deprecated) anywhere get packagebundle(s)"
linkTitle: "anywhere get packagebundle(s)"
---

Expand All @@ -9,6 +9,7 @@ Get packagebundle(s)

### Synopsis

Command "packagebundle" is deprecated, use `kubectl get packagebundle` instead
This command is used to display the currently supported packagebundles

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anywhere get packagebundlecontroller(s)"
title: "(deprecated) anywhere get packagebundlecontroller(s)"
linkTitle: "anywhere get packagebundlecontroller(s)"
---

Expand All @@ -9,6 +9,7 @@ Get packagebundlecontroller(s)

### Synopsis

Command "packagebundlecontroller" is deprecated, use `kubectl get packagebundlecontroller` instead
This command is used to display the current packagebundlecontrollers

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anywhere install package"
title: "(deprecated) anywhere install package"
linkTitle: "anywhere install package"
---

Expand All @@ -9,6 +9,7 @@ Install package

### Synopsis

Command "package" is deprecated, use `kubectl apply` instead
This command is used to Install a curated package. Use list to discover curated packages

```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: "anywhere upgrade packages"
title: "(deprecated) anywhere upgrade packages"
linkTitle: "anywhere upgrade packages"
---

## anywhere upgrade packages

Command "packages" is deprecated, refer to `https://anywhere.eks.amazonaws.com/docs/packages/packagebundles` for upgrading
Upgrade all curated packages to the latest version

```
Expand Down

0 comments on commit 6064328

Please sign in to comment.