-
Notifications
You must be signed in to change notification settings - Fork 153
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
[BUG][DEPLOY] Unable to install the multi-cluster engine using the provided installation script #242
Comments
Perhaps this script was moved and the reference to the catalogsources wasn't updated: https://github.com/stolostron/deploy/tree/master/catalogsources |
This installation script must have been shuffled around from the root of the repository since it contained relative paths to files and directories available from the repository root. Following the directions in the multiclusterengine/ directory results in a failed deploy because the script assumes those relative paths. This commit updates the script so that it installs cleanly by updating the relative paths. Closes stolostron#242
@rhmdnd If I recall correctly I've seen this bug happen with some versions of yq. Notably I am using yq |
Hi @zkayyali812 I'm using yq 4.24.2:
|
Did you install |
I installed the binary directly using the following:
|
This installation script must have been shuffled around from the root of the repository since it contained relative paths to files and directories available from the repository root. Following the directions in the multiclusterengine/ directory results in a failed deploy because the script assumes those relative paths. This commit updates the script so that it installs cleanly by updating the relative paths. Closes stolostron#242
Describe the bug
It appears that the deploy process for the multi-cluster engine expects a file that doesn't exist. I followed the directions in the README.md
To Reproduce
Steps to reproduce the behavior:
oc login
and token obtained from the console./start.sh
2.0-latest
as the SNAPSHOT TAGExpected behavior
I'd expect the multi-cluster operator to be installed.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: