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
Change the experimental-e2e to use a two-node kind cluster
In order to fully support multiple replicas, we need to be able to run
our tests in a multi-node environment, but we don't _always_ want to
run in a multi-node test environment.
Update the experimental-e2e to run a 2-node kind cluster (both control-
plane).
Update the `kind-load` recipe to directly load a docker image via
`load docker-image`, since `load image-archive` has issues with
multi-node clusters.
Signed-off-by: Todd Short <tshort@redhat.com>
0 commit comments