File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
infrastructure/modules/gce Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ write_files:
17
17
18
18
set -eo pipefail
19
19
20
- # disables a service that pulls a few GBs of workspace images on every machine start
21
- sudo systemctl disable load-workspace-full.service &
22
- sudo systemctl stop load-workspace-full.service &
23
-
24
20
cat <<'EOF' >> /etc/containerd/config.toml
25
21
[plugins."io.containerd.grpc.v1.cri".registry.configs."registry-1.docker.io".auth]
26
22
username = "${dockerhub_user}"
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ kubectl \
85
85
86
86
echo " Applying generated manifests"
87
87
for f in " ${manifests_dir} " /* .yaml; do
88
- echo " Applying $f "
89
88
diff-apply " ${PREVIEW_K3S_KUBE_CONTEXT} " " ${f} "
90
89
done
91
90
You can’t perform that action at this time.
0 commit comments