Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
ROS-Kubernetes
Project
Project
Details
Activity
Releases
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
Larkin Heintzman
ROS-Kubernetes
Commits
3830a526
Commit
3830a526
authored
Nov 02, 2022
by
Larkin Heintzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image pull options updated
parent
a716b1a3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
base-deployment.yaml
kubernetes/base-deployment.yaml
+2
-1
dorknet-deployment.yaml
kubernetes/dorknet-deployment.yaml
+2
-2
drone-deployment.yaml
kubernetes/drone-deployment.yaml
+1
-0
ping-deployment.yaml
kubernetes/ping-deployment.yaml
+1
-1
No files found.
kubernetes/base-deployment.yaml
View file @
3830a526
...
...
@@ -34,8 +34,9 @@ spec:
securityContext
:
privileged
:
true
image
:
localhost:5000/ros-base-station:latest
imagePullPolicy
:
Always
command
:
[
"
usr/bin/bash"
]
args
:
[
"
-c"
,
"
source
/opt/ros/noetic/setup.bash
&&
source
/catkin_ws/devel/setup.bash
&&
alias
python=python3
&&
echo
ready
&&
/usr/sbin/sshd
-D"
]
args
:
[
"
-c"
,
"
echo
'starting
source...'
&&
source
/opt/ros/noetic/setup.bash
&&
source
/catkin_ws/devel/setup.bash
&&
alias
python=python3
&&
echo
ready
&&
/usr/sbin/sshd
-D"
]
ports
:
-
containerPort
:
11311
name
:
baseport
...
...
kubernetes/dorknet-deployment.yaml
View file @
3830a526
...
...
@@ -41,9 +41,9 @@ spec:
-
name
:
image-storage
mountPath
:
/tmp
image
:
localhost:5000/dorknet:latest
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
Always
command
:
[
"
/bin/bash"
]
args
:
[
"
-c"
,
"
source
ros_entrypoint.sh
&&
echo
ready
&&
/usr/sbin/sshd
-D"
]
args
:
[
"
-c"
,
"
echo
'starting
source...'
&&
source
ros_entrypoint.sh
&&
echo
ready
&&
/usr/sbin/sshd
-D"
]
ports
:
-
containerPort
:
11311
name
:
dorkport
...
...
kubernetes/drone-deployment.yaml
View file @
3830a526
...
...
@@ -45,6 +45,7 @@ spec:
-
name
:
video-source
mountPath
:
/dev/video99
image
:
llh/drone:v0
imagePullPolicy
:
Always
command
:
[
"
/bin/bash"
]
# You need to run some task inside a
args
:
[
"
-c"
,
"
source
/opt/ros_ws/devel/setup.bash
&&
sudo
service
ssh
restart
&&
/usr/local/bin/ros_entrypoint.sh
&&
while
true;
do
sleep
10;
done;"
]
# Our simple program just sleeps inside
ports
:
...
...
kubernetes/ping-deployment.yaml
View file @
3830a526
...
...
@@ -41,7 +41,7 @@ spec:
-
name
:
ping-storage
mountPath
:
/tmp/pingStats
image
:
doorbell
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
Always
command
:
[
"
/bin/bash"
]
args
:
[
"
-c"
,
"
/ping.sh"
]
env
:
...
...
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