Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cann't running simple-cluster #77

Closed
kevindwei opened this issue Jan 11, 2019 · 2 comments
Closed

cann't running simple-cluster #77

kevindwei opened this issue Jan 11, 2019 · 2 comments

Comments

@kevindwei
Copy link

when i exec " kubectl apply -f example/simple-cluster.yaml"
11

@schallert
Copy link
Collaborator

Hey @kevindwei, thanks for the issue and sorry for not seeing this sooner!

Can you list the zones that your cluster has nodes in, and the values of failure-domain.beta.kubernetes.io/zone for those nodes? The simple cluster has a hardcoded list of example zones that correspond to GCP zones and would have to be modified if your nodes don't match that list.

Our current focus is clusters that have nodes in at least 3 zones to provide fault tolerant clusters. You can find a bit more about our cluster requirements in our docs. You can subscribe to #68 for progress on supporting single-zone clusters.

In the future we may provide a mode where the operator can auto-discover available zones, but for now we require they be hardcoded in the manifest to explicitly define the zone topology and weights.

Feel free to ping me here or in our gitter if you have further questions!

@yunstanford
Copy link

Yeah, aws is a little different, it works for me after modifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants