This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.1.19.6.2. 容器镜像格式更改
新的 WasmPlugin 容器镜像格式与 ServiceMeshExtensions 类似,其区别如下:
-
ServiceMeshExtension容器格式需要在容器文件系统的根目录中名为manifest.yaml的元数据文件。WasmPlugin容器格式不需要manifest.yaml文件。 -
.wasm文件(实际插件)以前可能具有任何文件名,现在必须命名为plugin.wasm,且必须位于容器文件系统的根目录中。