This message was deleted.
# fleet
a
This message was deleted.
b
Aye,
Aye, Try to find out what is causing this condition. This can be done via fleet from the GUI or CLI (bundles are in the default fleet namespace on the local cluster). If for no other reason, my guess is that the problem is with the modified git repo: https://fleet.rancher.io/bundle-diffs
l
thanks on help following this found issue
{{- if .Capabilities.APIVersions.Has "<http://cilium.io/v2|cilium.io/v2>" }}
apiVersion: <http://cilium.io/v2|cilium.io/v2>
kind: CiliumNetworkPolicy
metadata:
name: allow-egress-from-cattle-cluster-agent-to-whitelisted-urls
namespace: cattle-system
spec:
endpointSelector:
matchLabels:
app: cattle-cluster-agent
ingress:
- fromEntities:
- cluster
egress:
- toFQDNs:
- matchPattern: "*.<http://k3s.tvsunknown.com|k3s.tvsunknown.com>"
- matchName: "<http://prod-eu-west-1-starport-layer-bucket.s3.eu-west-1.amazonaws.com|prod-eu-west-1-starport-layer-bucket.s3.eu-west-1.amazonaws.com>"
- toCIDR:
- 172.0.0.0/8
- 10.0.0.0/8
- 104.22.58.129/32
- 104.22.59.129/32
- toEntities:
- cluster
- toEndpoints:
- matchLabels:
k8s-app: cattle-cluster-agent -> *this should be indented for 2 places*
{{- end }}