Skip to content

Commit

Permalink
update: acm
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 20, 2024
1 parent 3cc3393 commit cabc7a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions advanced-cluster-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ The current *overlays* available are for the following channels:
* [release-2.6](operator/overlays/release-2.6)
* [release-2.7](operator/overlays/release-2.7)
* [release-2.8](operator/overlays/release-2.8)
* [release-2.9](operator/overlays/release-2.9)
* [release-2.10](operator/overlays/release-2.10)

## Usage

Expand Down
3 changes: 1 addition & 2 deletions advanced-cluster-management/remove-acm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ if [ -z "${KLUSTERLET_NAMESPACE}" ]; then
KLUSTERLET_NAMESPACE="open-cluster-management-hub"
fi

KUBECTL=kubectl
which oc && KUBECTL=oc
KUBECTL=oc

# Force delete klusterlet
echo "attempt to delete klusterlet"
Expand Down

0 comments on commit cabc7a8

Please sign in to comment.