You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/09/09 13:12:04 UTC

[apisix-ingress-controller] branch master updated (6a8658d -> 1e1be74)

This is an automated email from the ASF dual-hosted git repository.

kvn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git.


    from 6a8658d  fix: add initContainers to verify if apisix is ready (#660)
     add 1e1be74  add metric: check_cluster_health and sync_operation_total (#627)

No new revisions were added by this update.

Summary of changes:
 pkg/apisix/cluster.go          | 43 ++++++++++++++------------
 pkg/ingress/apisix_consumer.go |  2 ++
 pkg/ingress/apisix_tls.go      |  3 +-
 pkg/ingress/controller.go      |  3 +-
 pkg/ingress/endpoint.go        |  2 ++
 pkg/ingress/endpointslice.go   |  2 ++
 pkg/ingress/secret.go          |  2 ++
 pkg/metrics/prometheus.go      | 65 ++++++++++++++++++++++++++++++++++++----
 pkg/metrics/prometheus_test.go | 68 +++++++++++++++++++++++++++++++++++++-----
 9 files changed, 157 insertions(+), 33 deletions(-)