Skip to content

Commit

Permalink
Include k3s example
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiebert committed Nov 21, 2024
1 parent f0bb90e commit 2f97340
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ go.work

# Don't upload test data
examples/*/base-images
examples/*/_build
examples/*/_build
examples/*/*.tar.gz
examples/*/*.iso
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@ apiVersion: 1.1
image:
imageType: combustion
baseImage: SL-Micro.x86_64-6.0-Default-SelfInstall-GM2.install.iso
kubernetes:
version: v1.30.3+k3s1
network:
apiVIP: 192.168.100.19
manifests:
urls:
- https://k8s.io/examples/application/nginx-app.yaml
operatingSystem:
packages:
enableExtras: true
packageList:
- open-iscsi
- nfs-client
- screen
sccRegistrationCode: scc-reg-code
sccRegistrationCode: INTERNAL-USE-ONLY-c9ac-6c63
time:
timezone: Europe/Berlin
ntp:
Expand Down

0 comments on commit 2f97340

Please sign in to comment.