Skip to content

Commit

Permalink
Update kubeflow/kubeflow manifests from v1.6.0-rc.3 (#2279)
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Jung (VMware) <[email protected]>

Signed-off-by: Anna Jung (VMware) <[email protected]>
  • Loading branch information
Anna authored Sep 2, 2022
1 parent c89471f commit 5ee3302
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ This repo periodically syncs all official Kubeflow components from their respect
| Component | Local Manifests Path | Upstream Revision |
| - | - | - |
| Training Operator | apps/training-operator/upstream | [v1.5.0](https://github.com/kubeflow/training-operator/tree/v1.5.0/manifests) |
| Notebook Controller | apps/jupyter/notebook-controller/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/notebook-controller/config) |
| Tensorboard Controller | apps/tensorboard/tensorboard-controller/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/tensorboard-controller/config) |
| Central Dashboard | apps/centraldashboard/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/centraldashboard/manifests) |
| Profiles + KFAM | apps/profiles/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/profile-controller/config) |
| PodDefaults Webhook | apps/admission-webhook/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/admission-webhook/manifests) |
| Jupyter Web App | apps/jupyter/jupyter-web-app/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/crud-web-apps/jupyter/manifests) |
| Tensorboards Web App | apps/tensorboard/tensorboards-web-app/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/crud-web-apps/tensorboards/manifests) |
| Volumes Web App | apps/volumes-web-app/upstream | [v1.6.0-rc.2](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.2/components/crud-web-apps/volumes/manifests) |
| Notebook Controller | apps/jupyter/notebook-controller/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/notebook-controller/config) |
| Tensorboard Controller | apps/tensorboard/tensorboard-controller/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/tensorboard-controller/config) |
| Central Dashboard | apps/centraldashboard/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/centraldashboard/manifests) |
| Profiles + KFAM | apps/profiles/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/profile-controller/config) |
| PodDefaults Webhook | apps/admission-webhook/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/admission-webhook/manifests) |
| Jupyter Web App | apps/jupyter/jupyter-web-app/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/crud-web-apps/jupyter/manifests) |
| Tensorboards Web App | apps/tensorboard/tensorboards-web-app/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/crud-web-apps/tensorboards/manifests) |
| Volumes Web App | apps/volumes-web-app/upstream | [v1.6.0-rc.3](https://github.com/kubeflow/kubeflow/tree/v1.6.0-rc.3/components/crud-web-apps/volumes/manifests) |
| Katib | apps/katib/upstream | [v0.14.0-rc.0](https://github.com/kubeflow/katib/tree/v0.14.0-rc.0/manifests/v1beta1) |
| KServe | contrib/kserve/kserve | [release-0.8](https://github.com/kserve/kserve/tree/8079f375cbcedc4d45a1b4aade2e2308ea6f9ae8/install/v0.8.0) |
| KServe Models Web App | contrib/kserve/models-web-app | [v0.8.1](https://github.com/kserve/models-web-app/tree/v0.8.1/config) |
Expand Down
10 changes: 0 additions & 10 deletions apps/profiles/upstream/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ spec:
image: docker.io/kubeflownotebookswg/profile-controller
imagePullPolicy: Always
name: manager
livenessProbe:
httpGet:
path: /metrics
port: 8080
initialDelaySeconds: 30
periodSeconds: 30
ports:
- containerPort: 8080
name: manager-http
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 5ee3302

Please sign in to comment.