From 5505226cd22ff85db14a66ced918ad1e99f0617f Mon Sep 17 00:00:00 2001 From: "ana.aguilar" Date: Fri, 11 Oct 2024 17:44:49 -0300 Subject: [PATCH] doc:fix broken link --- k8s/crds/kops.k8s.io_clusters.yaml | 2 +- pkg/apis/kops/networking.go | 2 +- pkg/apis/kops/v1alpha2/networking.go | 2 +- pkg/apis/kops/v1alpha3/networking.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/crds/kops.k8s.io_clusters.yaml b/k8s/crds/kops.k8s.io_clusters.yaml index 5efb6a44de..c2114d6819 100644 --- a/k8s/crds/kops.k8s.io_clusters.yaml +++ b/k8s/crds/kops.k8s.io_clusters.yaml @@ -5360,7 +5360,7 @@ spec: metrics: description: |- Metrics is a list of metrics to collect. If empty or null, metrics are disabled. - See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics + See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics items: type: string type: array diff --git a/pkg/apis/kops/networking.go b/pkg/apis/kops/networking.go index be57ccdbe8..86a7856ff4 100644 --- a/pkg/apis/kops/networking.go +++ b/pkg/apis/kops/networking.go @@ -536,7 +536,7 @@ type HubbleSpec struct { Enabled *bool `json:"enabled,omitempty"` // Metrics is a list of metrics to collect. If empty or null, metrics are disabled. - // See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics + // See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics Metrics []string `json:"metrics,omitempty"` } diff --git a/pkg/apis/kops/v1alpha2/networking.go b/pkg/apis/kops/v1alpha2/networking.go index 1edc2fbbcd..b5407428b5 100644 --- a/pkg/apis/kops/v1alpha2/networking.go +++ b/pkg/apis/kops/v1alpha2/networking.go @@ -657,7 +657,7 @@ type HubbleSpec struct { Enabled *bool `json:"enabled,omitempty"` // Metrics is a list of metrics to collect. If empty or null, metrics are disabled. - // See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics + // See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics Metrics []string `json:"metrics,omitempty"` } diff --git a/pkg/apis/kops/v1alpha3/networking.go b/pkg/apis/kops/v1alpha3/networking.go index 1f65a817cf..1f389d8bd7 100644 --- a/pkg/apis/kops/v1alpha3/networking.go +++ b/pkg/apis/kops/v1alpha3/networking.go @@ -499,7 +499,7 @@ type HubbleSpec struct { Enabled *bool `json:"enabled,omitempty"` // Metrics is a list of metrics to collect. If empty or null, metrics are disabled. - // See https://docs.cilium.io/en/stable/configuration/metrics/#hubble-exported-metrics + // See https://docs.cilium.io/en/stable/observability/metrics/#hubble-exported-metrics Metrics []string `json:"metrics,omitempty"` }