external-dns icon indicating copy to clipboard operation
external-dns copied to clipboard

OCI provider: failed to add record for private zone in oracle cloud

Open vickydev90 opened this issue 3 years ago • 8 comments

What happened: When trying to add records in private zone in compartment, externaldns for oci fails to add record and gives warnings

time="" level=warning msg="No zones in compartment \"ocid1.compartment.oc1..\" match domain filters [xyz.com]"
time="" level=warning msg="No zones in compartment \"ocid1.compartment.oc1..\" match domain filters [xyz.com]"
time="" level=warning msg="No matching zone for record operation { Domain=abc.xyz.com RecordHash=<nil> IsProtected=<nil> Rdata=1.2.3.4 RrsetVersion=<nil> Rtype=A Ttl=300 Operation=ADD }"

What you expected to happen: Add A record in private zone as provided by domain filter

How to reproduce it (as minimally and precisely as possible): setup latest external-dns for OCI provider and specify compartment id where private zone xyz.com is created create ingress/service with annotation of external dns matching domain filter(xyz.com).

for eg. Annotations: external-dns.alpha.kubernetes.io/hostname: abc.xyz.com

Environment:

  • External-DNS version (use external-dns --version): 0.10.2
  • DNS provider: OCI

vickydev90 avatar Feb 21 '22 17:02 vickydev90

@vickydev90 Any plans on fixing the PR? We also experience this issue. Thanks in advance

mschmidt291 avatar Mar 08 '22 12:03 mschmidt291

Same issue here, private zone are not found by external dns.

tried with and without domain filter flag

No zones in compartment "ocid1.compartment.oc1..aaaa....." match domain filters...."

Any chance to get this fixed?

NoNalTrX avatar Mar 21 '22 11:03 NoNalTrX

Any thoughts @prydie?

jlamillan avatar Mar 28 '22 22:03 jlamillan

i have raised PR for review, this would give option for private zones filter.

vickydev90 avatar Mar 29 '22 15:03 vickydev90

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Jun 27 '22 16:06 k8s-triage-robot

/remove-lifecycle stale

benarnold42 avatar Jun 28 '22 12:06 benarnold42

Hi, any news about this "crutial" feature to my OCI Cloud K8S Infrastructure ..... Sorry to insist

buramundo avatar Aug 05 '22 07:08 buramundo

UP : Any information about this request ?

buramundo avatar Sep 20 '22 12:09 buramundo

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Dec 19 '22 12:12 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar Jan 18 '23 13:01 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-triage-robot avatar Feb 17 '23 14:02 k8s-triage-robot

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Feb 17 '23 14:02 k8s-ci-robot

/reopen /remove-lifecycle rotten

benarnold42 avatar Apr 06 '23 12:04 benarnold42

Does this support to create records in oracle private zone?

mshekharee avatar Jun 16 '23 17:06 mshekharee

Should be fixed by #3995

anders-swanson avatar Nov 15 '23 15:11 anders-swanson