Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
0427289d
Unverified
Commit
0427289d
authored
Oct 27, 2020
by
Kubernetes Prow Robot
Committed by
GitHub
Oct 27, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #110 from pohly/kind-0.9-bazel-build-workaround
prow.sh: work around "kind build node-image" failure
parents
22c0395c
9a370ab9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
prow.sh
prow.sh
+2
-1
No files found.
prow.sh
View file @
0427289d
...
...
@@ -558,7 +558,8 @@ start_cluster () {
git_clone_branch https://github.com/kubernetes/kubernetes
"
${
CSI_PROW_WORK
}
/src/kubernetes"
"
$version
"
||
die
"checking out Kubernetes
$version
failed"
go_version
=
"
$(
go_version_for_kubernetes
"
${
CSI_PROW_WORK
}
/src/kubernetes"
"
$version
"
)
"
||
die
"cannot proceed without knowing Go version for Kubernetes"
run_with_go
"
$go_version
"
kind build node-image
--image
csiprow/node:latest
--type
=
"
$type
"
--kube-root
"
${
CSI_PROW_WORK
}
/src/kubernetes"
||
die
"'kind build node-image' failed"
# Changing into the Kubernetes source code directory is a workaround for https://github.com/kubernetes-sigs/kind/issues/1910
(
cd
"
${
CSI_PROW_WORK
}
/src/kubernetes"
&&
run_with_go
"
$go_version
"
kind build node-image
--image
csiprow/node:latest
--type
=
"
$type
"
--kube-root
"
${
CSI_PROW_WORK
}
/src/kubernetes"
)
||
die
"'kind build node-image' failed"
csi_prow_kind_have_kubernetes
=
true
fi
image
=
"csiprow/node:latest"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment