-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
single zone nodegroup can not be created #432
Comments
What is the best way to get this build, as it is not yet released? |
The release binaries are being built right now, will be available from the
usual place very soon.
…On Fri, 18 Jan 2019, 5:27 pm Mike Baglio Jr ***@***.*** wrote:
What is the best way to get this build, as it is not yet released?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#432 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPWSzfg9WJaU7xrT_qqoPTZqxCNy3kDks5vEgPvgaJpZM4Z-QWn>
.
|
this issue re-appeared again with $ eksctl version |
Do you get exactly the same error message or soemthing different?
…On Sat, 26 Jan 2019, 11:51 am prageethw ***@***.*** wrote:
this issue re-appeared again with
$ eksctl version
ℹ] version.Info{BuiltAt:"", GitCommit:"", GitTag:"0.1.19"}
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#432 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPWSzOaGtd-tQo95MTpDCh_w7E6SPb9ks5vHEE_gaJpZM4Z-QWn>
.
|
looks to be same apart from nodegroup it says asg. VPC doesn't have subnets in --asg-access (subnets=map[string]v1alpha3.Network{"us-east-2b":v1alpha3.Network{ID:"subnet-0f5b41784c271b09f", CIDR:(*ipnet.IPNet)(0xc000825290)}, "us-east-2a":v1alpha3.Network{ID:"subnet-0fa03e82769fc2985", CIDR:(*ipnet.IPNet)(0xc000825320)}, "us-east-2c":v1alpha3.Network{ID:"subnet-0a9f7e4efd20afc77", CIDR:(*ipnet.IPNet)(0xc000825380)}} AZs=[]string{"--asg-access"})
[✖] failed to create nodegroup ng2 for cluster "prageethw-1548501934" |
It looks like you might have something with flag syntax there, as
'--asg-access' gets picked up as a value of some flag ..
…On Sat, 26 Jan 2019, 1:34 pm prageethw ***@***.*** wrote:
to me seems exact same msg refer below
VPC doesn't have subnets in --asg-access (subnets=map[string]v1alpha3.Network{"us-east-2b":v1alpha3.Network{ID:"subnet-0f5b41784c271b09f", CIDR:(*ipnet.IPNet)(0xc000825290)}, "us-east-2a":v1alpha3.Network{ID:"subnet-0fa03e82769fc2985", CIDR:(*ipnet.IPNet)(0xc000825320)}, "us-east-2c":v1alpha3.Network{ID:"subnet-0a9f7e4efd20afc77", CIDR:(*ipnet.IPNet)(0xc000825380)}} AZs=[]string{"--asg-access"})
[✖] failed to create nodegroup ng2 for cluster "prageethw-1548501934"
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#432 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPWS_vdC2GuU6u0d9vqaM36emA65lc3ks5vHFl1gaJpZM4Z-QWn>
.
|
Yeah, looks like you have effectively set AZs to '--asg-access', so eksctl
tries to look for subnets there, but there is no such AZ. Maybe we could
improve the error message somehow, it is a little raw as is.
On Sat, 26 Jan 2019, 3:16 pm Ilya Dmitrichenko <errordeveloper@gmail.com
wrote:
… It looks like you might have something with flag syntax there, as
'--asg-access' gets picked up as a value of some flag ..
On Sat, 26 Jan 2019, 1:34 pm prageethw ***@***.*** wrote:
> to me seems exact same msg refer below
>
> VPC doesn't have subnets in --asg-access (subnets=map[string]v1alpha3.Network{"us-east-2b":v1alpha3.Network{ID:"subnet-0f5b41784c271b09f", CIDR:(*ipnet.IPNet)(0xc000825290)}, "us-east-2a":v1alpha3.Network{ID:"subnet-0fa03e82769fc2985", CIDR:(*ipnet.IPNet)(0xc000825320)}, "us-east-2c":v1alpha3.Network{ID:"subnet-0a9f7e4efd20afc77", CIDR:(*ipnet.IPNet)(0xc000825380)}} AZs=[]string{"--asg-access"})
> [✖] failed to create nodegroup ng2 for cluster "prageethw-1548501934"
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <#432 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAPWS_vdC2GuU6u0d9vqaM36emA65lc3ks5vHFl1gaJpZM4Z-QWn>
> .
>
|
thanks @errordeveloper you seem to be correct, it is just zones value was not getting populated and subsequent flag picked up as zones value, yeah as you said it will be good if we can make it clearer. |
What happened?
tried creating single zone node group on top of existing cluster, which has a nodegroup already with the same zone.
executed below
What you expected to happen?
single zone nodegroup should be able to be created.
How to reproduce it?
refer above
Anything else we need to know?
AWS USA east 2
Versions
Please paste in the output of these commands:
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T19:44:19Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"11+", GitVersion:"v1.11.5-eks-6bad6d", GitCommit:"6bad6d9c768dc0864dab48a11653aa53b5a47043", GitTreeState:"clean", BuildDate:"2018-12-06T23:13:14Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
Logs
VPC doesn't have enough subnets for nodegroup AZs (subnets=map[string]v1alpha3.Network(nil) AZs=[]string{"us-east-2b"})
[✖] failed to create nodegroup ng2 for cluster "prageethw-1547468856"
The text was updated successfully, but these errors were encountered: