Skip to content

refactor(dashboard): Refactor kustomize manifests for Central Dashboard components#187

Open
alokdangre wants to merge 3 commits intokubeflow:mainfrom
alokdangre:refactor/dashboard-manifests
Open

refactor(dashboard): Refactor kustomize manifests for Central Dashboard components#187
alokdangre wants to merge 3 commits intokubeflow:mainfrom
alokdangre:refactor/dashboard-manifests

Conversation

@alokdangre
Copy link

This PR refactors the Kustomize manifests for the dashboard components to follow the standard Kubeflow manifest structure from notebooks v2. as per (Issue #180).
I have changed the labels as said in issue

folder structure

1. Central Dashboard

components/centraldashboard/manifests/kustomize/

├── base/
│   ├── clusterrole-binding.yaml
│   ├── clusterrole.yaml
│   ├── configmap.yaml
│   ├── deployment.yaml
│   ├── kustomization.yaml
│   ├── network-policy.yaml
│   ├── params.env
│   ├── role-binding.yaml
│   ├── role.yaml
│   ├── service-account.yaml
│   └── service.yaml
├── components/
│   └── istio/
│       ├── authorizationpolicy.yaml
│       ├── kustomization.yaml
│       ├── params.yaml
│       └── virtual-service.yaml
└── overlays/
    ├── istio/
    │   └── kustomization.yaml
    └── kserve/
        ├── patches/
        │   └── configmap.yaml
        └── kustomization.yaml

2. Angular central dashboard

components/centraldashboard-angular/manifests/kustomize/

├── base/
│   ├── clusterrole-binding.yaml
│   ├── clusterrole.yaml
│   ├── configmap.yaml
│   ├── deployment.yaml
│   ├── kustomization.yaml
│   ├── network-policy.yaml
│   ├── params.env
│   ├── role-binding.yaml
│   ├── role.yaml
│   ├── service-account.yaml
│   └── service.yaml
├── components/
│   └── istio/
│       ├── authorizationpolicy.yaml
│       ├── kustomization.yaml
│       ├── params.yaml
│       └── virtual-service.yaml
└── overlays/
    ├── istio/
    │   └── kustomization.yaml
    └── kserve/
        ├── patches/
        │   └── configmap.yaml
        └── kustomization.yaml

closes: #180

Signed-off-by: alokdangre <alokdangre@gmail.com>
…ucture

Signed-off-by: alokdangre <alokdangre@gmail.com>
…structure

Signed-off-by: alokdangre <alokdangre@gmail.com>
@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign thesuperzapper for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alokdangre alokdangre marked this pull request as ready for review January 28, 2026 15:47
@thesuperzapper
Copy link
Member

/ok-to-test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update kustomize manifests to follow best practices of Notebooks WG

2 participants