You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install [jq](https://stedolan.github.io/jq/), a command-line JSON processor. From the open SSH connection, enter following command to install `jq`:
139
+
1. Install [jq](https://stedolan.github.io/jq/), a command-line JSON processor. From the open SSH connection, enter following command to install `jq`:
140
140
141
141
```bash
142
142
sudo apt -y install jq
143
143
```
144
144
145
-
3. Set up password variable. Replace `PASSWORD` with the cluster login password, then enter the command:
145
+
1. Set up password variable. Replace `PASSWORD` with the cluster login password, then enter the command:
146
146
147
147
```bash
148
148
export password='PASSWORD'
149
149
```
150
150
151
-
4. Extract correctly cased cluster name. The actual casing of the cluster name may be different than you expect, depending on how the cluster was created. This command will obtain the actual casing, and then store it in a variable. Enter the following command:
0 commit comments