Add k3s and flux installation

This commit is contained in:
Daniel Cosme
2026-04-17 18:11:18 -04:00
parent 78ec3af8c4
commit ff4eb295ef
16 changed files with 341 additions and 6498 deletions
+8
View File
@@ -0,0 +1,8 @@
package flux
import "danicos.dev/daniel/go-kube/pkg/stack"
func Stack() stack.Stack {
s := stack.NewStack("", nil)
return s
}