Added k3s

This commit is contained in:
Guillem Hernandez Sola
2026-01-30 09:44:36 +01:00
commit dd249fad69
5 changed files with 206 additions and 0 deletions

46
.gitignore vendored Executable file
View File

@@ -0,0 +1,46 @@
# Created by https://www.gitignore.io/api/macos,vagrant,visualstudiocode
### macOS ###
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Vagrant ###
.vagrant/
*.box
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
### Ansible ###
*.retry
# End of https://www.gitignore.io/api/macos,vagrant,visualstudiocode,ansible