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

Chore(pipeline): remove pipelines prod #291

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 0 additions & 98 deletions kustomize/apps/centraldashboard/base/centraldashboard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,62 +15,10 @@ data:
"link": "/en/",
"text": "Notebooks",
"icon": "book"
},
{
"type": "item",
"link": "/pipeline/",
"text": "Pipelines",
"icon": "kubeflow:pipeline-centered"
},
{
"type": "item",
"text": "Experiments (KFP)",
"link": "/pipeline/#/experiments",
"icon": "done-all"
},
{
"type": "item",
"link": "/pipeline/#/runs",
"text": "Runs",
"icon": "maps:directions-run"
},
{
"type": "item",
"link": "/pipeline/#/recurringruns",
"text": "Recurring Runs",
"icon": "device:access-alarm"
},
{
"type": "item",
"link": "/pipeline/#/artifacts",
"text": "Artifacts",
"icon": "editor:bubble-chart"
},
{
"type": "item",
"link": "/pipeline/#/executions",
"text": "Executions",
"icon": "av:play-arrow"
},
{
"type": "item",
"link": "/gitea-unclassified/",
"text": "Git",
"icon": "icons:code"
}
],
"externalLinks": [],
"quickLinks": [
{
"text": "Upload a pipeline",
"desc": "Pipelines",
"link": "/pipeline/"
},
{
"text": "View all pipeline runs",
"desc": "Pipelines",
"link": "/pipeline/#/runs"
},
{
"text": "Create a new Notebook server",
"desc": "Notebook Servers",
Expand Down Expand Up @@ -108,56 +56,10 @@ data:
"link": "/fr/",
"text": "Serveur Bloc-notes",
"icon": "book"
},
{
"type": "item",
"link": "/pipeline/",
"text": "Pipelines",
"icon": "kubeflow:pipeline-centered"
},
{
"type": "item",
"text": "Expériences (KFP)",
"link": "/pipeline/#/experiments",
"icon": "done-all"
},
{
"type": "item",
"link": "/pipeline/#/runs",
"text": "Exécutions",
"icon": "maps:directions-run"
},
{
"type": "item",
"link": "/pipeline/#/recurringruns",
"text": "Exécutions récurrentes",
"icon": "device:access-alarm"
},
{
"type": "item",
"link": "/pipeline/#/artifacts",
"text": "Artefacts",
"icon": "editor:bubble-chart"
},
{
"type": "item",
"link": "/pipeline/#/executions",
"text": "Exécutions en cours",
"icon": "av:play-arrow"
}
],
"externalLinks": [],
"quickLinks": [
{
"text": "Télécharger un pipeline",
"desc": "Pipelines",
"link": "/pipeline/"
},
{
"text": "Voir tous les pipelines exécutés",
"desc": "Pipelines",
"link": "/pipeline/#/runs"
},
{
"text": "Créer un nouveau serveur bloc-notes",
"desc": "Serveur bloc-notes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ spawnerFormDefaults:
# value:
# - add-gcp-secret
# - default-editor
value:
- access-ml-pipeline
readOnly: false
affinityConfig:
# The default `configKey` from the options list
Expand Down
73 changes: 0 additions & 73 deletions kustomize/apps/pipeline/base/kustomization.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions kustomize/apps/pipeline/base/metadata-grpc-service-pa.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions kustomize/apps/pipeline/base/minio-pvc.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions kustomize/apps/pipeline/base/ml-pipeline-config.json

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions kustomize/apps/pipeline/base/ml-pipeline-ui.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions kustomize/apps/pipeline/base/pipeline-profile-controller.json

This file was deleted.

Loading