<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Adding customized runtime into CDSW in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Adding-customized-runtime-into-CDSW/m-p/387835#M246453</link>
    <description>&lt;P&gt;I have got the reason why because of certification problem of runtime manager pod.&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;fetch image metadata failed data = {"err":"parseImageSourceFailed : error pinging docker registry harbor.hadoop.com: Get \"&lt;A href="https://harbor.hadoop.com/v2/\" target="_blank"&gt;https://harbor.hadoop.com/v2/\&lt;/A&gt;": x509: certificate signed by unknown authority","url":"harbor.hadoop.com/cloudera/cdsw/ml-runtime-jupyterlab-python3.11-standard:2024.02.1-b4"}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CA already registered on system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the secret "regcred".&lt;/P&gt;&lt;P&gt;I put the file "k8s-secret-regcred.yaml" on /etc/cdsw/patches.&lt;/P&gt;&lt;P&gt;I entered CA into Root CA Configuration of [Site-administration] - [Security]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 01:34:20 GMT</pubDate>
    <dc:creator>Hae</dc:creator>
    <dc:date>2024-05-14T01:34:20Z</dc:date>
    <item>
      <title>Adding customized runtime into CDSW</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Adding-customized-runtime-into-CDSW/m-p/387735#M246412</link>
      <description>&lt;P&gt;I tried steps below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Installed harbor. (aaa.bbb.ccc)&lt;/P&gt;&lt;P&gt;2. Created new image use the dockerfile and command below&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;--------&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;FROM aaa.bbb.ccc/cloudera/cdsw/ml-runtime-jupyterlab-python3.10-standard:2023.08.2-b8&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;RUN apt-get update &amp;amp;&amp;amp; apt-get upgrade -y &amp;amp;&amp;amp;&amp;nbsp;apt-get clean &amp;amp;&amp;amp; rm -rf /var/lib/apt/lists/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;# Cloudera metadata for CML&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ENV ML_RUNTIME_EDITION="EDITED RUNTIME" \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ML_RUNTIME_SHORT_VERSION="0.1" \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ML_RUNTIME_MAINTENANCE_VERSION=1 \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ML_RUNTIME_DESCRIPTION="EDITED RUNTIME to test"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ENV ML_RUNTIME_FULL_VERSION="${ML_RUNTIME_SHORT_VERSION}.${ML_RUNTIME_MAINTENANCE_VERSION}"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;LABEL com.cloudera.ml.runtime.edition=$ML_RUNTIME_EDITION \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;com.cloudera.ml.runtime.full-version=$ML_RUNTIME_FULL_VERSION \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;com.cloudera.ml.runtime.short-version=$ML_RUNTIME_SHORT_VERSION \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;com.cloudera.ml.runtime.maintenance-version=$ML_RUNTIME_MAINTENANCE_VERSION \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;com.cloudera.ml.runtime.description=$ML_RUNTIME_DESCRIPTION&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;---------&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;docker build -t aaa.bbb.ccc/cloudera/cdsw/ml-runtime-jupyterlab-python3.10-standard:2023.08.2-b8-20240509 .&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;push&amp;nbsp;aaa.bbb.ccc/cloudera/cdsw/ml-runtime-jupyterlab-python3.10-standard:2023.08.2-b8-20240509&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;3. Created secret&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;kubectl create secret docker-registry regcred --docker-server=aaa.bbb.ccc --docker-username=admin --docker-password=PASSWORD -n default&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;4. Tried adding the runtime image&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Runtime Catalog] - [+Add Runtime]&lt;/P&gt;&lt;P&gt;put "&lt;FONT size="2"&gt;aaa.bbb.ccc/cloudera/cdsw/ml-runtime-jupyterlab-python3.10-standard:2023.08.2-b8-20240509"&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;and push [validate] then i faced the message&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;"&lt;SPAN&gt;Could not fetch the image metadata."&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Which procedure did you miss?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;To use private registry without using such as harbor, How can I push into it?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:31:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Adding-customized-runtime-into-CDSW/m-p/387735#M246412</guid>
      <dc:creator>Hae</dc:creator>
      <dc:date>2026-04-21T06:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding customized runtime into CDSW</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Adding-customized-runtime-into-CDSW/m-p/387835#M246453</link>
      <description>&lt;P&gt;I have got the reason why because of certification problem of runtime manager pod.&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;fetch image metadata failed data = {"err":"parseImageSourceFailed : error pinging docker registry harbor.hadoop.com: Get \"&lt;A href="https://harbor.hadoop.com/v2/\" target="_blank"&gt;https://harbor.hadoop.com/v2/\&lt;/A&gt;": x509: certificate signed by unknown authority","url":"harbor.hadoop.com/cloudera/cdsw/ml-runtime-jupyterlab-python3.11-standard:2024.02.1-b4"}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CA already registered on system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the secret "regcred".&lt;/P&gt;&lt;P&gt;I put the file "k8s-secret-regcred.yaml" on /etc/cdsw/patches.&lt;/P&gt;&lt;P&gt;I entered CA into Root CA Configuration of [Site-administration] - [Security]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 01:34:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Adding-customized-runtime-into-CDSW/m-p/387835#M246453</guid>
      <dc:creator>Hae</dc:creator>
      <dc:date>2024-05-14T01:34:20Z</dc:date>
    </item>
  </channel>
</rss>

