v1.1.6 introduced a requirement for a trust domain, and we're finding the default trust domain can't always be generated.
You can work around this by adding a line to your controller configuration YAML file.
trustDomain: my.ziti.cluster.namespace.example.com
This needs to be a unique value that complies with SPIFFE standard for a trust domain. The validation rules are similar to those for DNS names.