Skip to content

Commit

Permalink
feat: forgot to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssa1303 committed Jan 29, 2024
1 parent 4862938 commit a2881de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions parts/linux/cloud-init/artifacts/aks-check-network.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#! /bin/bash
#
# AKS Check Network
#
Expand Down Expand Up @@ -37,7 +37,7 @@ declare -A URL_LIST=(
["eastus.data.mcr.microsoft.com"]="FQDN *.data.mcr.microsoft.com is required for MCR storage backed by the Azure content delivery network (CDN)."\
["login.microsoftonline.com"]="This is equired for Microsoft Entra authentication."\
["packages.microsoft.com"]="This is required to download packages (like Moby, PowerShell, and Azure CLI) using cached apt-get operations."\
["acs-mirror.azureedge.net"]="This is required to download and install required binaries like kubenet and Azure CNI."\
["acs-mirror.azureedge.net"]="This is required to download and install required binaries like kubenet and Azure CNI."\
)

function logs_to_events {
Expand Down
11 changes: 7 additions & 4 deletions pkg/templates/templates_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2881de

Please sign in to comment.