This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +27
-140
lines changed Expand file tree Collapse file tree 6 files changed +27
-140
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ export PULUMI_SKIP_CONFIRMATIONS=true
1111
1212script_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd) "
1313
14+ echo " "
15+ echo " IMPORTANT NOTICE!"
16+ echo " ===================================================================================================="
17+ echo " This script and the associated Pulumi projects are deprecated and will be removed in a future "
18+ echo " release as they are outside of the scope of the MARA project."
19+ echo " "
20+ echo " The MARA team no longer tests or updates these scripts, so please review before running if you "
21+ echo " decide that you want to use them."
22+ echo " "
23+ echo " For more information, please see Discussion #155 in the repository (nginx.com/mara)"
24+ echo " ===================================================================================================="
25+ sleep 5
26+
1427
1528# Check to see if the venv has been installed, since this is only going to be used to start pulumi/python based
1629# projects.
Original file line number Diff line number Diff line change @@ -30,6 +30,16 @@ cleanitup() {
3030 fi
3131}
3232
33+ echo " "
34+ echo " IMPORTANT NOTICE!"
35+ echo " ===================================================================================================="
36+ echo " This script is deprecated and will be removed in a future release. "
37+ echo " "
38+ echo " This script may not function properly in your environment; run at your own risk. "
39+ echo " "
40+ echo " For more information, please see Discussion #155 in the repository (nginx.com/mara)"
41+ echo " ===================================================================================================="
42+ sleep 5
3343
3444echo " "
3545echo " This script will perform testing on the current kubernetes installation using the currently active kubernetes"
Original file line number Diff line number Diff line change 22
33` <repository-root>/pulumi/python/tools `
44
5+ ## Deprecation Notice
6+ These tools are no longer supported by the MARA team and will be removed in a future release. They * should* work
7+ correctly, but this is not guaranteed. Any use is at your own risk.
8+
59## Purpose
610
711This directory holds common tools that * may* be required by kubernetes installations that do not meet the minimum
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments