Skip to content

Commit

Permalink
USHIFT-5401: Kickstart default to disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
pacevedom committed Feb 25, 2025
1 parent 956ef2a commit 54f5821
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/kickstart-templates/includes/post-microshift.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ else
MAIN_HOST_IP="$(hostname -I | awk '{print $1}')"
echo " - ${MAIN_HOST_IP}" >>/etc/microshift/config.yaml
fi

# Configure MicroShift to not send telemetry data as default
cat - >>/etc/microshift/config.yaml <<EOF
telemetry:
status: Disabled
EOF

0 comments on commit 54f5821

Please sign in to comment.