mcs-api
mcs-api copied to clipboard
Conformance test: DNS
https://github.com/kubernetes/enhancements/blob/master/keps/sig-multicluster/1645-multi-cluster-services-api/README.md#dns
Check that:
- [ ] Exported services are accessible using service.ns.svc.clusterset.local
- [ ] Headless services are represented by multiple A/AAAA records
- [ ] SRV records are available
- [ ] Headless services’ individual pods are accessible through hostname.clusterid.svc.ns.svc.clusterset.local
- [ ] The cluster.local zone is unchanged, and accessing services there only accesses local services
- [ ] Since .clusterset.local may be customized, the tests should allow it to be overridden
/assign @tpantelis
@skitt These tasks can be checked as complete (I don't have privs):
- Exported services are accessible using service.ns.svc.clusterset.local
- SRV records are available
- The cluster.local zone is unchanged, and accessing services there only accesses local services
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle stale - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle stale - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
@skitt https://github.com/kubernetes-sigs/mcs-api/pull/103 covered A records for headless :
- Headless services are represented by multiple A/AAAA records
I think we can marked this task as complete. AAAA records will be handled later for both service types.
#109 tracks AAAA records, thanks. I’ll open another issue regarding .clusterset.local.