We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e494ff1 commit a0c9743Copy full SHA for a0c9743
examples/quickstart-for-gke.sh
@@ -127,9 +127,6 @@ cp $COROOT/examples/pgo-bash-completion $HOME/.bash_completion
127
echo -n "do you want to deploy the operator? [yes no] "
128
read REPLY
129
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
-
133
echo "deploy the operator to the Kube cluster" | tee -a $LOG
134
$COROOT/deploy/deploy.sh | tee -a $LOG
135
fi
0 commit comments