Skip to content

Commit b8b6fd3

Browse files
committed
chore: clean latest refs to ingress dns resources
Signed-off-by: Hector Fernandez <hectorj@gmail.com>
1 parent 908d658 commit b8b6fd3

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

charts/kubefed/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ chart and their default values.
113113
| controllermanager.featureGates.PushReconciler | Push reconciler feature. | true |
114114
| controllermanager.featureGates.RawResourceStatusCollection | Raw collection of resource status on target clusters feature. | false |
115115
| controllermanager.featureGates.SchedulerPreferences | Scheduler preferences feature. | true |
116-
| controllermanager.featureGates.FederatedIngress | Federated ingress feature. | false |
117116
| controllermanager.clusterAvailableDelay | Time to wait before reconciling on a healthy cluster. | 20s |
118117
| controllermanager.clusterUnavailableDelay | Time to wait before giving up on an unhealthy cluster. | 60s |
119118
| controllermanager.leaderElectLeaseDuration | The maximum duration that a leader can be stopped before it is replaced by another candidate. | 15s |

docs/concepts.md

-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@
1515
| Host Cluster | A cluster which is used to expose the KubeFed API and run the KubeFed control plane. |
1616
| Cluster Registration | A cluster join the Host Cluster via command `kubefedctl join`. |
1717
| 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. |
18-
| 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. |
19-
| 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. |
20-
| DNSEndpoint | A [Custom Resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) wrapper for the Endpoint resource. |
2118
| Endpoint | A resource that represents a Domain Name System (DNS) [resource record](https://www.ietf.org/rfc/rfc1035.txt). |

docs/userguide.md

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
- [Scalable](#scalable)
4545
- [ServiceAccount](#serviceaccount)
4646
- [Higher order behaviour](#higher-order-behaviour)
47-
- [Multi-Cluster Ingress DNS](#multi-cluster-ingress-dns)
4847
- [ReplicaSchedulingPreference](#replicaschedulingpreference)
4948
- [Distribute total replicas evenly in all available clusters](#distribute-total-replicas-evenly-in-all-available-clusters)
5049
- [Distribute total replicas in weighted proportions](#distribute-total-replicas-in-weighted-proportions)

example/config/kubefedconfig.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ spec:
2121
configuration: "Enabled"
2222
- name: SchedulerPreferences
2323
configuration: "Enabled"
24-
- name: FederatedIngress
25-
configuration: "Enabled"

0 commit comments

Comments
 (0)