Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imperialwicket/df031f8169a1567c36b1bdb9009c60c3 to your computer and use it in GitHub Desktop.
Save imperialwicket/df031f8169a1567c36b1bdb9009c60c3 to your computer and use it in GitHub Desktop.
Security group and load balancer errors in spinnaker aws
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