Skip to content

Adds sample yaml file for pod creation #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

flaviabeo
Copy link
Contributor

@flaviabeo flaviabeo commented Jul 2, 2025

The README docs mention a pod.yaml file that currently does not exist in the repo. Adding a sample YAML file for completeness.

cc: @kaoutar55

flaviabeo added 2 commits July 2, 2025 15:53
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
kind: Pod
apiVersion: v1
metadata:
name: <user>-dev-e2e-1x-aiu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comment saying: # this is a sample pod name.

requests:
ibm.com/aiu_pf: '1'
terminationMessagePath: /dev/termination-log
name: <user>-dev-e2e-1x-aiu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comment: # Sample container name. Substitute with your own name.

- name: HF_HUB_OFFLINE
value: '1'
- name: HF_HOME
value: /home/senuser/models/huggingface_cache

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this comment. # This can be canned to your local home path environment.

Since this will be exposed externally, we should say that we are just providing a sample yaml. User can adjust the fields based on their AIU image and cluster environment.

- name: dev-shm
mountPath: /dev/shm
terminationMessagePolicy: File
image: &pod_image icr.io/ibmaiu_internal/x86_64/dd2/e2e_stable:latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comment # AIU software image

Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants