Remove experimental from embedded-registry flag (#11446)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/11459/head
Derek Nola 2024-12-10 08:37:33 -08:00 committed by GitHub
parent 07d60c0b50
commit 20ea4f332a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ var ServerFlags = []cli.Flag{
},
&cli.BoolFlag{
Name: "embedded-registry",
Usage: "(experimental/components) Enable embedded distributed container registry; requires use of embedded containerd; when enabled agents will also listen on the supervisor port",
Usage: "(components) Enable embedded distributed container registry; requires use of embedded containerd; when enabled agents will also listen on the supervisor port",
Destination: &ServerConfig.EmbeddedRegistry,
},
&cli.BoolFlag{