octopus icon indicating copy to clipboard operation
octopus copied to clipboard

409 error

Open WuJun2016 opened this issue 4 years ago • 1 comments

Environment information:

  • Octopus version : master
  • Installer : *

Cluster information:

  • Cluster vendor : k3s
  • Machine type : vm
  • Kubernetes version (use kubectl version):
  • Docker version (use docker version):

Machine specification:

Role Number Specification (CPU/RAM)
master 1 4U8G
agent 2 4U8G

Steps to reproduce (least amount of steps as possible):

  1. Creating an incorrect Deployment will cause the API request to report a 409 error

Result:

Other details that may be helpful:

Except:

Related Issues:

WuJun2016 avatar Jul 16 '20 01:07 WuJun2016

It might be possible to use the patch method to update resources and avoid resourceVersion conflicts, but I'm not sure if the steve framework supports using the patch method instead of update to update resources.

parchk avatar Jul 18 '20 00:07 parchk