openshift / external-dns-operator

The ExternalDNS Operator provides simplified ExternalDNS controller management.
Apache License 2.0
22 stars 33 forks source link

docs: add 1.1 release to map table #186

Closed alebedev87 closed 1 year ago

alebedev87 commented 1 year ago

/hold Until 1.1 release is shipped.

alebedev87 commented 1 year ago

/unhold

candita commented 1 year ago

/approve

openshift-ci[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alebedev87, candita

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: - ~~[OWNERS](https://github.com/openshift/external-dns-operator/blob/main/OWNERS)~~ [alebedev87,candita] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
candita commented 1 year ago

/lgtm

Miciah commented 1 year ago

Since this PR only updates developer documentation, it doesn't require explicit approval from docs, PX, or QE.
/label docs-approved /label px-approved /label qe-approved

openshift-ci-robot commented 1 year ago

/retest-required

Remaining retests: 0 against base HEAD 20c4e6c9ffa3cd718264850b9db210bef4f66ecd and 2 for PR HEAD 304ecbc11cdb85bbf50030ecc1556efe6740d276 in total

alebedev87 commented 1 year ago

/retest

candita commented 1 year ago

/retest

alebedev87 commented 1 year ago

Infoblox licenses we use are temporary (3 months). The instance has been reset to renew them.

/retest

alebedev87 commented 1 year ago

Error while installing external-dns-operator:

  conditions:
  - lastTransitionTime: "2023-01-16T09:21:10Z"
    message: all available catalogsources are healthy
    reason: AllCatalogSourcesHealthy
    status: "False"
    type: CatalogSourcesUnhealthy
  - message: 'failed to populate resolver cache from source community-operators/openshift-marketplace:
      failed to list bundles: rpc error: code = Unavailable desc = connection error:
      desc = "transport: Error while dialing dial tcp 172.30.186.96:50051: connect:
      connection refused"'
    reason: ErrorPreventedResolution
    status: "True"
    type: ResolutionFailed
  lastUpdated: "2023-01-16T09:21:10Z"

The community operator's catalog service was not responding. This is unrelated to external-dns-operator as it's installed from a different (test) catalog.

/retest

alebedev87 commented 1 year ago

Same problem of the community operator catalog:

    containerStatuses:
    - image: registry.redhat.io/redhat/community-operator-index:v4.12
      imageID: ""
      lastState: {}
      name: registry-server
      ready: false
      restartCount: 0
      started: false
      state:
        waiting:
          message: Back-off pulling image "registry.redhat.io/redhat/community-operator-index:v4.12"
          reason: ImagePullBackOff
alebedev87 commented 1 year ago

/retest

openshift-ci[bot] commented 1 year ago

@alebedev87: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).