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
We should cover various corner cases being able to inject certain failures. Some of this should be achievable using our existing envtest + recording framework and some may need some additional framework updates.
Ideas:
DeploymentAlreadyExists when we attempt to create it?
InternalServerError for a period of time from a service.
"Create" a resource that the operator doesn't know about but which already exists.
Deployment is rejected due to 4xx level error.
Deployment is accepted but fails later due to 4xx level error.
Deployment fails after some polling due to 5xx error.
Throttling from a service.
Simulated errors saving changes to spec or status (kube-apiserver instability)
We should cover various corner cases being able to inject certain failures. Some of this should be achievable using our existing envtest + recording framework and some may need some additional framework updates.
Ideas:
DeploymentAlreadyExists when we attempt to create it?InternalServerError for a period of time from a service."Create" a resource that the operator doesn't know about but which already exists.Deployment fails after some polling due to 5xx error.Throttling from a service.Simulated errors saving changes to spec or status (kube-apiserver instability)Simulated loss of entire statusRemaining issues moved to #2164
The text was updated successfully, but these errors were encountered: