Add Docker Registry Credentials
To enable CDSW to fetch custom engines from a secure repository, as Administrator you need to add Docker registry credentials.
To enable CDSW to fetch custom engines from a secure repository, as Administrator you need to add Docker registry credentials.
kubectl
secret named regcred
for your
secured Docker registry.
kubectl create secret docker-registry regcred --docker-server=<server host> --docker-username=<username> --docker-password=<password> -n <compute namespace eg. default>
kubectl get secret regcred --output=yaml -n <compute namespace eg. default> > k8s-secret-regcred.yaml
/etc/cdsw/patches
.