You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For pushing configs, I use class ClusterInfoV22 to modify cluster composition, to update the cluster when I am using the ClusterV2.update() , it uses api_version as v2 as in code below
class ClusterV2(Resource):
rest_entity_path = "clusters"
api_version = "v2"
which causes the pushing of composition to not work, as api v2.2 is required for it.
The text was updated successfully, but these errors were encountered:
For pushing configs, I use
class ClusterInfoV22
to modify cluster composition, to update the cluster when I am using theClusterV2.update()
, it uses api_version asv2
as in code belowwhich causes the pushing of composition to not work, as api
v2.2
is required for it.The text was updated successfully, but these errors were encountered: