Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Create OCP Stack in KF #54

@nakfour

Description

@nakfour

Testing done on OCP 4.3/Kub 1.16. Code is in this PR : https://github.com/kubeflow/manifests
Issues:

  1. Profiles app is not setting $namespaces as seen in error from validating webhook. Looking at manifest/profiles/base_v3 it seems not to specify a variable $namespace as is specified in base/kustomization.yaml file. DONE-FIXED
WARN[0032] Encountered error applying application profiles:  (kubeflow.error): Code 500 with message: Apply.Run : error when creating "/tmp/kout859943078": admission webhook "pilot.validation.istio.io" denied the request: configuration is invalid: domain name "$(namespace).svc.cluster.local" invalid (label "$(namespace)" invalid)  filename="kustomize/kustomize.go:266"
WARN[0032] Will retry in 6 seconds.                      filename="kustomize/kustomize.go:267"
  1. Cache-server pod crashing on "secret "webhook-server-tls" not found"
  2. When creating a notebook server, fsgroup is set to 100. DONE-FIXED
  3. When launching a notebook server we get error "no healthy upstream" DONE-FIXED
  4. ml-pipeline pod crashes withe logs DONE-FIXED
 config.go:37] Please specify flag PROFILES_KFAM_SERVICE_HOST

This is due to the fact this needs profiles installed, and profiles only works when installed in top kustomization file
6. Getting to Pipeline page from Kubeflow dashboard gives error before: kubeflow/kubeflow#5271
upstream connect error or disconnect/reset before headers. reset reason: connection failure
to solve this set

tls:
      mode: DISABLE

in destination rule for ml-pipeline-ui. DONE-FIXED

  • tf-jobs,pytorch,katib,metadata (Vasek)

  • profiles, pipelines (Landon)

  • Seldon (Juana)

  • JH web (Maros)

  • Notebook Controller

  • istio (Juana)

  • cert-manager

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions