Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions scripts/install-px
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ done
kubectl apply -f /tmp/px.yml

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

curl -sL https://github.com/portworx/pxc/releases/download/v0.35.0/pxc-v0.35.0.linux.amd64.tar.gz | tar xvz -C /tmp
curl -so /usr/local/bin/pxc-pxctl https://raw.githubusercontent.com/portworx/pxc/master/component/pxctl/pxc-pxctl
Expand Down
14 changes: 0 additions & 14 deletions scripts/install-px-standalone

This file was deleted.

1 change: 0 additions & 1 deletion templates/async-dr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cluster:
- id: 2
scripts: ["clusterpair-dr"]
env:
operator: true
#licenses: "XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
#DR_BUCKET: "<YOUR BUCKET NAME>"

Expand Down
13 changes: 0 additions & 13 deletions templates/disaggregated.yml

This file was deleted.

1 change: 0 additions & 1 deletion templates/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cluster:
- id: 2
scripts: ["clusterpair"]
env:
operator: true
#DR_BUCKET: "<YOUR BUCKET NAME>"

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