Loading
システム管理者に対するフィッシング耐性MFA・全従業員ユーザーMFAの適用のお知らせ 続きを読む
ただいま大変多くのお問い合わせをいただいており、ご連絡までにお時間を頂戴しております続きを読む

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

公開日: Jul 29, 2026
説明

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.



解決策

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.

 

 

その他のリソース

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

ナレッジ記事番号

005390243

 
読み込み中
Salesforce Help | Article