Skip to content

Commit

Permalink
complete doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanka committed Feb 15, 2025
1 parent b4def5e commit 79afb1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Create kubectl secret with the following command to enable usage with the dataik

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

You must also create a secret to access to the container registry:

kubectl -n dataiku create secret docker-registry container-registry-secret --docker-server ${DOCKER_REGISTRY} --docker-username=${DOCKER_USER} --docker-password=${DOCKER_PASSWORD}

##### Build design node kubernetes image

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

0 comments on commit 79afb1e

Please sign in to comment.