-
Notifications
You must be signed in to change notification settings - Fork 27
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
Installation of rhbk-operator is failing with AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces #457
Comments
Can you share the manifest for the subscription please? |
I added the following manually for the operator to get into a successful state.
|
Does that mean you cleared that hurdle and we can close this issue? |
Well it needs to be fixed in the helm chart so that the operator gets installed successfully. |
Can you specify which version you are using? I can't reproduce on main.
I see you are not using the default It would be great if you could provide an archive with enough config to reproduce the issue. |
Hello,
I used: origin/release-1.4
Also I used this command to install :
```
rhtap-cli deploy --values-template installer/charts/values.yaml.tpl
--embedded=false
```
Attached is the values.yaml.tpl, config.yaml and a git diff HEAD output to
see what I might have changed inadvertently.
Regards
Ashutosh
…On Wed, 19 Feb 2025 at 22:40, Roming22 ***@***.***> wrote:
Can you specify which version you are using?
I can't reproduce on main.
16:35:01 - RARNAUD:~/Code/rhtap/cli [main]
> make; ./bin/rhtap-cli template charts/rhtap-subscriptions | grep -A5 "name: rhbk-operator"
# Building './bin/rhtap-cli'
go build -o ./bin/rhtap-cli ./cmd/...
name: rhbk-operator
spec:
targetNamespaces:
- rhtap-keycloak
upgradeStrategy: Default
---
--
name: rhbk-operator
spec:
name: rhbk-operator
channel: stable-v24
installPlanApproval: Automatic
source: redhat-operators
sourceNamespace: openshift-marketplace
---
I see you are not using the default values.yaml.tpl nor the embedded
charts. Could it be that you inadvertently removed something you shouldn't
have. The behavior is controlled by those lines in values.yaml.tpl
<https://github.com/redhat-appstudio/rhtap-cli/blob/a46f56f449093b7c2f47a2bb08c4e75164aec2b1/installer/charts/values.yaml.tpl#L72>
and subscriptions.yaml
<https://github.com/redhat-appstudio/rhtap-cli/blob/a46f56f449093b7c2f47a2bb08c4e75164aec2b1/installer/charts/rhtap-subscriptions/templates/subscriptions.yaml#L12>,
and this value in config.yaml
<https://github.com/redhat-appstudio/rhtap-cli/blob/a46f56f449093b7c2f47a2bb08c4e75164aec2b1/installer/config.yaml#L14>
.
It would be great if you could provide an archive with enough config to
reproduce the issue.
—
Reply to this email directly, view it on GitHub
<#457 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZYKXEVV2ZQMER4NGTBWUT2QT24NAVCNFSM6AAAAABW4TWX7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZHAZDAOBXGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: Roming22]*Roming22* left a comment
(redhat-appstudio/rhtap-cli#457)
<#457 (comment)>
Can you specify which version you are using?
I can't reproduce on main.
16:35:01 - RARNAUD:~/Code/rhtap/cli [main]
> make; ./bin/rhtap-cli template charts/rhtap-subscriptions | grep -A5 "name: rhbk-operator"
# Building './bin/rhtap-cli'
go build -o ./bin/rhtap-cli ./cmd/...
name: rhbk-operator
spec:
targetNamespaces:
- rhtap-keycloak
upgradeStrategy: Default
---
--
name: rhbk-operator
spec:
name: rhbk-operator
channel: stable-v24
installPlanApproval: Automatic
source: redhat-operators
sourceNamespace: openshift-marketplace
---
I see you are not using the default values.yaml.tpl nor the embedded
charts. Could it be that you inadvertently removed something you shouldn't
have. The behavior is controlled by those lines in values.yaml.tpl
<https://github.com/redhat-appstudio/rhtap-cli/blob/a46f56f449093b7c2f47a2bb08c4e75164aec2b1/installer/charts/values.yaml.tpl#L72>
and subscriptions.yaml
<https://github.com/redhat-appstudio/rhtap-cli/blob/a46f56f449093b7c2f47a2bb08c4e75164aec2b1/installer/charts/rhtap-subscriptions/templates/subscriptions.yaml#L12>,
and this value in config.yaml
<https://github.com/redhat-appstudio/rhtap-cli/blob/a46f56f449093b7c2f47a2bb08c4e75164aec2b1/installer/config.yaml#L14>
.
It would be great if you could provide an archive with enough config to
reproduce the issue.
—
Reply to this email directly, view it on GitHub
<#457 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZYKXEVV2ZQMER4NGTBWUT2QT24NAVCNFSM6AAAAABW4TWX7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRZHAZDAOBXGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@asshutossh I don't see the files. |
Invoking the installation with a hardcoded values file to not install openshift-pipelines and openshift-gitops.
rhtap-cli deploy --values-template installer/charts/values.yaml.tpl --embedded=false
Currently the operator is being installed with these values:
After the installation following error appears for the operator
The text was updated successfully, but these errors were encountered: