Talos Resource Provider
The Talos Resource Provider lets you manage Talos Linux machines & clusters.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumiverse/talos
or yarn:
yarn add @pulumiverse/talos
Python
To use from Python, install using pip:
pip install pulumiverse_talos
If you see an error as such.
import pulumiverse_talos
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/venv/lib/python3.12/site-packages/pulumiverse_talos/__init__.py", line 5, in <module>
from . import _utilities
File "/venv/lib/python3.12/site-packages/pulumiverse_talos/_utilities.py", line 11, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
Try installing
pip install setuptools
If you're using a Python Virtual Env
python3 -m venv venv
source venv/bin/activate
pip install setuptools
pip install pulumiverse_talos
# Test if the import works
python -c "import pulumiverse_talos"
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-talos/sdk/go/...
.NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.Talos
Reference
For detailed reference documentation, please visit the Pulumi registry.
Release files for pulumiverse-talos 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumiverse_talos-0.8.1.tar.gz | 36.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumiverse_talos-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 93.8 kB
Release files / pulumiverse_talos-0.8.1.tar.gz
| Download URL | pulumiverse_talos-0.8.1.tar.gz |
|---|---|
| Size | 36.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f31ce5d9e6e5f620d7e3a16d35713d99b9cd1d14fdaa4ceeab459ba01cccc98
|
|
BLAKE2b-256 checksum How to use checksums |
26e3dfa31daff8752cb634400e2b21e3514ab90cc42d6e2984bdab3ce92aeb56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.8
|
Release files / pulumiverse_talos-0.8.1-py3-none-any.whl
| Download URL | pulumiverse_talos-0.8.1-py3-none-any.whl |
|---|---|
| Size | 57.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0195e5c29c5e90d8dfb86e03b40f2d86f643f831b926c578b259e6f01141c09a
|
|
BLAKE2b-256 checksum How to use checksums |
c7273371a9b68fbdfb9344cfbc855bbc1e6a20dabe51f615036d2b101007051e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.8
|