From 60f78dc483f8ce2c9a0e441bbed328d396ce1aff Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Fri, 3 Sep 2021 22:29:21 +0000 Subject: [PATCH 1/2] fix: clarify private images with CVMs --- admin/workspace-management/cvms.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/workspace-management/cvms.md b/admin/workspace-management/cvms.md index 0926f84e4..0b944a911 100644 --- a/admin/workspace-management/cvms.md +++ b/admin/workspace-management/cvms.md @@ -141,8 +141,12 @@ container is what provides ## Images hosted in private registries -Please note that _non-cached_ CVM workspaces cannot be created using images hosted -in a private registry unless you permit unauthenticated access to the images. +Please note that in order to use CVM workspaces with private images, a [registry](../registries/index.md#adding-a-registry) +*must* be created with authentication credentials. Private images that can +be pulled directly by the node will not work with CVMs. + +This restriction is removed when [cached CVMs](#enabling-cached-cvms) are +enabled. ## Image configuration From 9700fd2550aa905a010a2678dbc75748cf4d4f53 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Fri, 3 Sep 2021 18:17:10 -0500 Subject: [PATCH 2/2] Edit text --- admin/workspace-management/cvms.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/workspace-management/cvms.md b/admin/workspace-management/cvms.md index 0b944a911..e1690b9e1 100644 --- a/admin/workspace-management/cvms.md +++ b/admin/workspace-management/cvms.md @@ -141,12 +141,12 @@ container is what provides ## Images hosted in private registries -Please note that in order to use CVM workspaces with private images, a [registry](../registries/index.md#adding-a-registry) -*must* be created with authentication credentials. Private images that can -be pulled directly by the node will not work with CVMs. +To use CVM workspaces with private images, you **must** create a +[registry](../registries/index.md#adding-a-registry) with authentication +credentials. Private images that can be pulled directly by the node will not +work with CVMs. -This restriction is removed when [cached CVMs](#enabling-cached-cvms) are -enabled. +This restriction is removed if you enable [cached CVMs](#enabling-cached-cvms). ## Image configuration