Skip to content

Commit e28f2e3

Browse files
committed
delete anything to do with optional operator use
1 parent ca4f184 commit e28f2e3

File tree

5 files changed

+0
-33
lines changed

5 files changed

+0
-33
lines changed

scripts/install-px

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ done
127127
kubectl apply -f /tmp/px.yml
128128

129129
wait
130-
if [ "$storageless" = true ]; then
131-
INDEX=$(kubectl get ds portworx -n kube-system -o json | jq '.spec.template.spec.containers[0].args | bsearch("-a")')
132-
kubectl patch ds portworx -n kube-system --type='json' -p '[{"op":"remove","path":"/spec/template/spec/containers/0/args/'$INDEX'"}]'
133-
fi
134130

135131
curl -sL https://github.com/portworx/pxc/releases/download/v0.35.0/pxc-v0.35.0.linux.amd64.tar.gz | tar xvz -C /tmp
136132
curl -so /usr/local/bin/pxc-pxctl https://raw.githubusercontent.com/portworx/pxc/master/component/pxctl/pxc-pxctl

scripts/install-px-standalone

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

templates/async-dr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cluster:
77
- id: 2
88
scripts: ["clusterpair-dr"]
99
env:
10-
operator: true
1110
#licenses: "XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
1211
#DR_BUCKET: "<YOUR BUCKET NAME>"
1312

templates/disaggregated.yml

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

templates/migration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ cluster:
88
- id: 2
99
scripts: ["clusterpair"]
1010
env:
11-
operator: true
1211
#DR_BUCKET: "<YOUR BUCKET NAME>"
1312

1413
# use `-e install_apps=true` to install the optional apps

0 commit comments

Comments
 (0)