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
ea423110
Commit
ea423110
authored
Oct 25, 2016
by
Paul Morie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove SELinux relabel of Kubelet dir from test-e2e-node.sh
parent
38f6f9b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
test-e2e-node.sh
hack/make-rules/test-e2e-node.sh
+0
-14
No files found.
hack/make-rules/test-e2e-node.sh
View file @
ea423110
...
@@ -152,20 +152,6 @@ else
...
@@ -152,20 +152,6 @@ else
test_args
=
"
$test_args
--disable-kubenet=true"
test_args
=
"
$test_args
--disable-kubenet=true"
fi
fi
# On selinux enabled systems, it might
# require to relabel /var/lib/kubelet
if
which selinuxenabled &> /dev/null
&&
\
selinuxenabled
&&
\
which
chcon
>
/dev/null
;
then
mkdir
-p
/var/lib/kubelet
if
[[
!
$(
ls
-Zd
/var/lib/kubelet
)
=
~ svirt_sandbox_file_t
]]
;
then
echo
"Applying SELinux label to /var/lib/kubelet directory."
if
!
sudo chcon
-Rt
svirt_sandbox_file_t /var/lib/kubelet
;
then
echo
"Failed to apply selinux label to /var/lib/kubelet."
fi
fi
fi
# Test using the host the script was run on
# Test using the host the script was run on
# Provided for backwards compatibility
# Provided for backwards compatibility
go run
test
/e2e_node/runner/local/run_local.go
--ginkgo-flags
=
"
$ginkgoflags
"
\
go run
test
/e2e_node/runner/local/run_local.go
--ginkgo-flags
=
"
$ginkgoflags
"
\
...
...
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