octopus
octopus copied to clipboard
409 error
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):
- Creating an incorrect Deployment will cause the API request to report a 409 error
Result:
Other details that may be helpful:
Except:
Related Issues:
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.