Skip to content
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

[Do Not Merge] Kubeflow release changes #39

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

Conversation

nagar-ajay
Copy link
Collaborator

Changes for Kubeflow mode:

  • install.sh - shell script to install Kubeflow on NKE integrated with Nutanix object store. User can run this script with bash $WORK_DIR/setup/install.sh -d <company-domain> command. e.g. bash $WORK_DIR/setup/install.sh -d ntnx.com
  • Before running the install script, user needs to put nutanix object store details in env files.
    • put object store accesskey and secretkey in setup/object-store-secrets.env
    • put objStoreHost in setup/pipeline-install-config.env
  • get_auth_session_cookie.py: Python script to get auth session cookie. This session cookie will be used by the oidc-authservice to authenticate inference requests. Run following command to get auth session cookie:
python $WORK_DIR/llm/utils/get_auth_session_cookie.py --password <password> --email <user_email>
  • Use cookie header to pass this session in inference curl requests -H "Cookie: authservice_session=${SESSION_COOKIE}"

@nagar-ajay nagar-ajay changed the title Kubeflow release changes [Do Not Merge] Kubeflow release changes Nov 23, 2023
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.

1 participant