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
cb5f921d
Commit
cb5f921d
authored
Sep 18, 2015
by
Tamer Tas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add newline to the end of bash scripts
parent
0f8cc892
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
18 deletions
+9
-18
run.sh
cluster/addons/fluentd-elasticsearch/kibana-image/run.sh
+1
-2
flannel.sh
cluster/centos/node/scripts/flannel.sh
+1
-2
kubelet.sh
cluster/centos/node/scripts/kubelet.sh
+1
-2
proxy.sh
cluster/centos/node/scripts/proxy.sh
+1
-2
test-network.sh
cluster/test-network.sh
+1
-2
config-test.sh
cluster/ubuntu/config-test.sh
+1
-2
verify-all.sh
hack/verify-all.sh
+1
-2
run_iscsid.sh
test/images/volumes-tester/iscsi/run_iscsid.sh
+1
-2
bootstrap.sh
test/images/volumes-tester/rbd/bootstrap.sh
+1
-2
No files found.
cluster/addons/fluentd-elasticsearch/kibana-image/run.sh
View file @
cb5f921d
...
...
@@ -16,4 +16,4 @@
export
ELASTICSEARCH_URL
=
${
ELASTICSEARCH_URL
:-
"http://localhost:9200"
}
echo
ELASTICSEARCH_URL
=
${
ELASTICSEARCH_URL
}
/kibana-4.0.2-linux-x64/bin/kibana
-e
${
ELASTICSEARCH_URL
}
\ No newline at end of file
/kibana-4.0.2-linux-x64/bin/kibana
-e
${
ELASTICSEARCH_URL
}
cluster/centos/node/scripts/flannel.sh
View file @
cb5f921d
...
...
@@ -63,4 +63,4 @@ while true; do
done
wait
systemctl daemon-reload
\ No newline at end of file
systemctl daemon-reload
cluster/centos/node/scripts/kubelet.sh
View file @
cb5f921d
...
...
@@ -72,4 +72,4 @@ EOF
systemctl daemon-reload
systemctl
enable
kubelet
systemctl start kubelet
\ No newline at end of file
systemctl start kubelet
cluster/centos/node/scripts/proxy.sh
View file @
cb5f921d
...
...
@@ -48,4 +48,4 @@ EOF
systemctl daemon-reload
systemctl
enable
kube-proxy
systemctl start kube-proxy
\ No newline at end of file
systemctl start kube-proxy
cluster/test-network.sh
View file @
cb5f921d
...
...
@@ -27,4 +27,4 @@ set -o pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
KUBE_CONFIG_FILE
=
"config-default.sh"
${
KUBE_ROOT
}
/hack/ginkgo-e2e.sh
--ginkgo
.focus
=
Networking
\ No newline at end of file
${
KUBE_ROOT
}
/hack/ginkgo-e2e.sh
--ginkgo
.focus
=
Networking
cluster/ubuntu/config-test.sh
View file @
cb5f921d
...
...
@@ -16,4 +16,4 @@
## Contains configuration values for interacting with the Ubuntu cluster in test mode
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/../..
source
"
${
KUBE_ROOT
}
/cluster/ubuntu/config-default.sh"
\ No newline at end of file
source
"
${
KUBE_ROOT
}
/cluster/ubuntu/config-default.sh"
hack/verify-all.sh
View file @
cb5f921d
...
...
@@ -79,4 +79,4 @@ do
else
python
"
$t
"
||
true
fi
done
\ No newline at end of file
done
test/images/volumes-tester/iscsi/run_iscsid.sh
View file @
cb5f921d
...
...
@@ -38,4 +38,4 @@ start
while
true
;
do
sleep
5
done
\ No newline at end of file
done
test/images/volumes-tester/rbd/bootstrap.sh
View file @
cb5f921d
...
...
@@ -44,4 +44,4 @@ echo "Ceph is ready"
# Wait forever
while
true
;
do
sleep
10
done
\ No newline at end of file
done
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