-
Notifications
You must be signed in to change notification settings - Fork 229
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
Rancher fleet deploy helm charts to multiple namespaces on the same cluster. Is it possible? #503
Comments
hello,please can u send me your git repo link i need to deploy a helm chart to a cluster in rancher |
You might have more luck by raising questions on the |
Just found a solution to this problem. may be try doing the following in your fleet.yaml to get same deployment working in multiple nameaspaces or same namespaces. this worked for me on fleet 0..6. hope this can be helpful for you guys as well
|
from a yaml perspective if fleet does not any magic here ;) namespace would be one keyword and any strict yaml parser would raise an exception. |
Hi.
It seems like rancher fleet is doing great in deploying helm chart to multiple clusters. But is there any way to configure rancher fleet to deploy helm to certain namespaces on ONE kubernetes cluster?
For example I have cluster named "testcluster" in cluster group "group1" which is managed by rancher. It has multiple namespaces with labels "env: dev"
GitRepo for example:
The question is, how can I modify next fleet.yaml to deploy helm application to namespaces labeled with "env: dev" on clusters in group "group1" ?
P. S.
I saw already this issue #210 . But there is kustomize used. And as I understood only way to deploy to multiple namespaces using kustomize is to define their names in config files. But there can be hundreds or thousands of them. I would like to use namespace labels to select namespaces to which deploy applications.
The text was updated successfully, but these errors were encountered: