I can now kubectl get pods. HELL YEEEAAAAHH!!!!

This commit is contained in:
2026-03-25 05:27:25 +08:00
parent 8d91b5546e
commit befd1a470e
9 changed files with 434 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ rm -r "$ROOTFS/build"
echo "##################################################### Packaging RootFS "$( du -sh "$ROOTFS/" )
IMG=output.img
SIZE=1536MB
SIZE=2048MB
dd if=/dev/zero of="$IMG" bs=1 count=0 seek=$SIZE