func icon indicating copy to clipboard operation
func copied to clipboard

Autoconfigure knative serving domains

Open lkingland opened this issue 5 years ago • 2 comments

In order to support a new domain name (TLD+1) on the Kubernetes provider, the config-domain ConfigMap currentl has to be manually updated by the cluster administrator:

apiVersion: v1
kind: ConfigMap
metadata:
  name: config-domain
  namespace: knative-serving
data:
  # Must manually add one entry per TLD+1:
  example.com: |
    selector:
      faas.domain: "example.com"
  example.org: |
    selector:
      faas.domain: "example.org"
  # Default is local only.
  svc.cluster.local: ""

This could be automated by augmenting the function Create step to alter this list.

lkingland avatar Jul 26 '20 15:07 lkingland

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.

github-actions[bot] avatar Sep 09 '21 01:09 github-actions[bot]

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.

github-actions[bot] avatar Aug 31 '24 01:08 github-actions[bot]