Open speedfl opened 6 months ago
Hello,
Replace Worker Node supports replace with update or not, however in the sdk it is not possible to do a worker replace without update:
https://github.com/IBM-Cloud/bluemix-go/blob/master/api/container/containerv2/workers.go#L147
Two proposals:
update bool
ReplaceNoUpdateWorkerNode
Let me think what you prefer and I can propose a PR
Have a good day
Hello,
Replace Worker Node supports replace with update or not, however in the sdk it is not possible to do a worker replace without update:
https://github.com/IBM-Cloud/bluemix-go/blob/master/api/container/containerv2/workers.go#L147
Two proposals:
update bool
in the function signatureReplaceNoUpdateWorkerNode
Let me think what you prefer and I can propose a PR
Have a good day