From 5ee3302ea445bb5c65a23dd1a3cb21199287bc0f Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 2 Sep 2022 13:17:35 -0400 Subject: [PATCH] Update kubeflow/kubeflow manifests from v1.6.0-rc.3 (#2279) Signed-off-by: Anna Jung (VMware) Signed-off-by: Anna Jung (VMware) --- README.md | 16 ++++++++-------- apps/profiles/upstream/manager/manager.yaml | 10 ---------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index aa0cae83c7..0a1e57df62 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/apps/profiles/upstream/manager/manager.yaml b/apps/profiles/upstream/manager/manager.yaml index 840ed86469..250e275b47 100644 --- a/apps/profiles/upstream/manager/manager.yaml +++ b/apps/profiles/upstream/manager/manager.yaml @@ -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