From b8b6fd34daa1a1e64d1441a33fc3883b1dcfa5d5 Mon Sep 17 00:00:00 2001 From: Hector Fernandez Date: Wed, 3 Mar 2021 12:32:05 +0100 Subject: [PATCH] chore: clean latest refs to ingress dns resources Signed-off-by: Hector Fernandez --- charts/kubefed/README.md | 1 - docs/concepts.md | 3 --- docs/userguide.md | 1 - example/config/kubefedconfig.yaml | 2 -- 4 files changed, 7 deletions(-) diff --git a/charts/kubefed/README.md b/charts/kubefed/README.md index 5ceef30ef6..237dc096c9 100644 --- a/charts/kubefed/README.md +++ b/charts/kubefed/README.md @@ -113,7 +113,6 @@ chart and their default values. | controllermanager.featureGates.PushReconciler | Push reconciler feature. | true | | controllermanager.featureGates.RawResourceStatusCollection | Raw collection of resource status on target clusters feature. | false | | controllermanager.featureGates.SchedulerPreferences | Scheduler preferences feature. | true | -| controllermanager.featureGates.FederatedIngress | Federated ingress feature. | false | | controllermanager.clusterAvailableDelay | Time to wait before reconciling on a healthy cluster. | 20s | | controllermanager.clusterUnavailableDelay | Time to wait before giving up on an unhealthy cluster. | 60s | | controllermanager.leaderElectLeaseDuration | The maximum duration that a leader can be stopped before it is replaced by another candidate. | 15s | diff --git a/docs/concepts.md b/docs/concepts.md index b95f6599f8..e414f78f76 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -15,7 +15,4 @@ | Host Cluster | A cluster which is used to expose the KubeFed API and run the KubeFed control plane. | | Cluster Registration | A cluster join the Host Cluster via command `kubefedctl join`. | | Member Cluster | A cluster which is registered with the KubeFed API and that KubeFed controllers have authentication credentials for. The Host Cluster can also be a Member Cluster. | -| ServiceDNSRecord | A resource that associates one or more Kubernetes Service resources and how to access the Service, with a scheme for constructing Domain Name System (DNS) [resource records](https://www.ietf.org/rfc/rfc1035.txt) for the Service. | -| IngressDNSRecord | A resource that associates one or more [Kubernetes Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) and how to access the Kubernetes Ingress resources, with a scheme for constructing Domain Name System (DNS) [resource records](https://www.ietf.org/rfc/rfc1035.txt) for the Ingress. | -| DNSEndpoint | A [Custom Resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) wrapper for the Endpoint resource. | | Endpoint | A resource that represents a Domain Name System (DNS) [resource record](https://www.ietf.org/rfc/rfc1035.txt). | diff --git a/docs/userguide.md b/docs/userguide.md index d1d5b04f8b..95c50e0a5d 100644 --- a/docs/userguide.md +++ b/docs/userguide.md @@ -44,7 +44,6 @@ - [Scalable](#scalable) - [ServiceAccount](#serviceaccount) - [Higher order behaviour](#higher-order-behaviour) - - [Multi-Cluster Ingress DNS](#multi-cluster-ingress-dns) - [ReplicaSchedulingPreference](#replicaschedulingpreference) - [Distribute total replicas evenly in all available clusters](#distribute-total-replicas-evenly-in-all-available-clusters) - [Distribute total replicas in weighted proportions](#distribute-total-replicas-in-weighted-proportions) diff --git a/example/config/kubefedconfig.yaml b/example/config/kubefedconfig.yaml index 3b345f16d2..c42a4a1eb5 100644 --- a/example/config/kubefedconfig.yaml +++ b/example/config/kubefedconfig.yaml @@ -21,5 +21,3 @@ spec: configuration: "Enabled" - name: SchedulerPreferences configuration: "Enabled" - - name: FederatedIngress - configuration: "Enabled"