serving icon indicating copy to clipboard operation
serving copied to clipboard

Use svc.cluster.local as default domain

Open psschwei opened this issue 3 years ago • 9 comments
trafficstars

Signed-off-by: Paul S. Schweigert [email protected]

Fixes #13182

Release Note

Uses the cluster domain suffix `svc.cluster.local` as the default domain. As routes using the cluster domain suffix are not exposed through Ingress, users will need to [configure DNS](https://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml/#configure-dns) in order to expose their services (most users probably already are).  

/hold

psschwei avatar Aug 29 '22 20:08 psschwei

Codecov Report

Base: 86.52% // Head: 86.49% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (13bed11) compared to base (19cd295). Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13259      +/-   ##
==========================================
- Coverage   86.52%   86.49%   -0.04%     
==========================================
  Files         196      196              
  Lines       14526    14526              
==========================================
- Hits        12569    12564       -5     
- Misses       1659     1663       +4     
- Partials      298      299       +1     
Impacted Files Coverage Δ
pkg/reconciler/route/config/domain.go 100.00% <ø> (ø)
pkg/reconciler/revision/reconcile_resources.go 66.88% <0.00%> (-1.99%) :arrow_down:
pkg/autoscaler/statserver/server.go 77.77% <0.00%> (-1.49%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 06 '22 16:09 codecov[bot]

Need to wait on #13283 to run the kind e2e tests

psschwei avatar Sep 06 '22 19:09 psschwei

We probably want to update the comment in config-domain.yaml - https://github.com/knative/serving/blob/release-1.7/config/core/configmaps/domain.yaml#L43-L46

nak3 avatar Sep 07 '22 05:09 nak3

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: psschwei

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

knative-prow[bot] avatar Sep 07 '22 17:09 knative-prow[bot]

/lgtm /hold

Thank you! LGTM.

nak3 avatar Sep 08 '22 00:09 nak3

For the example.com in the following scripts:

  • serving/test/config/autotls/certmanager/caissuer/generate.sh
  • serving/test/config/tls/generate.sh

We would like to test the TLS with the external domain so it is OK to keep example.com.

nak3 avatar Sep 11 '22 11:09 nak3

For the example.com in the following scripts:

  • serving/test/config/autotls/certmanager/caissuer/generate.sh
  • serving/test/config/tls/generate.sh

We would like to test the TLS with the external domain so it is OK to keep example.com.

Sgtm

nader-ziada avatar Sep 11 '22 20:09 nader-ziada

Need to wait on #13283 to run the kind e2e tests

this is merged, is this PR here ready to remove the hold?

nader-ziada avatar Sep 14 '22 20:09 nader-ziada

Not yet, we gave until Sept ~28~ 23 for anyone to comment on the mailing lists to changing the default domain

psschwei avatar Sep 14 '22 21:09 psschwei

Had no objections on the mailing list, so going to remove the hold on this tomorrow

psschwei avatar Oct 12 '22 19:10 psschwei

/hold cancel

psschwei avatar Oct 14 '22 19:10 psschwei