Skip to content

Commit

Permalink
Merge pull request #458 from NetAppDocs/hotfix-install-steps-24.10.1-…
Browse files Browse the repository at this point in the history
…mw-tp

HOTFIX: Artifact correction for 24.10.1.
  • Loading branch information
netapp-mwallis authored Dec 17, 2024
2 parents 52d0540 + 8a46f1f commit 0be7329
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions trident-protect/trident-protect-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before using the command line utility, you need to install it on the machine you
+
[source,console]
----
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.0/tridentctl-protect-linux-amd64
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.1/tridentctl-protect-linux-amd64
----
--
.Download plugin for Linux ARM64 CPUs
Expand All @@ -36,7 +36,7 @@ curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/relea
+
[source,console]
----
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.0/tridentctl-protect-linux-arm64
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.1/tridentctl-protect-linux-arm64
----
--
.Download plugin for Mac AMD64 CPUs
Expand All @@ -46,7 +46,7 @@ curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/relea
+
[source,console]
----
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.0/tridentctl-protect-macos-amd64
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.1/tridentctl-protect-macos-amd64
----
--
.Download plugin for Mac ARM64 CPUs
Expand All @@ -56,7 +56,7 @@ curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/relea
+
[source,console]
----
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.0/tridentctl-protect-macos-arm64
curl -L -o tridentctl-protect https://github.com/NetApp/tridentctl-protect/releases/download/24.10.1/tridentctl-protect-macos-arm64
----
--
====
Expand Down Expand Up @@ -107,7 +107,7 @@ After you have installed the Trident protect CLI plugin, you can enable auto-com
+
[source,console]
----
curl -L -O https://github.com/NetApp/tridentctl-protect/releases/download/24.10.0/tridentctl-completion.bash
curl -L -O https://github.com/NetApp/tridentctl-protect/releases/download/24.10.1/tridentctl-completion.bash
----
. Make a new directory in your home directory to contain the script:
+
Expand Down Expand Up @@ -136,7 +136,7 @@ source ~/.bash/completions/tridentctl-completion.bash
+
[source,console]
----
curl -L -O https://github.com/NetApp/tridentctl-protect/releases/download/24.10.0/tridentctl-completion.zsh
curl -L -O https://github.com/NetApp/tridentctl-protect/releases/download/24.10.1/tridentctl-completion.zsh
----
. Make a new directory in your home directory to contain the script:
+
Expand Down
32 changes: 16 additions & 16 deletions trident-protect/trident-protect-installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ helm repo add netapp-trident-protect https://netapp.github.io/trident-protect-he
+
[source,console]
----
helm install trident-protect-crds netapp-trident-protect/trident-protect-crds --version 100.2410.0 --create-namespace --namespace trident-protect
helm install trident-protect-crds netapp-trident-protect/trident-protect-crds --version 100.2410.1 --create-namespace --namespace trident-protect
----
. Use Helm to install Trident protect using one of the following commands. Replace `<name_of_cluster>` with a cluster name, which will be assigned to the cluster and used to identify the cluster's backups and snapshots:
+
* Install Trident protect normally:
+
[source,console]
----
helm install trident-protect netapp-trident-protect/trident-protect --set clusterName=<name_of_cluster> --version 100.2410.0 --create-namespace --namespace trident-protect
helm install trident-protect netapp-trident-protect/trident-protect --set clusterName=<name_of_cluster> --version 100.2410.1 --create-namespace --namespace trident-protect
----
+
* Install Trident protect and disable the scheduled daily Trident protect AutoSupport support bundle uploads:
+
[source,console]
----
helm install trident-protect netapp-trident-protect/trident-protect --set autoSupport.enabled=false --set clusterName=<name_of_cluster> --version 100.2410.0 --create-namespace --namespace trident-protect
helm install trident-protect netapp-trident-protect/trident-protect --set autoSupport.enabled=false --set clusterName=<name_of_cluster> --version 100.2410.1 --create-namespace --namespace trident-protect
----
--
.Install Trident protect from a private registry
Expand All @@ -58,14 +58,14 @@ You can install Trident protect from a private image registry if your Kubernetes
+
[source,console]
----
netapp/controller:24.10.0
netapp/restic:24.10.0
netapp/kopia:24.10.0
netapp/controller:24.10.1
netapp/restic:24.10.1
netapp/kopia:24.10.1
netapp/trident-autosupport:24.10.0
netapp/exechook:24.10.0
netapp/resourcebackup:24.10.0
netapp/resourcerestore:24.10.0
netapp/resourcedelete:24.10.0
netapp/exechook:24.10.1
netapp/resourcebackup:24.10.1
netapp/resourcerestore:24.10.1
netapp/resourcedelete:24.10.1
bitnami/kubectl:1.30.2
kubebuilder/kube-rbac-proxy:v0.16.0
----
Expand All @@ -74,17 +74,17 @@ For example:
+
[source,console]
----
docker pull netapp/controller:24.10.0
docker pull netapp/controller:24.10.1
----
+
[source,console]
----
docker tag netapp/controller:24.10.0 <private-registry-url>/controller:24.10.0
docker tag netapp/controller:24.10.1 <private-registry-url>/controller:24.10.1
----
+
[source,console]
----
docker push <private-registry-url>/controller:24.10.0
docker push <private-registry-url>/controller:24.10.1
----
. Create the Trident protect system namespace:
Expand Down Expand Up @@ -139,22 +139,22 @@ webhooksCleanup:
+
[source,console]
----
helm install trident-protect-crds netapp-trident-protect/trident-protect-crds --version 100.2410.0 --create-namespace --namespace trident-protect
helm install trident-protect-crds netapp-trident-protect/trident-protect-crds --version 100.2410.1 --create-namespace --namespace trident-protect
----
. Use Helm to install Trident protect using one of the following commands. Replace `<name_of_cluster>` with a cluster name, which will be assigned to the cluster and used to identify the cluster's backups and snapshots:
+
* Install Trident protect normally:
+
[source,console]
----
helm install trident-protect netapp-trident-protect/trident-protect --set clusterName=<name_of_cluster> --version 100.2410.0 --create-namespace --namespace trident-protect -f protectValues.yaml
helm install trident-protect netapp-trident-protect/trident-protect --set clusterName=<name_of_cluster> --version 100.2410.1 --create-namespace --namespace trident-protect -f protectValues.yaml
----
+
* Install Trident protect and disable the scheduled daily Trident protect AutoSupport support bundle uploads:
+
[source,console]
----
helm install trident-protect netapp-trident-protect/trident-protect --set autoSupport.enabled=false --set clusterName=<name_of_cluster> --version 100.2410.0 --create-namespace --namespace trident-protect -f protectValues.yaml
helm install trident-protect netapp-trident-protect/trident-protect --set autoSupport.enabled=false --set clusterName=<name_of_cluster> --version 100.2410.1 --create-namespace --namespace trident-protect -f protectValues.yaml
----
--
====
Expand Down

0 comments on commit 0be7329

Please sign in to comment.