Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

fix kind issue in CI. #139

Merged
merged 1 commit into from
May 9, 2019
Merged

fix kind issue in CI. #139

merged 1 commit into from
May 9, 2019

Conversation

morvencao
Copy link
Member

kind in master is broken, see: kubernetes-sigs/kind#509, use released version as a workaround.

Copy link
Contributor

@costinm costinm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quic fix !

@costinm
Copy link
Contributor

costinm commented May 9, 2019

For the record - I'm not sure 0.2.1 is best option, it's from Mar27 - and may not work with the image we built.

Maybe we can checkout on SHA, from 2-3 days ago ?

We'll also need a similar fix in the Docker image, but less urgent.

And thanks for the quick fix !

@mergify mergify bot merged commit 9a7e7dc into istio:master May 9, 2019
@morvencao
Copy link
Member Author

Yes, it's really annoying that kind master is broken. Let's see if kind v0.2.1 is stable or not.

@morvencao morvencao deleted the br_fix_kind_issue branch May 9, 2019 04:46
@@ -278,7 +278,7 @@ git.dep: ${GOPATH}/src/istio.io/istio ${GOPATH}/src/istio.io/tools
${GOPATH}/bin/kind:
echo ${GOPATH}
mkdir -p ${TMPDIR}
go get -u sigs.k8s.io/kind
git clone https://github.com/kubernetes-sigs/kind ${GOPATH}/src/sigs.k8s.io/kind && cd ${GOPATH}/src/sigs.k8s.io/kind && git checkout v0.2.1 && go install .

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another option if docker is available and HEAD is still desired is:

Suggested change
git clone https://github.com/kubernetes-sigs/kind ${GOPATH}/src/sigs.k8s.io/kind && cd ${GOPATH}/src/sigs.k8s.io/kind && git checkout v0.2.1 && go install .
git clone https://github.com/kubernetes-sigs/kind && cd kind && make install

I do think we should instead get another kind release out and would request sticking to released versions for CI given the alpha state.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, let me have a try.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants