如何增加Kubeflow Jupyter笔记本图像名称以查看完整路径

huangapple go评论51阅读模式
英文:

How to increase Kubeflow Jupyter notebook image name to see the complete path

问题

我有一个Kubeflow的部署。在创建Jupyter Notebook时,我们有图像名称标签,其长度超过了Docker图像名称列表中可以显示的长度。请参阅附图中的图像列表。在这里,名称很短,但对于我们的客户来说,存储库URL是Harbor注册表URL的长FQDN。是否有任何配置可以增加可见文本?

寻找一个可以增加可见文本的配置。尝试将标签添加到Docker图像,但这只是名称的后缀。

英文:

I have a deployment of Kubeflow. During creation of Jupyter Notebook, we have image name tags that are longer than that can be displayed in the Docker image name list. See the image list in the attached image. Here the names are short, but for our customer the repository URL is a long fqdn of the harbor registry URL. Is there any configuration that can increase the visible text ?

如何增加Kubeflow Jupyter笔记本图像名称以查看完整路径

Looking for a configuration to increase the visible text. Tried adding tags to the docker image, but this is only a suffix for the name.

答案1

得分: 0

根据我理解,您想要在您的Jupyter图像中显示存储库前缀。为此,您可以在Jupyter Web App ConfigMap中将hideRegistry键的值设置为false。默认情况下,此键的值为true,会隐藏用户界面中的图像存储库。

kubeflow命名空间中查找此ConfigMap。在Kubeflow清单GitHub存储库中,您可以在spawner_ui_config.yaml文件中找到它。

英文:

As I understand it, you'd like to display the repository prefix for your Jupyter images. For this, you can set to false the hideRegistry key in the Jupyter Web App ConfigMap. By default, the value of this key is true, which hides the image repository in the user interface.

Search this ConfigMap in kubeflow namespace. In Kubeflow Manifests GitHub repository you can found in spawner_ui_config.yaml file.

huangapple
  • 本文由 发表于 2023年6月2日 01:09:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/76384215.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定