-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Unable to create cluster #5008
Comments
Do you have more than one VPC in your account? |
yes, but I do specify ID in config
|
Can you just double-check to make sure the security group you're trying to add is associated with the correct VPC? |
Oh, and make sure your CIDR matches or is a subset of the CIDR of your VPC |
I am not sure what do you mean?
the error seems local anyway - 127.0.0.1 |
Does |
Oh, and make sure your CIDR matches or is a subset of the CIDR of your VPC [MD]: yes, correct. I have to clarify. Nodes are created and DNS is updated accordingly for nodes (10.x.x.x). Only api DNS is not. Protokube cannot start on masters - with the error above. I also have to say I have created working cluster many times before using same config. Just lower kube version and without some new features (like f.e. - enableCustomMetrics: true) M |
FIXED - #3551 authorization: |
well - cluster starts, but there are default cluster roles missing - cluster-admin, admin, edit, view etc. something is wrong or I miss something |
yes, seems same on my side - we don't have weave, but rest seems similar but where are defaults? |
Good question ^_^ since this cluster is a personal one, I don't have any extra roles set -- maybe they're not added as standard? |
Hello,
I am trying to start new cluster in AWS - existing VPC, new subnets, DNS (Route53 public zone)
What
kops
version are you running? The commandkops version
, will displaythis information.
Version 1.9.0 (git-cccd71e67)
What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.tried 1.9.6 as well as 1.10.1
What cloud provider are you using?
aws
What commands did you run? What is the simplest way to reproduce this issue?
tried to create cluster
What happened after the commands executed?
DNS is not set properly - protocube failing
What did you expect to happen?
cluster up and running
Please provide your cluster manifest. Execute
kops get --name my.example.com -oyaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
below is config yaml
Please run the commands with most verbose logging by adding the
-v 10
flag.Paste the logs into this report, or in a gist and provide the gist link here.
channels apply channel s3://path/path/addons/bootstrap-channel.yaml --v=10 --yes
output
My config
and
and
The text was updated successfully, but these errors were encountered: