Key differences between TFOperator API v1alpha1 and v2¶
This section outlines the main differences between the v1alpha1 and v2 versions of the TFOperator API:
Introduction of the
featuressection:All non-default Tungsten Fabric and Tungsten Fabric Operator features can now be set in the
featuressection.Setting environment variables is no longer necessary but can still be done using the
envSettingfield in each Tungsten Fabric service section.
Relocation of
CustomSpecfrom the vRouter agent specification to the nodes section.Reorganization of the
controllerssection:The
controllerssection has been integrated into theservicessection.The
servicessection is now divided into groups:analytics,config,control,vRouter, andwebUI.Configuration of third-party services can be performed through the
analyticsorconfigsections.
Configuration of the logging levels can be performed using the
loggingfield, which is a separate field in each Tungsten Fabric services configuration.Movement of the
dataStorageClassandtfVersionfields to the upper level of the specification.Introduction of the
devOptionssection enabling the setup of experimental development-related options.