File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,21 @@ export os="linux" # or macos
45
45
### Step 2: Configure HKube
46
46
1 . ** Set the HKube API endpoint:**
47
47
``` bash
48
- hkubectl config set endpoint ${KUBERNETES-MASTER-IP}
48
+ hkubectl config set endpoint < domain >
49
49
```
50
+ > Replace <domain > with the domain in your URL when accessing HKube.
50
51
2 . ** Handle self-signed certificates (if applicable):**
51
52
``` bash
52
53
hkubectl config set rejectUnauthorized false
53
54
```
54
- 3 . ** Verify Kubernetes configuration: ** Ensure kubectl is correctly configured to connect to your cluster:
55
+ 3 . ** Login to your HKube user: **
55
56
``` bash
56
- kubectl get nodes
57
+ hkubectl config set username < your_username>
58
+ hkubectl config set password < your_password>
59
+ ```
60
+ 4 . ** Verify hkubectl configuration:** Ensure hkubectl is correctly configured and connected to your cluster by running for example:
61
+ ``` bash
62
+ hkubectl algorithm list
57
63
```
58
64
59
65
---
You can’t perform that action at this time.
0 commit comments