Skip to content

[preview] Don't disable workspace-full prepull on gce vms #16536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions dev/preview/infrastructure/modules/gce/cloudinit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ write_files:

set -eo pipefail

# disables a service that pulls a few GBs of workspace images on every machine start
sudo systemctl disable load-workspace-full.service &
sudo systemctl stop load-workspace-full.service &

cat <<'EOF' >> /etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".registry.configs."registry-1.docker.io".auth]
username = "${dockerhub_user}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ kubectl \

echo "Applying generated manifests"
for f in "${manifests_dir}"/*.yaml; do
echo "Applying $f"
diff-apply "${PREVIEW_K3S_KUBE_CONTEXT}" "${f}"
done

Expand Down