This message was deleted.
# fleet
a
This message was deleted.
m
Also there is a problem with the name of the deployments in the downstream cluster because the path,sub-path and so on gets prefixed to the pod name some of the rancher logging pods are not coming up because the created pod name is longer than 63 chars. What am I doing wrong here?
Ok. I think I am getting closer to the problem. I have deleted my fleet.yaml in the sub-paths folder but the same stuff gets applied to the downstream clusters... it seems that only the gitrepo yaml is validated but not the fleet.yaml in the sub-paths. How can that be?
Ok I think I found my problem 😄 For the sub-paths fleet.yaml to be evaluated at all the reference in the git repo MUST be
paths:
- metallb/
and not
paths:
- metallb/*
Case closed ^^
👍 2