fix e2e (#540)
* Update docker-compose.yml * Update docker-compose.yml and Dockerfile: simplify kind load command and upgrade kind version to v0.27.0 * Comment out Docker installation steps in Dockerfile * Revert "Comment out Docker installation steps in Dockerfile" This reverts commit 242e5c638958cb4227d99c85d2cae13214b74513.
This commit is contained in:
parent
c12ddd9c0f
commit
b8db060584
2 changed files with 2 additions and 2 deletions
|
|
@ -127,4 +127,4 @@ volumes:
|
|||
kubeconfig:
|
||||
|
||||
networks:
|
||||
netdistract:
|
||||
netdistract:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
|
|||
gnupg \
|
||||
lsb-release
|
||||
|
||||
RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 && \
|
||||
RUN curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-amd64 && \
|
||||
chmod +x ./kind && \
|
||||
mv ./kind /bin/kind
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue