Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
chore: clean latest refs to ingress dns resources
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Fernandez <[email protected]>
  • Loading branch information
hectorj2f committed Mar 3, 2021
1 parent 908d658 commit b8b6fd3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion charts/kubefed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
3 changes: 0 additions & 3 deletions docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). |
1 change: 0 additions & 1 deletion docs/userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions example/config/kubefedconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ spec:
configuration: "Enabled"
- name: SchedulerPreferences
configuration: "Enabled"
- name: FederatedIngress
configuration: "Enabled"

0 comments on commit b8b6fd3

Please sign in to comment.