Minor spelling and grammar fixes (#35816)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: bitpushr <91350598+bitpushr@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
bitpushr
2025-06-01 23:50:42 +10:00
committed by GitHub
parent db4dcdc1dc
commit f66c536392

View File

@@ -7,24 +7,22 @@ tags:
- "2025"
---
## TrueNAS Switches to Incus with Fangtooth Release — VM Support Now Experimental
With the release of TrueNAS SCALE Fangtooth, iXsystems has officially switched its virtualization backend from KVM to Incus.
This transition has introduced several limitations, and VM support is now also labeled as experimental. Leaving users without a stable VM-solution on TrueNAS.
This transition has introduced several limitations, and VM support is now also labeled as experimental, leaving users without a stable VM solution on TrueNAS.
Users have reported performance issues with the new Incus-based VM system,
and some previously supported configurationssuch as running VMs with raw-file backed disks
(making use of ZFS small-blocks special-vdevs) are no longer functional.
Currently, there is no official Incus-Guest-Agent available on Talos, making it difficult for users to control the VM threw TrueNAS UI.
and some previously supported configurations such as running VMs with raw-file backed disks
(making use of ZFS small-blocks special-vdevs) are no longer functional.
Currently, there is no official Incus-Guest-Agent available on Talos, making it difficult for users to control the VM through the TrueNAS UI.
Users have been requesting a Kubernetes solution within the iX-supported Apps/Instances system for quite some time.
Traditional containerization approaches like LXC/LXD or jails were never viable options for us,
Traditional containerization approaches like LXC/LXD or jails were never viable options for us
as they lack support for Talos and present significant management challenges.
However, after careful testing and evaluation, we've concluded that integrating Talos in container form within the existing Docker Compose-based Apps system presents a compelling solution.
This approach enables users to run Kubernetes on TrueNAS SCALE without the added complexity of virtual machines or the maintenance burden of homegrown setups,
striking a practical balance between performance, simplicity, and native integration.
striking a practical balance between performance, simplicity and native integration.
In light of this, We have reaffirmed our commitment to the TrueNAS community by releasing a new guide
In light of this, we have reaffirmed our commitment to the TrueNAS community by releasing a new guide
on how to run Talos as a Docker container inside SCALE Apps.
This approach provides a practical alternative for those affected by the VM backend changes,
allowing continued experimentation and development with Talos despite the Incus limitations.