Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...



mv .env.sample .envexport $(make env)terraform initmake add-user id=examplemake delete-user id=exampleresources:
requests: # increase minimum to at least 4 cores
- cpu: 2
+ cpu: 4
memory: 2Giresources:
limits: # increase to maximum 16GB of ram
cpu: 8
- memory: 8Gi
+ memory: 16Giresources:
limits: # increase to maximum 16GB of ram
cpu: 8
memory: 8Gi
+ nvidia.com/gpu: 1kubectl apply -k example-clouddesktopkubectl delete -k example-clouddesktop
kubectl apply -k example-clouddesktop




# Update with the IP of the master node
- server: https://localhost:6443
+ server: https://123.123.123.123:6443export KUBECONFIG=/.../k3s.yamlkubectl get pods --all-namespaceskubectl get nodeskubectl describe node robotics-rover1kubectl -n clouddesktop-prod get podskubectl -n clouddesktop-prod describe pod julianho-clouddesktop-deployment-abc123efg-123abckubectl drain robotics-rover2kubectl -n clouddesktop-prod get podsspec:
initContainers:
- name: init-clouddesktop
- image: cosi119/tb3-ros:v2.1.1
+ image: cosi119/tb3-ros:v2.1.2kubectl drain robotics-rover2sudo systemctl restart k3s.service



# Add the following lines
WORKDIR /my_ros_data/catkin_ws/src
RUN git clone --recursive --depth=1 https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git