Skip to content

Using Small Language models on SAP AI Core VIA ollama #23908

@merveguel

Description

@merveguel

Tutorials: https://developers.sap.com/tutorials/ai-core-custom-slm.html

Issue:
The value provided for spec.predictor.imagePullSecrets[*].name is invalid.

Root Cause:
The instruction line:

"Replace <YOUR_DOCKER_SECRET> with Default and replace <YOUR_DOCKER_USER> with your Docker username."

does not clearly state that the Docker Registry Secret configured in the AI Core Administration panel must exactly match the value of <YOUR_DOCKER_SECRET> (which in the statement given as "Default") used in the YAML file under imagePullSecrets.name.

Impact:
This mismatch leads to an invalid configuration, resulting in the error mentioned above.

Suggested Fix:
Clarify the instruction to emphasize that the secret name set in AI Core must match the value used for imagePullSecrets[*].name in the deployment YAML. For example:

"Replace <YOUR_DOCKER_SECRET> with the exact name of the Docker Registry Secret based on your configuration. This name must match the value used in the imagePullSecrets.name field of your YAML file."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions