Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d1031b18
Unverified
Commit
d1031b18
authored
Jan 24, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Jan 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73279 from dims/fix-problem-fetching-sudo
Run apt-get update before installing sudo
parents
4a44df3f
279e1ed1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
local-up-cluster.sh
hack/local-up-cluster.sh
+1
-1
No files found.
hack/local-up-cluster.sh
View file @
d1031b18
...
@@ -1031,7 +1031,7 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then
...
@@ -1031,7 +1031,7 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then
export PATH="
${
KUBE_ROOT
}
/third_party/etcd:
${
PATH
}
"
export PATH="
${
KUBE_ROOT
}
/third_party/etcd:
${
PATH
}
"
KUBE_FASTBUILD=true make ginkgo cross
KUBE_FASTBUILD=true make ginkgo cross
apt install -y sudo
apt
-get update && apt-get
install -y sudo
apt-get remove -y systemd
apt-get remove -y systemd
# configure shared mounts to prevent failure in DIND scenarios
# configure shared mounts to prevent failure in DIND scenarios
...
...
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