Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.3 KB

INIT.md

File metadata and controls

29 lines (19 loc) · 1.3 KB

Custom Zarf Init

Supported Version: v0.33.0

The custom Zarf init package comes with 3 flavors:

  1. local: Local Path Provisioner as the backing StorageClass with MinIO for its S3-compatible API
  2. longhorn: Longhorn as the backing StorageClass with MinIO for its S3-compatible API
  3. rook: Rook-Ceph as a comprehensive block, object, and file StorageClass set with a built-in S3-compatible API

Pre-Requisites

A properly configured host node (Ubuntu 20.04) is bootstrapped with an RKE2 cluster, and has at least 1 server node - this is done using the UDS RKE2 Zarf package.

Create

The below is used to manually create the custom Zarf init package, which is usually done with UDS tasks or the UDS bundles in this repository.

# Create the zarf init package
uds zarf package create --architecture amd64 --confirm --set AGENT_IMAGE_TAG=$(zarf version)

Additional Info