mirror of https://github.com/linkerd/linkerd2.git
Follow up from #3730, GitHub Actions was failing in the following ways: - booting 5 parallel kind clusters in the matrix job was overloading the Docker host - `~/.ssh/known_hosts` file was empty following gcloud sdk installation Four changes to mitigate these issues: - generate `known_hosts` from a secret, rather than an `ssh-keyscan` command - generate `~/.ssh/config` from a secret - set `max-parallel: 3` on the matrix job - install gcloud sdk prior to Docker ssh setup TODO: - remove `DOCKER_ADDRESS`, `DOCKER_HOST_PRIVATE_KEY` Signed-off-by: Andrew Seigner <siggy@buoyant.io> |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows | ||
CODEOWNERS | ||
PULL_REQUEST_TEMPLATE.md | ||
dco.yml | ||
stale.yml |