Skip to content

Commit f1c2689

Browse files
committed
debugging commit
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 35e871b commit f1c2689

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

install/preview/entrypoint.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
set -e
66

7-
if [ "$1" != "logging" ]; then
8-
$0 logging 2>&1 | /prettylog
9-
exit
10-
fi
11-
127
# check for minimum requirements
138
REQUIRED_MEM_KB=$((6 * 1024 * 1024))
149
total_mem_kb=$(awk '/MemTotal:/ {print $2}' /proc/meminfo)
@@ -136,7 +131,6 @@ yq eval-all -i '.spec.jobTemplate.spec.spec.containers[].env[] | (select(.name==
136131
yq eval-all -i 'del(.spec.template.spec.initContainers[0])' /var/lib/rancher/k3s/server/manifests/gitpod/*_DaemonSet_ws-daemon.yaml
137132

138133
for f in /var/lib/rancher/k3s/server/manifests/gitpod/*.yaml; do (cat "$f"; echo) >> /var/lib/rancher/k3s/server/manifests/gitpod.yaml; done
139-
rm -rf /var/lib/rancher/k3s/server/manifests/gitpod
140134

141135
/bin/k3s server --disable traefik \
142136
--node-label gitpod.io/workload_meta=true \

0 commit comments

Comments
 (0)