Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert go version changes #383

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Conversation

vedantjoshi84
Copy link
Contributor

@vedantjoshi84 vedantjoshi84 commented Aug 8, 2024

ISSUE(S):

Seeing this issue -

# bash <(curl -sL https://pmkft-assets.s3-us-west-1.amazonaws.com/pf9ctl_setup)
 ____  _       _    __                      ___
|  _ \| | __ _| |_ / _| ___  _ __ _ __ ___ / _ \
| |_) | |/ _` | __| |_ / _ \| '__| '_ ` _ \ (_) |
|  __/| | (_| | |_|  _| (_) | |  | | | | | \__, |
|_|   |_|\__,_|\__|_|  \___/|_|  |_| |_| |_| /_/

Note: SUDO access required to run Platform9 CLI.
      You might be prompted for your SUDO password.

Downloading Platform9 CLI binary...

Platform9 CLI binary downloaded.

Installing Platform9 CLI...

ASSERT: Installation of Platform9 CLI Failed




Installation failed, Here are the last 10 lines from the log
The full installation log is available at /root/pf9/log/cli_install.log
If more information is needed re-run the install with --debug
/root/pf9/bin/pf9ctl_new: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /root/pf9/bin/pf9ctl_new)
/root/pf9/bin/pf9ctl_new: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /root/pf9/bin/pf9ctl_new)
00:02:17.856965852 :63 : ASSERT: Installation of Platform9 CLI Failed

After reverting this change, it is working -

$ bash <(curl -sL https://pmkft-assets.s3-us-west-1.amazonaws.com/pf9ctl_setup)
 ____  _       _    __                      ___
|  _ \| | __ _| |_ / _| ___  _ __ _ __ ___ / _ \
| |_) | |/ _` | __| |_ / _ \| '__| '_ ` _ \ (_) |
|  __/| | (_| | |_|  _| (_) | |  | | | | | \__, |
|_|   |_|\__,_|\__|_|  \___/|_|  |_| |_| |_| /_/

Note: SUDO access required to run Platform9 CLI.
      You might be prompted for your SUDO password.

Downloading Platform9 CLI binary...

Platform9 CLI binary downloaded.

Installing Platform9 CLI...

Platform9 CLI installation completed successfully !

To start building a Kubernetes cluster execute:
        pf9ctl help

$ pf9ctl version
pf9ctl version: v1.28

Copy link
Contributor

@bharath-pf9 bharath-pf9 left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@vedantjoshi84 vedantjoshi84 merged commit b7c654d into master Aug 8, 2024
4 checks passed
@vedantjoshi84 vedantjoshi84 deleted the private/vjoshi/master/fix-pf9ctl branch August 8, 2024 06:48
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