Ali
02/26/2024, 11:56 AMfleetctl
didn’t work:
apiVersion: v1
kind: config
spec:
license:
key: key_string
enforce_host_limit: true
What I did in end effect was to edit the fleet deployment k8s resource in place to add the license variables FLEET_LICENSE_KEY
and FLEET_LICENSE_ENFORCE_HOST_LIMIT
and this worked but this isn’t a manageable and permanent solution.
Are there any workarounds? What did I wrong with the config file?