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
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
You need to get the kubernetes cluster name from bosh, since it's actually the bosh deployment name.
Once you have that, you can add these tags in (work in progress apologies for how dirty this is): voor@811d718
2 of the 3 tags are generic and can always be there, it's the kubernetes.io/cluster/service-instance_4a7a5305-88dc-4d90-9785-fc86b08c3d08 that is specific to your kubernetes clusters, I'm unsure of how to apply that each time a new cluster is created.
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Problem
Since we are using existing subnets, and the cluster is deployed into a private subnet, services are unable to create load balancers.
How to recreate
load-balancer.yml
or similar and put the contents into it:How to solve (temporary workaround)
You need to get the kubernetes cluster name from bosh, since it's actually the bosh deployment name.
Once you have that, you can add these tags in (work in progress apologies for how dirty this is):
voor@811d718
2 of the 3 tags are generic and can always be there, it's the
kubernetes.io/cluster/service-instance_4a7a5305-88dc-4d90-9785-fc86b08c3d08
that is specific to your kubernetes clusters, I'm unsure of how to apply that each time a new cluster is created.The text was updated successfully, but these errors were encountered: