Skip to content

Commit a0c9743

Browse files
author
jmccormick2001
committed
fix gke quickstart script
1 parent e494ff1 commit a0c9743

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/quickstart-for-gke.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ cp $COROOT/examples/pgo-bash-completion $HOME/.bash_completion
127127
echo -n "do you want to deploy the operator? [yes no] "
128128
read REPLY
129129
if [[ "$REPLY" == "yes" ]]; then
130-
echo "setting up pgo storage configuration for GCE standard storageclass" | tee -a $LOG
131-
cp $COROOT/examples/pgo.yaml.storageclass $COROOT/conf/apiserver/pgo.yaml
132-
133130
echo "deploy the operator to the Kube cluster" | tee -a $LOG
134131
$COROOT/deploy/deploy.sh | tee -a $LOG
135132
fi

0 commit comments

Comments
 (0)