-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
- Loading branch information
1 parent
3bb729c
commit 5b69308
Showing
6 changed files
with
187 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
153 changes: 153 additions & 0 deletions
153
testing/kfctl/kf_is_ready_checklists/kfctl_existing_arrikto_checklist.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
# Deployments in namespace kubeflow | ||
- name: admission-webhook-deployment | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: argo-ui | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: centraldashboard | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: dex | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: jupyter-web-app-deployment | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-controller | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-db | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-manager | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-manager-rest | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-suggestion-bayesianoptimization | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-suggestion-grid | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-suggestion-hyperband | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-suggestion-nasrl | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-suggestion-random | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: katib-ui | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: metadata-db | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: metadata-deployment | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: metadata-ui | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: minio | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: ml-pipeline | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: ml-pipeline-persistenceagent | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: ml-pipeline-scheduledworkflow | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: ml-pipeline-ui | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: ml-pipeline-viewer-controller-deployment | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: mysql | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: notebook-controller-deployment | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: profiles-deployment | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: pytorch-operator | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: tensorboard | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: tf-job-dashboard | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: tf-job-operator | ||
namespace: kubeflow | ||
kind: Deployment | ||
- name: workflow-controller | ||
namespace: kubeflow | ||
kind: Deployment | ||
|
||
# StatefulSets in namespace kubeflow | ||
|
||
- name: admission-webhook-bootstrap-stateful-set | ||
namespace: kubeflow | ||
kind: StatefulSet | ||
- name: application-controller-stateful-set | ||
namespace: kubeflow | ||
kind: StatefulSet | ||
- name: metacontroller | ||
namespace: kubeflow | ||
kind: StatefulSet | ||
- name: seldon-operator-controller-manager | ||
namespace: kubeflow | ||
kind: StatefulSet | ||
|
||
# Deployments in namespace istio-system | ||
- name: authservice | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: grafana | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-citadel | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-egressgateway | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-galley | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-ingressgateway | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-pilot | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-policy | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-sidecar-injector | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-telemetry | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: istio-tracing | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: kiali | ||
namespace: istio-system | ||
kind: Deployment | ||
- name: prometheus | ||
namespace: istio-system | ||
kind: Deployment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters