RGS Carbide Customers
For all supported customers of Rancher Government Solutions, under the umbrella of Rancher Government Carbide, there is addon functionality within Hauler
.
Hauler
has the the ability to reference pre-defined Hauler
manifests from the Carbide Secured Registry (CSR). Hauler
is built to allow users to fetch, store, package, and distribute content and collections, but most users may be unsure of what to fetch, store, package, and distribue and that is where our supported customers are able to leverage these pre-defined manifests for all of the Rancher products. Below are some of the available product
flags.
RGS Carbide Setup Documentation: https://rancherfederal.github.io/carbide-docs/docs/intro
RGS Carbide Public Key: https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-key.pub
Example Workflow for Carbide​
# with signature verification
hauler store sync --products carbide=v0.1.1 --key carbide-key.pub
# without signature verification
hauler store sync --products carbie=v0.1.1
Example Workflow for RKE2​
# with signature verification
hauler store sync --products rke2=v1.26.11+rke2r1 --key carbide-key.pub
# without signature verification
hauler store sync --products rke2=v1.26.11+rke2r1
Example Workflow for K3S​
# with signature verification
hauler store sync --products k3s=v1.26.11-k3s2 --key carbide-key.pub
# without signature verification
hauler store sync --products k3s=v1.26.11-k3s2
Example Workflow for Rancher​
# with signature verification
hauler store sync --products rancher=v2.7.9 --key carbide-key.pub
# without signature verification
hauler store sync --products rancher=v2.7.9
Example Workflow for Cert-Manager​
# with signature verification
hauler store sync --products cert-manager=v1.13.3 --key carbide-key.pub
# without signature verification
hauler store sync --products cert-manager=v1.13.3
Example Workflow for Longhorn​
# with signature verification
hauler store sync --products longhorn=v1.5.3 --key carbide-key.pub
# without signature verification
hauler store sync --products longhorn=v1.5.3
Example Workflow for NeuVector​
# with signature verification
hauler store sync --products neuvector=v2.6.6 --key carbide-key.pub
# without signature verification
hauler store sync --products neuvector=v2.6.6