We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4def5e commit 79afb1eCopy full SHA for 79afb1e
1 file changed
README.md
@@ -62,6 +62,10 @@ Create kubectl secret with the following command to enable usage with the dataik
62
63
kubectl create secret generic kubeconfig-secret --from-file=config -n dataiku
64
65
+You must also create a secret to access to the container registry:
66
+
67
+ kubectl -n dataiku create secret docker-registry container-registry-secret --docker-server ${DOCKER_REGISTRY} --docker-username=${DOCKER_USER} --docker-password=${DOCKER_PASSWORD}
68
69
##### Build design node kubernetes image
70
71
With `DSS_VERSION`set to be dss version to be build (e.g. 13.4.0):
0 commit comments