Skip to main content
How to manage the credentials for working with OCI-compatible registries in Orka 3.0. If you want to work with private OCI images, you need to manage the credentials for the respective registries locally in your cluster. Note that:
  • You can store only one set of credentials per registry per namespace.
  • You need to store every set of credentials in every namespace where you might need them.
  • Only cluster administrators can manage the registry credentials.
Orka stores the registry credentials as a Kubernetes secret.

List the Available Registry Credentials

Orka CLI

Orka API

Add Registry Credentials

Note that the <SERVER_ADDRESS> for the registry must include the scheme, hostname, and (optionally) port. For example, https://ghcr.io or https://10.221.188.5:30080.

Orka CLI

Orka API

If you are adding a server address with the HTTP scheme, you need to allow working with insecure registries.

Orka CLI

Orka API

In the Orka3 CLI you can also read the password via stdin.

Orka CLI

Override Registry Credentials

If you need to change the credentials already added for an OCI-compatible registry, you can replace them.

Orka CLI

Orka API

Remove Registry Credentials

Orka CLI

Orka API

(CLI-Only) Get Help