Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for 'Topology Spread Constraint' support in K8S build pods. #8009

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kb/continuous-integration/continuous-integration-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ This could happen when the PR/push trigger is configured with the 'Auto-abort Pr

### Can we add the config "topologySpreadConstraints" in the build pod which will help CI pod to spread across different AZs?

Currently, we do not support adding "topologySpreadConstraints" to the build pod
Harness CI now includes a new property, `podSpecOverlay`, in the Kubernetes infrastructure properties of the CI stage. This allows users to apply additional settings to the build pod. Currently, we support specifying `topologySpreadConstraint` in this field.

### Why the docker commands in the run step is failing with the error "Cannot connect to the Docker daemon at unix:///var/run/docker.sock?" even after the dind background step logs shows that the docker daemon has been initialized?

Expand Down
Loading