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

Add more visibility into what resources kops will create #394

Closed
yissachar opened this issue Aug 31, 2016 · 1 comment
Closed

Add more visibility into what resources kops will create #394

yissachar opened this issue Aug 31, 2016 · 1 comment
Labels
Milestone

Comments

@yissachar
Copy link
Contributor

Running kops create or update without --yes shows you the resources that kops will create, but only at a very high level. A small snippet:

LaunchConfiguration launchConfiguration/master-us-east-1b.masters.mydomain.com
LaunchConfiguration launchConfiguration/nodes.mydomain.com
AutoscalingGroup    autoscalingGroup/nodes.mydomain.com
AutoscalingGroup    autoscalingGroup/master-us-east-1b.masters.mydomain.com

This is missing a lot of information that I would like to know before I hit --yes, for instance the size of the instances, max/min number of instances, the size of the EBS volumes, etc.

@justinsb
Copy link
Member

justinsb commented Sep 1, 2016

Good point. Might not make 1.3.0, but I'll put it into the milestone with low priority.

@justinsb justinsb added this to the 1.3.0 milestone Sep 1, 2016
@justinsb justinsb added the P2 label Sep 1, 2016
justinsb added a commit to justinsb/kops that referenced this issue Mar 1, 2021
Changes:

* Add user agent to etcd-manager requests [kubernetes#395](kopeio/etcd-manager#395)
* Add etcd-manager metrics, add openstack API metrics [kubernetes#396](kopeio/etcd-manager#396)
* Make discovery poll interval configurable [kubernetes#397](kopeio/etcd-manager#397)
* Add log levels to prevent too verbose logging [kubernetes#394](kopeio/etcd-manager#394)
justinsb added a commit to justinsb/kops that referenced this issue Mar 1, 2021
Changes:

* Add user agent to etcd-manager requests [kubernetes#395](kopeio/etcd-manager#395)
* Add etcd-manager metrics, add openstack API metrics [kubernetes#396](kopeio/etcd-manager#396)
* Make discovery poll interval configurable [kubernetes#397](kopeio/etcd-manager#397)
* Add log levels to prevent too verbose logging [kubernetes#394](kopeio/etcd-manager#394)
hakman pushed a commit to hakman/kops that referenced this issue Mar 1, 2021
Changes:

* Add user agent to etcd-manager requests [kubernetes#395](kopeio/etcd-manager#395)
* Add etcd-manager metrics, add openstack API metrics [kubernetes#396](kopeio/etcd-manager#396)
* Make discovery poll interval configurable [kubernetes#397](kopeio/etcd-manager#397)
* Add log levels to prevent too verbose logging [kubernetes#394](kopeio/etcd-manager#394)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants