Remove experimental from embedded-registry flag (#11443)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/11463/head
Derek Nola 2024-12-10 08:37:13 -08:00 committed by GitHub
parent e9cf3a7ab5
commit 69c310d68b
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{