Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Sync odh-notebook-controller v1.7 manifests to odh-manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>
  • Loading branch information
harshad16 committed Jul 21, 2023
1 parent c6e68c4 commit 46c66cb
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
4 changes: 2 additions & 2 deletions odh-notebook-controller/gen_kubeflow_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -eu -o pipefail

ctrl_dir="kf-notebook-controller"
ctrl_repository="github.com/opendatahub-io/kubeflow"
ctrl_branch="v1.6-branch"
ctrl_branch="v1.7-branch"
ctrl_image="quay.io/opendatahub/kubeflow-notebook-controller"
ctrl_tag="v1.6.1-2"
ctrl_tag="v1.7.0-1"
ctrl_namespace="opendatahub"

cleanup() {
Expand Down
4 changes: 2 additions & 2 deletions odh-notebook-controller/gen_odh_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -eu -o pipefail

ctrl_dir="odh-notebook-controller"
ctrl_repository="github.com/opendatahub-io/kubeflow"
ctrl_branch="v1.6-branch"
ctrl_branch="v1.7-branch"
ctrl_image="quay.io/opendatahub/odh-notebook-controller"
ctrl_tag="v1.6.1-2"
ctrl_tag="v1.7.0-1"
ctrl_namespace="opendatahub"

cleanup() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ resources:
- ../default
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newTag: v1.6.1
newName: docker.io/kubeflownotebookswg/notebook-controller
newTag: v1.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ resources:
- service.yaml
configMapGenerator:
- name: config
literals:
- USE_ISTIO=true
- ISTIO_GATEWAY=kubeflow/kubeflow-gateway
envs:
- params.env
generatorOptions:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ spec:
configMapKeyRef:
name: config
key: ISTIO_GATEWAY
- name: ENABLE_CULLING
valueFrom:
configMapKeyRef:
name: notebook-controller-culler-config
key: ENABLE_CULLING
- name: CULL_IDLE_TIME
valueFrom:
configMapKeyRef:
name: notebook-controller-culler-config
key: CULL_IDLE_TIME
- name: IDLENESS_CHECK_PERIOD
valueFrom:
configMapKeyRef:
name: notebook-controller-culler-config
key: IDLENESS_CHECK_PERIOD
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
USE_ISTIO=true
ISTIO_GATEWAY=kubeflow/kubeflow-gateway
CLUSTER_DOMAIN=cluster.local
ENABLE_CULLING=false
CULL_IDLE_TIME=1440
IDLENESS_CHECK_PERIOD=1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ commonLabels:
images:
- name: docker.io/kubeflownotebookswg/notebook-controller
newName: quay.io/opendatahub/kubeflow-notebook-controller
newTag: v1.6.1-2
newTag: v1.7.0-1
configMapGenerator:
- name: config
behavior: merge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Deployment
metadata:
name: deployment
spec:
replicas: 1
template:
spec:
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: quay.io/opendatahub/odh-notebook-controller
newName: quay.io/opendatahub/odh-notebook-controller
newTag: v1.6.1-2
newTag: v1.7.0-1

0 comments on commit 46c66cb

Please sign in to comment.