Remove deprecated scripts and add Talos schema mappings - Deleted the following scripts as they are no longer needed: - create-installer-image.sh - detect-node-hardware.sh - generate-machine-configs.sh - Added a new file `talos-schemas.yaml` to maintain mappings of Talos versions to their corresponding schematic IDs for wild-cloud deployments. - Updated the README in the home scaffold to simplify the initial setup instructions.
24 lines
363 B
Markdown
24 lines
363 B
Markdown
# Your Wild-Cloud
|
|
|
|
## One-time Setup
|
|
|
|
Congratulations! Everything you need for setting up and managing your wild-cloud is in this directory.
|
|
|
|
Just run:
|
|
|
|
```bash
|
|
wild-setup
|
|
```
|
|
|
|
## Using your wild-cloud
|
|
|
|
### Installing Wild-Cloud apps
|
|
|
|
```bash
|
|
wild-apps-list
|
|
wild-app-fetch <app>
|
|
wild-app-config <app>
|
|
wild-app-deploy <app>
|
|
# Optional: Check in app templates.
|
|
```
|