EasyManuals Logo

NetApp HCI User Manual

NetApp HCI
363 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #289 background imageLoading...
Page #289 background image
a. From the REST API UI, run PUT /upgrade/rancher/{version} with the latest version number from the
previous step.
b. From the response, copy the task ID.
c. Run GET /task/{taskID} with the task ID from the previous step.
The upgrade has finished successfully when the PercentComplete indicates 100 and results indicates
the upgraded version number.
Upgrade RKE
API commands
1. Initiate the list upgrade versions request:
curl -X POST "https://<mNodeIP>/k8sdeployer/1/upgrade/rke-versions" -H
"accept: application/json" -H "Authorization: Bearer <ID>"
You can find the bearer ID used by the APIs by running a GET command and retrieving it
from the curl response.
2. Get task status using task ID from previous command and copy the latest version number from the
response:
curl -X GET "https://<mNodeIP>/k8sdeployer/1/task/<taskID>" -H "accept:
application/json" -H "Authorization: Bearer <ID>"
3. Initiate the RKE upgrade request
curl -X PUT "https://<mNodeIP>/k8sdeployer/1/upgrade/rke/<version
number>" -H "accept: application/json" -H "Authorization: Bearer"
4. Get task status using task ID from upgrade command response:
curl -X GET "https://<mNodeIP>/k8sdeployer/1/task/<taskID>" -H "accept:
application/json" -H "Authorization: Bearer <ID>"
REST API UI steps
1. Open the management node REST API UI on the management node:
https://<managementNodeIP>/k8sdeployer/api/
2. Select Authorize and complete the following:
a. Enter the cluster user name and password.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the NetApp HCI and is the answer not in the manual?

NetApp HCI Specifications

General IconGeneral
Product TypeHyperconverged Infrastructure (HCI)
Data ServicesData protection, encryption
Connectivity10 GbE, 25 GbE, 40 GbE, 100 GbE
Hypervisor SupportVMware vSphere
Management NodeIncluded in the solution
Storage MediaSSD and HDD
Node TypesCompute nodes, storage nodes
Storage ProtocolsiSCSI
Data ReductionDeduplication, compression, thin provisioning
High AvailabilityBuilt-in redundancy

Related product manuals