Skip to content

Commit

Permalink
fix(computing): missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lafayettegabe committed Jan 12, 2025
1 parent 0a487f2 commit 1365ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s_master_user_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CLUSTER_NAME="${cluster_name}"

# Update and install required packages
apt-get update
apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release jq awscli ipset cron
apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release jq awscli ipset cron git

# Add Docker repository and install Docker
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
Expand Down
2 changes: 1 addition & 1 deletion k8s_worker_user_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CONTAINERD_VERSION="${containerd_version}"

# Update and install required packages
apt-get update
apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release jq awscli
apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release jq awscli git

# Add Docker repository and install Docker
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
Expand Down

0 comments on commit 1365ff1

Please sign in to comment.