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

Updates service dns doc to refer to issue 370 and gke clusters #453

Merged
merged 1 commit into from
Nov 29, 2018

Conversation

danehans
Copy link
Contributor

Adds details about required cluster type (i.e. GKE) and sample service type due to #370.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Nov 27, 2018
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 27, 2018
@danehans
Copy link
Contributor Author

/cc @shashidharatd

@@ -42,7 +42,8 @@ providers.
Setting-up MCSDNS can be accomplished by referencing the following documentation:

- The Federation-v2 [User Guide](userguide.md) to setup one or more Kubernetes clusters and the Federation
control-plane. If running in GKE, the cluster hosting the ExternalDNS controller must have scope
control-plane. Due to [Issue #370](https://github.com/kubernetes-sigs/federation-v2/issues/370) you can not use minikube
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can still use minikube here as long as we can enable the minikube support service type LoadBalancer, how about make the limitation to NodePort but not minikube?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought type LoadBalancer was not supported by minikube. It looks like kubernetes/minikube#3015 adds support for this type. I wanted to call out minikube specifically, since some people don't realize that minikube uses NodePort to expose services.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But after I install minikube, I can still deploy a helm chart like keepalived here https://github.com/gyliu513/work/tree/master/k8s/charts/keepalived and enable the minikube support LoadBalancer type, am I missing anything?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one could also use metallb to provision LoadBalancers in minikube clusters.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From my understanding, you can not use minikube without additional tooling such as metallb or keepalived to support LoadBalancer. However, I get your point and will update the doc to remove the minikube reference.

Copy link
Contributor

@gyliu513 gyliu513 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 29, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danehans, gyliu513

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 29, 2018
@k8s-ci-robot k8s-ci-robot merged commit f7e0f7b into kubernetes-retired:master Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants