Loading

Runtime Fabric Pull Secret Creation Command on Podman or Containerd, Not Just Docker

Data pubblicazione: Jul 29, 2026
Descrizione

APPLIES TO: Runtime Fabric (self-managed, on-premises or GKE/OpenShift installs), image pull secret configuration

ISSUE: Runtime Fabric installation documentation shows creating an image pull secret with the command: kubectl create secret docker-registry <secret-name> --docker-server=<registry> --docker-username=<user> --docker-password=<password>

Teams whose container runtime is Podman or containerd (rather than Docker) sometimes assume this command requires a Docker CLI or Docker daemon to be present, or that an equivalent Podman-specific command is needed instead.

CAUSE: "docker-registry" in this command is the NAME of a built-in Kubernetes secret type, not a reference to the Docker CLI or Docker daemon. The kubectl create secret docker-registry command talks directly to the Kubernetes API server to create a secret of that type. It does not invoke, require, or depend on any local container runtime at all.



Risoluzione

No Podman-specific or containerd-specific equivalent is needed.
Run the documented command exactly as shown in the Runtime Fabric installation guide, regardless of which container runtime (Docker, Podman, containerd) is in use on the cluster nodes. The resulting Kubernetes secret works the same way to authenticate image pulls no matter which runtime the nodes are using.

 

 

Risorse aggiuntive

Refer to the official Runtime Fabric documentation for prerequisites, network requirements, limitations, release notes, and installation steps: https://docs.mulesoft.com/runtime-fabric/ , https://docs.mulesoft.com/runtime-fabric/install-self-managed-network-configuration , https://docs.mulesoft.com/runtime-fabric/latest/limitations-self , https://docs.mulesoft.com/release-notes/runtime-fabric/runtime-fabric-release-notes-3.x.x , https://docs.mulesoft.com/runtime-fabric/3.0/install-self-managed , https://docs.mulesoft.com/runtime-fabric/3.0/install-helm

Numero articolo Knowledge

005390243

 
Caricamento
Salesforce Help | Article