Created
May 22, 2018 22:05
-
-
Save imperialwicket/df031f8169a1567c36b1bdb9009c60c3 to your computer and use it in GitHub Desktop.
Security group and load balancer errors in spinnaker aws
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. make a new spinnaker Application "today" | |
2. Attempt to create a load balancer | |
- Select an account | |
- ERROR: preferredZones is undefined | |
3. Attempt to create a security group | |
- ERROR: securityGroups[account] is undefined | |
4. IN AWS: | |
- create security group: | |
- Name: today | |
- Desc: today-test | |
- Inbound: 80 <my ip> | |
5. Hard refresh spinnaker in the browser | |
6. In app->config clear the security groups and vpcs/networks caches. | |
Then: | |
Create load balancer has AZs populated and i can create a load balancer (i tested with Classic) | |
My "today" security group is listed on the security groups tab. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment