Skip to content

Commit b4ff561

Browse files
author
Jason Schmidt
authored
chore: deprecated convenience scripts and projects (#159)
* chore: remove non-functional kubevip project * chore: deprecation of resources as discussed in #155
1 parent 01ef1ff commit b4ff561

File tree

6 files changed

+27
-140
lines changed

6 files changed

+27
-140
lines changed

bin/kubernetes-extras.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ export PULUMI_SKIP_CONFIRMATIONS=true
1111

1212
script_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.

bin/testcap.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3444
echo " "
3545
echo "This script will perform testing on the current kubernetes installation using the currently active kubernetes"

pulumi/python/tools/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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

711
This directory holds common tools that *may* be required by kubernetes installations that do not meet the minimum

pulumi/python/tools/kubevip/Pulumi.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

pulumi/python/tools/kubevip/__main__.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

pulumi/python/tools/kubevip/manifests/kube-vip-cloud-controller.yaml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)