Skip to content

Commit

Permalink
add faq from hussein
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jun 23, 2024
1 parent 7c12971 commit 252e8c2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ $ manta set runtime-configuration -H my_cluster -c my_configuration
**Q: How to apply changes during runtime without generating an image?**
**A:** `manta set runtime-configuration` command won't reboot nodes
**A:**
!!! warning "WIP"
`manta set runtime-configuration` command won't reboot nodes

---

Expand Down Expand Up @@ -206,13 +210,21 @@ $ manta set runtime-configuration -H my_cluster -c my_configuration

**Q: How to set kernel parameters for a cluster?**

**A:** `manta set kernel -H my_cluster -k ip=dhcp quiet ksocklnd.skip_mr_route_setup=1 cxi_core.disable_default_svc=0 cxi_core.enable_fgfc=1 cxi_core.sct_pid_mask=0xf spire_join_token=${SPIRE_JOIN_TOKEN}`
**A:**

!!! warning "WIP"

`manta set kernel -H my_cluster -k "ip=dhcp quiet ksocklnd.skip_mr_route_setup=1 cxi_core.disable_default_svc=0 cxi_core.enable_fgfc=1 cxi_core.sct_pid_mask=0xf spire_join_token=${SPIRE_JOIN_TOKEN}"`

---

**Q: How to update node boot images?**

**A:** To update the boot image based on a configuration name (recomended) for all the nodes in a cluster `manta set boot-image -H my_cluster -c my_configuration_name`
**A:**

!!! warning "WIP"

To update the boot image based on a configuration name (recomended) for all the nodes in a cluster `manta set boot-image -H my_cluster -c my_configuration_name`
To update the boot image based on an image id for all the nodes in a cluster `manta set boot-image -H my_cluster -i dbc5300c-3c98-4384-a7a7-28e628cbff43`

---
Expand Down

0 comments on commit 252e8c2

Please sign in to comment.