Skip to content

Conversation

@rmat123
Copy link

@rmat123 rmat123 commented Nov 22, 2022

No description provided.

@rmat123 rmat123 force-pushed the VVP-4769-force-the-customer-to-register-ce-installation branch from bffdd4f to 69940f9 Compare December 6, 2022 08:54
setup.sh Outdated
echo "> Waiting for Installation Token..." && sleep 1m;
kubectl --namespace "$VVP_NAMESPACE" get secret installation-token --template={{.data.token}} && echo ""
if [ $? -eq 0 ]; then
echo "> To finish installation please register the token in https://www.ververica.com/getting-started"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this link valid?

echo "> Waiting for Installation Token...";
kubectl --namespace "$VVP_NAMESPACE" get secret installation-token --template={{.data.token}} | base64 -d && echo ""
if [ $? -eq 0 ]; then
echo "> Successfully installed 14 days trial. To receive full Community License please register the token in https://www.ververica.com"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

under

if [ $? -eq 0 ]; then
echo "> Successfully installed 14 days trial. To receive full Community License please register the token in https://www.ververica.com"
else
echo "> Token not find. Please reinstall Community Edition with defaults"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

found

if [ $? -eq 0 ]; then
echo "> Successfully installed 14 days trial. To receive full Community License please register the token in https://www.ververica.com"
else
echo "> Token not find. Please reinstall Community Edition with defaults"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe with default values will be better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants