You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you (how do you) handle the Operator pattern. E.g.:
Install the MinIO Operator
Deploy a MinoIO Tenant Resource
The Operator creates Deployment / StatefulSet resources with image refs that are (typically) embedded in Go code
In our crude brute-force approach we provision a single-node cluster, install all the workloads for which we want images, then install resources that trigger operators to do their thing (e.g. MinIO), then we snapshot the containerd cache.
Is this something you've discovered a clever solution for? Thank you.
The text was updated successfully, but these errors were encountered:
Hello @ChristofferNissen I'm asking a question here in response to helm/helm#13455 (comment)
Do you (how do you) handle the Operator pattern. E.g.:
Tenant
ResourceDeployment
/StatefulSet
resources with image refs that are (typically) embedded in Go codeIn our crude brute-force approach we provision a single-node cluster, install all the workloads for which we want images, then install resources that trigger operators to do their thing (e.g. MinIO), then we snapshot the
containerd
cache.Is this something you've discovered a clever solution for? Thank you.
The text was updated successfully, but these errors were encountered: