You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kops version are you running? The command kops version, will display
this information.
Version 1.8.1
What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.
api:
loadBalancer:
type: Public
additionalSecurityGroups:
- sg-xxxxx
What happened after the commands executed?
I recieved the following error message at the top of the file after attempting to save and exit:
# Found fields that are not recognized
--
# ...
# api:
# loadBalancer:
# + additionalSecurityGroups:
# + - sg-1e91e369
# type: Public
# authorization:
# ...
What did you expect to happen?
I expected the edit to succeed, allowing me to then update my cluster.
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.
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.
Anything else do we need to know?
It looks like this field was added recently via #4036
Thanks for submitting an issue! Please fill in as much of the template below as
you can.
------------- BUG REPORT TEMPLATE --------------------
kops
version are you running? The commandkops version
, will displaythis information.
Version 1.8.1
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.3", GitCommit:"d2835416544f298c919e2ead3be3d0864b52323b", GitTreeState:"clean", BuildDate:"2018-02-12T17:31:33Z", GoVersion:"go1.9.4", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.6", GitCommit:"6260bb08c46c31eea6cb538b34a9ceb3e406689c", GitTreeState:"clean", BuildDate:"2017-12-21T06:23:29Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
AWS
kops edit cluster CLUSTER_NAME
Added the "additionalSecurityGroups" field under api loadbalancer, just as described in https://github.com/kubernetes/kops/blob/master/docs/cluster_spec.md
Relevant config section:
I recieved the following error message at the top of the file after attempting to save and exit:
I expected the edit to succeed, allowing me to then update my cluster.
kops get --name my.example.com -oyaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
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.
Anything else do we need to know?
It looks like this field was added recently via #4036
------------- FEATURE REQUEST TEMPLATE --------------------
Describe IN DETAIL the feature/behavior/change you would like to see.
Feel free to provide a design supporting your feature request.
The text was updated successfully, but these errors were encountered: