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
11
11
12
12
script_dir=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd) "
13
13
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
+
14
27
15
28
# Check to see if the venv has been installed, since this is only going to be used to start pulumi/python based
16
29
# projects.
Original file line number Diff line number Diff line change @@ -30,6 +30,16 @@ cleanitup() {
30
30
fi
31
31
}
32
32
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
33
43
34
44
echo " "
35
45
echo " 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 2
2
3
3
` <repository-root>/pulumi/python/tools `
4
4
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
+
5
9
## Purpose
6
10
7
11
This 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