Skip to content

Commit

Permalink
13.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanka committed Feb 15, 2025
1 parent 062259e commit 39a31a8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
DSS_VERSION: 13.3.1
DSS_VERSION: 13.4.0

jobs:
build:
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,16 @@ This is the recommended mode by dataiku and offers a

#### Self-managed lifecycle - Kubernetes

Create kubectl secret with the following command to enable usage with the dataiku design instance:

kubectl create secret generic kubeconfig-secret --from-file=config -n dataiku

##### Build design node kubernetes image

With `DSS_VERSION`set to be dss version to be build (e.g. 13.3.3):
With `DSS_VERSION`set to be dss version to be build (e.g. 13.4.0):

cd dss-docker
DSS_VERSION=13.3.3
DSS_VERSION=13.4.0
docker build --build-arg dssVersion=${DSS_VERSION} -t dataiku:${DSS_VERSION} .

Docker image release note:
Expand Down Expand Up @@ -121,11 +125,12 @@ Same thing for cde image
docker tag dku-cde-base-ru4oxgmkpuoy4djmkkuvxfng:dss-13.3.3 registry.url/id/dku-cde-base-ru4oxgmkpuoy4djmkkuvxfng:dss-13.3.3
docker push registry.url/id/dku-cde-base-ru4oxgmkpuoy4djmkkuvxfng:dss-13.3.3

With those two files built, you will be able to enable following features:
With those two files built, you will be able to enable following features in Kubernetes:

- VSCode execution within Dataiku


- Jupyter Notebooks
- Recipe code execution
- Webapp / API / ML Scoring API

### Dataiku data lifecycle management

Expand Down
2 changes: 1 addition & 1 deletion dss-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This directory contains the Dockerfile which is used by Dataiku to build the sta

To rebuild, run (around 30 minutes):

DSS_VERSION=13.3.3
DSS_VERSION=13.4.0
docker build --build-arg dssVersion=${DSS_VERSION} -t dataiku:${DSS_VERSION} .

To run, with data in `DSS_DATADIR` (e.g `~/dss`)
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/dataiku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
name: temp-storage
containers:
- name: dataiku
image: rhanka/dataiku:13.3.3
image: rhanka/dataiku:13.4.0
ports:
- containerPort: 10000
env:
Expand Down

0 comments on commit 39a31a8

Please sign in to comment.