adyanth / cloudflare-operator

A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
https://adyanth.site/posts/migration-compose-k8s/cloudflare-tunnel-operator-architecture/
Apache License 2.0
355 stars 37 forks source link

Label: cfargotunnel.com/is-cluster-tunnel is always "false". #85

Open matthewhembree opened 1 year ago

matthewhembree commented 1 year ago

This seems to be a singular static value.

apiVersion: networking.cfargotunnel.com/v1alpha1
kind: ClusterTunnel
metadata:
  annotations:
  finalizers:
  - cfargotunnel.com/finalizer
  generation: 2
  labels:
    app.kubernetes.io/name: cloudflare-operator
    app.kubernetes.io/part-of: cloudflare-operator
    cfargotunnel.com/app: cloudflared
    cfargotunnel.com/domain: ###
    cfargotunnel.com/id: ###
    cfargotunnel.com/is-cluster-tunnel: "false"
    cfargotunnel.com/name: ###
    cfargotunnel.com/tunnel: cluster-tunnel-tunnel0
  name: cluster-tunnel-tunnel0

It's not important to me, but just an observation.

Thanks!

adyanth commented 1 year ago

Indeed, it was missed during the abstraction of Tunnels and ClusterTunnels. Thanks!